@CHARSET "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url(/site_graphics/backgrounds/PuffyBlueClouds3.jpg) no-repeat 50% 0 fixed;
	background-size: cover;
	color: black;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}

a {
	color: #330066;
}

a:hover {
	text-decoration: none;
}

table {
	width: 600px;
}

div#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

div.problem {
	color: red;
	background: white;
	margin: 5px 0px;
}

div#header {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	background: #fff url(/site_graphics/six-logo-trans.png) no-repeat top
		right;
	height: 95px;
	z-index: 20;
}
div#header h2 {
	margin: 0;
	font-size: 16px;
	padding: 50px 0 0 135px;
}
div#content {
	color: #fff;
	z-index: 10;
	background: #282828 url(/site_graphics/six-logo-trans.png) no-repeat 390px -95px;

}
div#footer {
	clear: both;
	font-size: 11px;
	color: #b28500;
	text-align: center;
	margin-top: 30px;
	padding: 2px 0;
	letter-spacing: .05em;
	z-index: 1;
}

div#footer a {
	color: #b28500;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: underline;
}
ul#nav {
	margin: 20px ;
	padding: 0 0 20px 0;
	width:  120px;
	float: left;	
}

ul#nav li {
	float: left;
	list-style-type: none;
	width: 100%;
}

ul#nav li.selected a {
	font-weight: normal;
	background-color: #FFFF99;
}

ul#nav li a {
	display: block;
	padding: 2px 10px;
	margin: 0 5px 5px 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	background-color: #FFCC00;
	text-decoration: none;
}
ul#nav li a:hover {
	background-color: #FFFF99;
	text-decoration: none;
}
div#body_area {
	float:left;
	width: 490px;
	padding:30px 80px 30px 20px;
	z-index: 10;
	background-position:  520px 30px;
	background-repeat: no-repeat;
	min-height: 300px;
}
.home div#body_area {
	background-image: url(/site_graphics/pg_back-home.png) ;
}
.services div#body_area {
	background-image: url(/site_graphics/pg_back-services.png) ;
}
.street-buzz div#body_area {
	background-image: url(/site_graphics/pg_back-street-buzz.png) ;
}
.contact-us div#body_area {
	background-image: url(/site_graphics/pg_back-contact-us.png) ;
}
.tv-spots div#body_area {
	background-image: url(/site_graphics/pg_back-tv-spots.png) ;
}
.radio-spots div#body_area {
	background-image: url(/site_graphics/pg_back-radio-spots.png) ;
}
.docs-and-promos div#body_area {
	background-image: url(/site_graphics/pg_back-docs-and-promos.png) ;
}
.about-us div#body_area {
	background-image: url(/site_graphics/pg_back-about-us.png) ;
}
div#body_area a {
	color: #fff;
}
div#body_area h1 {
	color: #fff;
}
.label {
	color:#FFFF99;
}
div.spot {
	clear: right;
	width: 490px;
}

div.spot img {
	clear: right;
	float: right;
	margin: 0px 0 20px 15px;
}

.headline {
	font-weight: bold;
	color: 	#FFCC00;
}
div#header a.flash_link {
	float: left;
	margin: 70px 0 0 20px;
	padding-right: 18px;
	font-weight: normal;
	font-size: 11px;
	display: block;
	clear: both;
	color: #b28500;
	background: url(../site_graphics/arrow-right-15.png) no-repeat 100% 4px;
}
