@charset "utf-8";
body {
	background: #7B0829;
	margin: 0;
	padding: 0;
	/*background-image: url();
	background-repeat: no-repeat;*/
}
#Container {
	width: 1026px;
	/*height: auto;*/
	margin: 0 auto;
	background-color: #E6E6E6;
}
#header {
	clear: left;
	width: 1024px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: 000;
	border-right-color: 000;
	border-bottom-color: 000;
}
#menu {
	clear: left;
	height: 30px;
	border: 1px solid #000;
	width: 1025px;
	background-color: #7B0829;
}


#left_nav {
	float: left;
	width: 168px;
	/*height: 524px;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: fff;
}
#right_nav {
	/*height: 524px;*/
	width: 209px;
	float: right;
	left: auto;
	top: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 000;
}
#main_content {
	width: 626px;
	/*height: 504px;*/
	float: left;
	left: auto;
	top: auto;
	background-color: #E6E6E6;
	padding: 10px;
}
#footer_top {
	height: 28px;
	width: 856px;
	clear: none;
	background-image: url(../images/new_design/footer_tab_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7B0829;
	text-align: center;
}
#search_button {
	float: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer_btm {
	float: left;
	height: 120px;
	width: 1016px;
	background-image: url(../images/new_design/footer_tab_bottom.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #7B0829;
	font-weight: bold;
	font-variant: normal;
	padding: 5px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#footer_search_button {
	float: left;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#main_content_lft {
	width: 49%;
	/*height: 100%;*/
	padding: 3px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
	text-align: center;
	float: left;
}
#main_content_right {
	text-align: center;
	float: right;
	width: 48%;
	padding: 3px;
}
#footer_btm a {
	color: #7B0829;
}
#main_content a {
	color: #7B0829;
	text-decoration: none;
}
#main_content a:hover {
	color: #FF0908;
	text-decoration: none;
}
.clearfloat{/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}

