@charset "utf-8";
body {
	background:url(../images/collage-bg-1px.jpg) repeat-x top left;
}
#body-background {
	background:url(../images/about/collage-bg-2fw.jpg) no-repeat center top;
}
#titlelogo a, #titlelogo a:visited, #titlelogo a:hover{
	background:url(../images/fulllogo-white.png) top right;
	width:300px;
	height:81px;
	display:block;
}
#wrapper {
	position:relative;
	top:230px;
	background:url(../images/common-backdrop.png) no-repeat left top;
}
#sidebar_content {
	float: left;
	margin-right: 10px;
	width: 275px;
	padding-left:5px;
	text-align: left;
	height:660px;
	border-top: solid thick #E90D00;
	background:#fff;
	
}
#sidebar_description {
	color:#666;
	font-size:.9em;
	margin-right:18px;
}
#sidebar_services {
	padding-top:30px;
}
#main_content {
	float: left;
	width:635px;
	border-top: solid thick #E90D00;
	background-color:#fff;
	padding:0 10px 0 5px;
	
}