

* { margin: 0; padding: 0; }

body { background: #CC9; }
@media print {
img {width:650px}
#header,#bkgrnd,#formContent { display: none; }
}
.clear { clear: both; }

#bkgrnd { background: url("../bkgrnd.jpg"); margin: auto; width: 980px; }
#container { margin: auto; width: 980px; }

#header { background: url("../header.jpg") no-repeat center; width: 980px; height: 100px; }
	#contactInfo { color: #FFF; position: relative; right: 15px; text-align: right; }
		#contactInfo b { color: #F9E31E; }
		#contactInfo a { color: #FFF; text-decoration: none; }

	#signupform { position: relative; left: 328px; width: 372px; top:2px; }


		#formContent { font-weight: bold; }
			#formContent h5 { font-size: 15px; margin-bottom: 10px; text-align: center; }
			#formContent p { margin-bottom: 10px; }

#advText a {color:#0000FF;text-decoration: none; }
#advText a:hover {color:#0000FF;text-decoration: underline; }
		
	

#navigation { background: url(../images/background_middlebk.jpg);background-repeat: repeat-y; color: #F9E31E; height: 25px; margin: auto; width: 980px; }
	#navigationText { padding-top: 3px; }
		#navigationText p { border-right: 1px solid #F9E31E; display: inline; font-size: ; padding: 0 5px 0 5px; }
		#navigationText a { color: #F9E31E; text-decoration: none; }
		#navigationText a:hover { color: #FFF; text-decoration: underline; }
		#navigationText .lastlink { border: 0; }

#content { width: 800px; height: ; }
	#main { float: left; padding-left: 3px; width: 570px; }
		.box { background: url("../images/box.jpg") no-repeat center; float: left; height: 254px; margin: 6px; width: 270px; }
			.box h3 { position: relative; left: 15px; top: 9px; }
			.box p { position: relative; left: 10px; top: 15px; width: 250px; }

		.testimonial { background: url("../images/testimonials.jpg") no-repeat center; float: left; height: 135px; margin: 100px 0 0 3px; width: 280px; }
			.testimonialContent h5 { position: relative; left: 75px; top: 22px; width: 180px; }
			.testimonialContent p { font-size: 12px; position: relative; left: 120px; top: 26px; }
	#sidebar { background: url("../images/sidebar.jpg") no-repeat center; float: right; height: 800px; width: 220px; }


#footer { background: url(../images/background_middlebk.jpg);background-repeat: repeat-y;/*border-bottom: 2px solid #666;*/ color: #F9E31E; height: 25px; margin: auto; width: 980px; }
	#footerText { padding-top: 3px; }
		#footerText p {width:960px; display: inline; font-size: ; padding: 0 5px 0 5px; }
		#footerText a { color: #F9E31E; text-decoration: none; }
		#footerText a:hover { color: #FFF; text-decoration: underline; }
