@charset "utf-8";
* { margin:0; padding:0; font:12px Tahoma, Arial, Helvetica, sans-serif; }
body { background:url(/images/body_bg-black.jpg) repeat; }
strong { font-weight:bold; }
em { font-style:oblique; }
#wrapper { margin: 0 auto; width:801px; border:10px solid #000; background-color:#fff; }
#header { width:801px; height:242px; background: url(/images/disaster-cleanup-regina/header-fire.jpg) no-repeat; background-color:#000000  }
/*
#navigation { background:url(/images/bg_nav.jpg) no-repeat; height:29px; width:801px;  }
	#navigation ul { list-style:none; }
		#navigation li { float:left; font-size:16px; font-weight:bold; height:29px; text-align:center; }
			#navigation li a { color:#000; text-decoration:none; font-size:16px; font-weight:bold; display:block; }
		#navigation li.home { width:101px; }
		#navigation li.services { width:136px; margin-left:2px; }
		#navigation li.showroom { width:199px; margin-left:2px; }
		#navigation li.tips { width:201px; margin-left:2px; }
		#navigation li.contact { width:157px; }
			#navigation li.home a { width:101px; height:24px; padding-top:5px; }
			#navigation li.services a { width:136px; height:24px; padding-top:5px; }
			#navigation li.showroom a { width:199px; height:24px; padding-top:5px; }
			#navigation li.tips a { width:201px; height:24px; padding-top:5px; }
			#navigation li.contact a { width:157px; height:24px; padding-top:5px; }
				#navigation li.home a:hover { background:url(/images/home_over.jpg) no-repeat; }
				#navigation li.services a:hover { background:url(/images/services_over.jpg) no-repeat; }
				#navigation li.showroom a:hover { background:url(/images/showroom_over.jpg) no-repeat; }
				#navigation li.tips a:hover { background:url(/images/tips_over.jpg) no-repeat; }
				#navigation li.contact a:hover { background:url(/images/contact_over.jpg) no-repeat; }
*/
#pageBody { width:801px; background:url(/images/bg_pagebody.gif) repeat-y; }
	#leftSide { border-right:1px solid #000; width:188px; float:left; background:#e0e0e0 url(/images/family.jpg) no-repeat; padding:205px 0 10px 0; min-height:300px; text-align:center;  }
		#leftSide h3 { font-weight:bold; padding:4px 0; }
		#leftSide p { padding:4px 0; }
		#leftSide hr { width: 94px; margin:4px auto; padding:0; background:#b7b7b7 ;border:none; height:1px; }
	#rightSide { float:right; width:610px; min-height:300px; }
		#content { padding-bottom:20px; }
			#content a { color:#ff0000; }
			#content a:hover { color:#000; text-decoration:overline underline; }
			#content p { padding:6px; }
			#content img { border:0px solid #000; margin:5px; }
			#content h2 { font-size:17px; font-weight:bold; padding:10px 6px; }
			#content h1 { font-size:24px; font-weight:bold; padding:10px 6px; }
			#content h3 { font-size:14px; font-weight:bold; padding:8px 6px; }
			#content h4 { font-size:12px; font-weight:bold; padding:6px; }
			#content ul { padding: 4px 6px 4px 50px; }
			#content ol { padding: 4px 6px 4px 50px; }
			#content li { padding: 2px 0; }	
			#content table { margin: 5px; }
			#content td { padding:0px; }
			#content hr { width: 600px; margin:0 auto 20px auto; padding:0; background:#b7b7b7 ;border:none; height:1px }
			#content hr.redbg { width: 600px; margin:8px auto; padding:0; background:#ff0000 ;border:none; height:1px }
			#contactForm { margin: 20px auto; width:450px; }
#footer { border-top:1px solid #000; background:url(/images/bg_footer.gif) repeat-x; height:40px; width:761px; padding:13px 20px 0 20px; }
	#footer p span { font-weight:bold; }
		#footer p span a  { font-weight:bold; color:#000; text-decoration:none; }
			#footer p span a:hover { text-decoration:underline; color:#ff0000; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.red { color:#ff0000; }