body {
	background-color: #999999;
	background-image: url(images/bgd.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#head {
	margin: 0px auto;
	height: 100px;
	width: 800px;
	background: #FFFFFF;
}
#head #phone {
	float: right;
	height: 100px;
	width: 300px;
}
#mainpic {
	background: url(images/mainpic-tv-commercials.jpg) no-repeat center;
	height: 320px;
	width: 800px;
	margin: 0px auto;
}
/*//////////////////////NAV BAR STYLES/////////////////*/
#navbar {
	color: #FFFFFF;
	display: block;
	margin: 0px auto;
	height: 70px;
	width: 800px;
	font: bold 16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navbar #home a {
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/nav1.jpg) no-repeat;
	width: 160px;
	height: 55px;
	padding-top: 15px;
	display: block;
}
#navbar #home a:hover {
	background: url(images/nav1-over.jpg);
}
#navbar #tv a {
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/nav3.jpg) no-repeat;
	width: 159px;
	height: 55px;
	padding-top: 15px;
	display: block;
}
#navbar #tv a:hover {
	background: url(images/nav3-over.jpg);
}
#navbar #marketing a {
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/nav2.jpg) no-repeat;
	width: 160px;
	height: 55px;
	padding-top: 15px;
	display: block;
}
#navbar #marketing a:hover {
	background: url(images/nav2-over.jpg);
}
#navbar #web a {
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/nav4.jpg) no-repeat;
	width: 160px;
	height: 55px;
	padding-top: 15px;
	display: block;
}
#navbar #web a:hover {
	background: url(images/nav4-over.jpg);
}
#navbar #history a {
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/nav5.jpg) no-repeat;
	width: 161px;
	height: 55px;
	padding-top: 15px;
	display: block;
}
#navbar #history a:hover {
	background: url(images/nav5-over.jpg);
}
#content {
	background: url(images/body-bgd.jpg) repeat-y;
	margin: 0px auto;
	width: 800px;
}
#content #maintext {
	text-align: left;
	margin-right: 285px;
	padding-top: 10px;
	padding-left: 20px;
}
#content #maintext h1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#content #maintext h2 {
	font: bold 12px "Trebuchet MS";
	color: #D66F00;
}
#content #maintext h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #D66F00;
}
#content #maintext h4 {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#content #maintext a {
	font-weight: bold;
	color: #D66F00;
}
#content #maintext a:hover {
	color: #333333;
}
#content #maintext li {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content #maintext p {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
}
#content #maintext .caption a {
	color: #D66F00;
}
#content #maintext #tvcommercials {
	width: 250px;
	text-align: center;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content #maintext #tvcommercials a {
	font-weight: bold;
	color: #D66F00;
}
#content #rightcol {
	background: url(images/rtcol-bgd-green.jpg) repeat-y;
	text-align: left;
	width: 255px;
	float: right;
	padding-left: 10px;
	margin-top: 20px;
}
#content #rightcol h1 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#content #rightcol p {
	text-align: left;
	padding-left: 10px;
	width: 215px;
	font: 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content #rightcol a {
	color: #333333;
}
#content #rightcol a:hover {
	color: #D66F00;
}
#contentbottom {
	clear: both;
	padding-top: 10px;
}
#footer {
	color: #FFFFFF;
	background: #d66f00;
	text-align: center;
	margin: 0px auto;
	width: 800px;
	font: 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #333333;
}
.picAlignRt {
	margin-left: 10px;
	margin-bottom: 5px;
}
.alignleft {
	margin-right: 10px;
}
.caption {
	color: #D66F00;
	text-align: center;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.floatleft {
	float: left;
}
.highlight {
	background: url(images/greenfade.jpg) repeat-y left;
	display: block;
	border-bottom: 2px none #A3C6BD;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #A3C6BD;
	border-right-color: #A3C6BD;
	border-left-color: #A3C6BD;
	padding: 5px;
	color: #333333;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

