html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:953px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image: url(/images/right_rpt.gif);
	background-repeat: repeat-y;
	background-position: top right;
	
}

#header {
	background-color: #FFFFFF;
	height: 142px;
	
}

#header_left {
	position: absolute;
	top:0px;
	left:0px;
	height: 142px;
	width: 182px;
	background-color: #404143;
}

#header_middle {
	position: absolute;
	top:0px;
	left:188px;
	height: 142px;
	width: 532px;
	padding: 39px 0px 0px 3px;
}

#header_right {
	position: absolute;
	top:0px;
	left:705px;
	height: 142px;
	width: 76px;
}


#content {
	padding-bottom: 200px; /* bottom padding for footer */
	background-image: url(/images/right_rpt.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#content_left {
	float: left;	
	height: 360px;
	width: 182px;
	background: #404143 url(/images/commercial_and_residential_design.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#menu {
	position: relative;
	width:792px;
	height: 60px;
}

#menu_float {
	float: right;
}


#content_main {
	float: left;
	height: 359px;
	width: 610px;
	border-top: 1px solid #76787A;

}

#content_split_left {
	float: left;
	height: 359px;
	width: 310px;
}

#content_split_right {
	float: left;
	height: 215px;
	width: 260px;
	padding: 120px 20px 0px 20px;
	overflow:hidden;
}

#scroll {
	position: absolute;
	top:120px;
	left:530px;
	height: 226px;
	width: 21px;
}

.small_left {
	float: left;
	width: 170px;
}

.small_right {
	float: left;
	width: 70px;
}


#base {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
}


#footer_left {
	float: left;
	height: 162px;
	width: 182px;
	padding-top: 80px;

}

#credits {
	float: left;
	height: 88px;
	width: 172px;
	padding: 0px 0px 20px 10px;
}

#jbc {
	float: left;
	width: 150px;
	padding: 0px 0px 0px 10px;
}


#footer_middle {
	float: left;
	height: 162px;
	width: 610px;
	background: #ffffff url(/images/values.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#listen {
	background-image: url(/images/listen.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	min-height:230px;
	height:auto !important;
	height:230px;
}

#interpret {
	background-image: url(/images/interpret.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	min-height:230px;
	height:auto !important;
	height:230px;	
}

#create {
	background-image: url(/images/create.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	min-height:230px;
	height:auto !important;
	height:230px;
}

#map1 {
	position: absolute;
	top: 25px;
	left: 180px;
	height: 100px;
}

#map2 {
	position: absolute;
	top: 144px;
	left: 180px;
	height: 100px;
}


