/*Carbon Busters Style Sheets - ImportThis file sets up main content styles.  this is usually the one you're looking for.*//* header styles the logo is floated to the leftand the right image is floated to the right */#header {background:#e59c4d url(../images/header_right.jpg) no-repeat 100%; height:94px;}#header_right {float:right;}#logo {float:left;}p {line-height:1.3em;}/*  column styles */#left {background:#ac271f; width:18%; float:left; color:#fff; margin:0; padding:20px 2% 0 2%; font-size:0.9em;  border-right:1px solid white;}* html #left {padding:20px 0 0 0; margin:0; }* html #left img, * html #left p, * html #left h1, * html #left h2, * html #left h3 {padding-left:2%;}#interested { 	background-image: url(../images/interested.gif);	background-repeat: no-repeat;	margin: 0px;	padding: 0px;	height: 38px;	width: 102px;}#interested h4 {	margin:0;	padding:3px 0 0;	font-size: 0.9em;	text-align: center;}#interested p {	color:black;	margin:0;	font-size: 0.7em;	text-align: center;}#main {width:70%; float:left; margin: 0 0 0 3%;padding:20px 0 0 0;font-size:0.9em;}#right {width: 5%; float:right; margin:0 5% 0 2%; padding:20px 0 0 0;font-size:0.9em;}/*footer*/#footer {background:#231F20; height:25px; color:#fff; font-size:0.8em; border-top:1px solid #8e887f; border-bottom:1px solid #b4aca0; z-index:1;}#footer p {text-align:center; line-height: 25px; color:#fff; margin:0; padding:0;}#footer a {color:#fff;}#footer a:hover {text-decoration:none;}#footerright {float:right; margin: -45px 20px 0 0; padding:0; overflow: visible; z-index:2;}/* \*/* html #footerright {margin-top:-31px; }* html #footer {height:45px; }/**/#credits {background: #C7C8CA; color:black; font-size:0.6em; text-align:center;}#credits p {margin:0; padding:3px 0; color:black;}/*clear classthis class resolves the floats that are used to line the left, main and right columns up with each other*/.clear {clear: both; margin:0; padding:0;}#contentpane { overflow:auto; margin:0; padding:0; width:100%;}/* style by yellow pencil inc.  September 2004  */