/* CSS Document */
a
{
	outline: none;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
}
html {
height: 100%;
}
body,td,th {
	color: #333333;
}
#wrapper {
	width: 850px;
	text-align: left;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#central_content_wrapper {
	float: left;
	width: 850px;
	background-image: url(../images/backgrounds/index_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
#mast_left {
	float: left;
	width: 500px;
	background-color: #0360A4;
	height: 100px;
}
#mast_right {
	float: left;
	width: 350px;
	height: 100px;
	background-image: url(../images/backgrounds/mast_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0360A4;
}
#top {
	height: 9px;
	width: 850px;
	background-image: url(../images/backgrounds/top_rh_shadow.jpg);
	background-repeat: no-repeat;
}
#bottom {
	height: 20px;
	width: 850px;
	background-image: url(../images/backgrounds/bot_shadow.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: left top;
}
#top_nav_right {
	float: left;
	width: 245px;
	height: 22px;
	background-image: url(../images/backgrounds/top_nav_bg_right.jpg);
	background-repeat: repeat-x;
}

#clear {
	clear: both;
}
#main_content {
	float: left;
	width: 368px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#main_content .contact {
	float: left;
	width: 600px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 250px;
}
#left_col {
	float: left;
	width: 192px;
}
#left_col img {
}


#mast_left img {
	margin-left: 5px;
}

#right_col {
	float: left;
	width: 250px;
}
#house {
	float: left;
	width: 290px;
}
#right_col2 {
	float: left;
	width: 250px;
	margin-top: 20px;
}
#bot_section_wrapper {
	width: 850px;
	background-image: url(../images/backgrounds/index_bg.jpg);
	height: 110px;
	float: left;
}
#house img {
	float: left;
}

#copy {
	float: left;
	height: 40px;
	width: 458px;
	padding-top: 20px;
	padding-left: 192px;
	padding-right: 200px;
}
