@charset "utf-8";
/* CSS Document  */

/* hide elements */	

#rightCol, #Nav {
	display: none;
	}
	
/* change elements  */	
	
Body, HTML, #container{
	height: auto;
	}
	
* html #container{
	height: auto;
	}
	
Body{
	background-image: none;
	}

#container, #footerCont{
	width: 7in;
	}
	
#mainCol{
	clear: both;
	width: 100%;
	padding-right: 0px;
	margin: 0px 0px 20px 0;
	border-right: 1px solid #FFFFFF;
	}

.contact{
	padding-left: 0px;
	font-weight: bold;
	line-height: 24px;
	}

#header{
	height: 150px;
	background-image: url(/business/images/template/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 25px;
	border-bottom: 6px solid #FAB716;
}

#footer{
	background-color: #FFFFFF;
	border-top: 1px dotted #cccccc;
	margin-top: 10px;
	}

#footer p, #footer p a:link, #footer p a:visited {
	color: #666666;
	}