html {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 14px;
	color: #323232;
	background-color: #bebebe;

}

#frame {
	width: 990px;
	background-color: #fff;
	background-image: url(../img/bg.jpg)
}

#frame img {
	margin-bottom: -5px;
}

.center {
	margin:0 auto;
	text-align:left;
}

.clearfloat{
    clear:both;
}

#frame_2 {
	width: 970px;
	background-color: #fff;
	padding-bottom: 10px;
	}


#header{
	float:left;
	width: 970px;
	height: 123px;
	background-image: url(../img/header.jpg);
}

#sub_header {
	float:left;
	background-image: url(../img/sub_header.jpg);
	width: 970px;
	height: 143px;
}

#main_nav {
	float:left;
	background-image: url(../img/main_nav_bg.jpg);
	height: 38px;
	width: 970px;
	margin: 4px 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

#main_nav li {
	display: block;
	float: left;
	list-style:none;
	margin-top: 1px;
}

#main_nav li a{
	color: #4b4b4b;
	text-decoration: none;
}

#main_nav li a:hover{
	color: #cf010b;
}



#sub_nav_bg {
	float:left;
	width: 217px;
	background: #fff url(../img/sub_nav_bg.jpg);
	margin: -23px 0 0px 6px;	
}

#sub_nav_bg img {
	margin: 0px 0px -5px 1px;
}

#sub_nav{
	float:left;
	width: 192px;
	margin: -24px 0 0 1px;	
	min-height: 400px;
	height:auto !important;
	height: 400px;
}

#sub_nav li {
	list-style:none;
	width: 192px;
	margin: 1px 0 1px 0px;
}

#sub_nav li a{
	display: block;
	color: #fff;
	padding: 4px 0 4px 5px;
	text-decoration: none;
	background-color: #8dbcf4;
}

#sub_nav li a:hover{
	color: #323232;
	background-color: #dadada;
}


#sub_content {
	float:right;
	width: 390px;
	margin: 45px 6px 0 0;	
	height: 116px;
	overflow: hidden;
}

#sub_content h1 {
	color: #cf010b;
	font-size: 14px;
	font-weight: normal;
}

#content {
	float:left;
	width: 700px;
	margin: 15px;
}

#content p{
	line-height: 20px;
	margin-top: 30px;
}

h1 {
	color: #cf010b;
	font-weight: bold;
	font-size: 20px;
}
