	html, body {
	margin:0;
	padding:0;
	color:#333333;
	background-image: url(web_img/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	min-width:760px;
	background-color: #6496C8;
	}
	#layout {
	position: relative;
	top: -1px;
	}
	#container {
	margin:0 auto;
	width:760px;
	background-image: url(web_img/body_bg.gif);
	text-align: left;
	position: relative;
	background-repeat: repeat-y;
	}
	#header {
	height: 175px;
	background-image: url(web_img/header_bg.gif);
	clear: both;
	position: relative;
	}
	#main_menu {
	height: 250px;
	position: relative;
	}
	#sub_menu {
	position: relative;
	}
#landing {
	height: 495px;
}

	#main {
	width:340px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	#side_bar {
	float:left;
	width:180px;
	text-align: left;
	padding-left: 10px;
	}
	#details {
	float:left;
	width:180px;
	text-align: left;
	margin-right: 10px;
}
	#footer {
	clear:both;
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	background-image: url(web_img/footer_bg.gif);
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	padding-top: 25px;
	}
#sub_menu ul
{
	padding: 0;
	list-style-type: none;
	width: 180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#sub_menu a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	font-size: 12px;
	background-color: #666666;
	padding-left: 10px;
	background-image: url(web_img/sub1_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
#sub_menu a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	font-size: 12px;
	background-color: #960000;
	padding-left: 10px;
	background-image: url(web_img/sub1_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
#sub_menu li li a
{
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	height: 18px;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 30px;
	background-color: #888888;
	background-image: url(web_img/sub2_up.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#sub_menu li li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 30px;
	background-color: #999999;
	background-image: url(web_img/sub2_over.gif);
	background-repeat: no-repeat;
	background-position: top;
}
hr {border: none 0; 
border-top: 1px dashed #CCCCCC;
width: 100%;
height: 1px;
} 
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -10px;
}
h2 {
	font-size: 1.4em;
	color: #5A87B4;
	font-family: Arial, Helvetica, sans-serif;
}
.txt_style1 {
	color: #5A87B4;
}
.txt_style2 {
	color: #FFFFFF;
}
.img1 {
	border: 10px solid #CCCCCC;
}
.txt_style1 a {
	color: #336699;
	text-decoration: none;
}
.txt_style1 a:hover {
	color: #990000;
	text-decoration: underline;
}
.txt_style2 a {
	color: #CCCCCC;
	text-decoration: none;
}
.txt_style2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#landing_footer {

	clear:both;
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	background-image: url(web_img/landing_footer_bg.gif);
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	padding-top: 25px;
}
