#container_main {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
}

#top_left {
	width: 200px;
	height: 117px;
	float: left;
	margin: 0;
	background-image:url(../images/left_bg.png);
	background-repeat:no-repeat;
}

#logo {
	width: 440px;
	height: 117px;
	margin: 0;
	float: left;
}

#top_right {
	width: 126px;
	height: 117px;
	margin: 0;
	float: left;
	background-image:url(../images/right_bg.png);
	background-repeat:no-repeat;
	text-align: center;
}

#top_right img {
	align: center;
	margin-top: 10px;
	text-align: center;
}

#container_top {
	float: left;
	width: 766px;
	height: 183px;
	background-color: #ffffff;
}

#main_menu {
	float: left;
	width: 200px;
	height: 183px;
}

#main_banner {
	float: left;
	width: 566px;
	height: 183px;
}

#main_content {
	float: left;
	width: 766px;
/*	height: 550px; */
	background-color: #ffffff;
}

#menu_top {
	float: left;
	width: 200px;
	height: 6px;
	margin: 0;
	padding: 0;
	background-image:url(../images/menu_top.png);
	background-repeat: no-repeat;
}

#menu_bottom {
	float: left;
	width: 200px;
	height: 7px;
	margin: 0;
	padding: 0;
	background-image:url(../images/menu_bottom.png);
	background-repeat: no-repeat;
}

#left_column {
	float: left;
	width: 200px;
/*	height: 550px; */
	background-image:url(../images/left_column.png);
	background-repeat: repeat-y;
}

#right_column {
	float: left;
	width: 566px;
/*	height: 550px; */
	background-color: #ffffff;
}

#bottom {
	float: left;
	width: 766px;
	height: 20px;
	background-image:url(../images/bottom_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	color: #D32701;
	align: center;
	text-align: center;
}

#sep_h_contact {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
/*	width: 302px; */
	height: 4px;
	background-image:url(../images/sep_h.gif);
	background-repeat: repeat-x;
}

#center_blank {
	float: left;
	width: 9px;
	height: 505px;
	margin-top: 15px;
	margin-left: 5px;
	background-image:url(../images/sep_v.gif);
	background-repeat: repeat-y;
}

#contact_text_bold {
	float: left;
	width: 50px;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
}

#contact_text {
	float: left;
	width: 160px;
	font-size: 11px;
	line-height: 18px;
}

#left_bar_content {
	float: left;
	width: 175px;
	height: 500px;
	margin-left: 10px;
}

#box_left {
	margin-top: 10px;
	float: left;
	width: 175px;
}

#box_title {
	float: left;
	width: 170px;
	background-color: #e3e3e3;
	border: 1px solid #c8c8c8;
	font-family: verdana;
	font-size: 11px;
	color: #D32701;
	padding: 3px;
}

#box_sep {
	float: left;
	margin-top: 10px;
	width: 175px;
	height: 4px;
	background-image:url(../images/sep_h.gif);
	background-repeat: repeat-x;
}

#box_content {
	float: left;
	width: 170px;
	margin-top: 5px;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
}
