@charset "UTF-8";
/* CSS Document */

html { width:100%; font:normal 1em/1.1em Arial,Helvetica,sans-serif; }
body { background:#0000AC url(../cssimg/bkgd_main.jpg) repeat-x top left; width:100%; margin:0; padding:0; }

#Wrapper { width:100%; margin:0 auto; padding:0; }
#TopWrap { background:url(../cssimg/bkgd.jpg) no-repeat top center; width:727px; height:608px; margin:0 auto; padding:0; border-top:1px solid black; }
#BottomWrap { float:left; width:727px; height:120px; margin:20px 0 0 20px; padding:0; }

#Menu { float:left; width:685px; height:40px; margin:51px 0 0 22px; padding:0; font:bold 9pt/10pt Arial,Helvetica,sans-serif; color:#ffffff; }
#Menu ul { width:685px; height:40px; margin:0; padding:0; }
#Menu li { float:left; display:inline-block; margin:0; padding:0; height:40px; list-style:none; }
	#Menu a { display:block; background:url(../cssimg/menu.jpg) no-repeat center center; color:#ffffff; width:135px; height:40px; margin:0; padding:0; text-align:center; text-transform:uppercase; line-height:40px; text-decoration:none; }
	#Menu a:hover { background:url(../cssimg/menu_over.jpg) no-repeat center center; color:#ffffff; }
	#Menu a.first { width:136px; background:url(../cssimg/menu_first.jpg) no-repeat center center; }
	#Menu a.first:hover { background:url(../cssimg/menu_first_over.jpg) no-repeat center center; }
	#Menu a.last { background:url(../cssimg/menu_last.jpg) no-repeat center center;}
	#Menu a.last:hover { background:url(../cssimg/menu_last_over.jpg) no-repeat center center;}

#Header { float:left; margin:20px 0 20px 20px; height:210px; padding:0; }
	#Header h1 { background:url(../cssimg/masthead.jpg) no-repeat top left; height:210px; width:685px; text-indent:-1600px; padding:0; margin:0; }

#Content { clear:both; background:none; width:685px; margin:0; padding:0; }
	#Content1 { float:left; width:223px; margin:0 0 0 22px; padding:0; }
		a.sugarAd { display:block; background:url(../cssimg/buynow.jpg) no-repeat top left; width:223px; height:273px; text-indent:-1600px; margin:0; padding:0; }
		a.sugarAd:hover { background:url(../cssimg/buynow_over.jpg) no-repeat top left; }
		p.warning { margin:4px 0 0 0; padding:0; width:223px; font:bold 9px/11px Arial,Helvetica,sans-serif; color:#ffffff; text-align:center; }
	#Content2 { float:right; margin:0; padding:0 0 18px 0; width:408px; font:normal 10pt/13pt Arial,Helvetica,sans-serif; color:#ffffff; }
		#Content2 h1 { font:bold 18pt/20pt Arial,Helvetica,sans-serif; color:#ffffff; margin-top:0;}
		#Content2 h2 { font:bold 15pt/16pt Arial,Helvetica,sans-serif; color:#ffffff; }
		#Content2 h3 { font:bold 12pt/14pt Arial,Helvetica,sans-serif; color:#ffffff; }
		#Content2 h4 { font:bold 10pt/13pt Arial,Helvetica,sans-serif; color:#ffffff; }
		#Content2 ul { list-style: square; }
		#Content2 ol { }
		#Content2 a { color:#ffffff; font-weight:bold; }
			#Content2 a:hover { color:#ff9933; text-decoration:none; }
	.insetPhoto { margin-right:12px; border:1px solid #ffffff; }
			
#Footer { background:url(../cssimg/bkgd_foot.jpg) no-repeat top left; width:685px; height:80px; _padding-top:0; padding-top:2px; }
	#Footer p { font:normal 8pt/10pt Arial,Helvetica,sans-serif; color:#ffffff; margin:12px 0 22px 0; padding:0; text-align:center; }
	#Footer a { font:bold 8pt/10pt Arial,Helvetica,sans-serif; color:#ffffff; }
	#Footer a:hover { color:#ff9933; text-decoration:none; }

.noTopMargin { margin-top:0; }
.noBottomMargin { margin-bottom:0; }
.noMargin { margin-bottom:0; margin-top:0; }
.alignRight { text-align:right; }