/* CSS Document */
body {
	margin:0px;
}
#header {
	margin:15px 0px 0px 15px;
	width:785px;
	height:230px;
}
#header_img{
	position:relative;
	width:559px;
	height:230px;
	float:left;
}
#header_buttons {
	position:relative;
	width:225px;
	height:230px;
	float:left;
}
#nav {
	background:#999999;
	clear:both;
	position:relative;
	margin:0px 0px 0px 15px;
	width:785px;
	height:30px;
}

#left_col {
	float:left;
	position:relative;
}
/* IE 6 bug left_col */
* html #left_col {
	height: 320px;
}


#sec_nav {
	font-weight:bold;
	margin:35px 10px 0px 15px;
	width:200px;
	height:320px;
}

#sec_nav a {
	padding:5px 5px 2px 10px;;
	border-bottom:#e2e2ea solid 1px;
	display:block;
	background:#EEEEFF url(../new_images/sec_nav_bg.gif) repeat-y;
	color: #095aa6;
}

#sec_nav a:hover {
	background:#F6F6FF url(../new_images/sec_nav_bg_over.gif) repeat-y;
	color:#3c96ca;
	text-decoration:none;
}


#content {
	margin:15px 0px 0px 15px;
	position:relative;
	float:left;
	width:575px;
	min-height:320px;
}
/* IE 6 bug fix */
* html #content {
	height: 320px;
}
#footer {
	width:100%;
	height:120px;
	background:url(../new_images/footer_bg.gif) repeat-x;
}
#footer_contact {
	position:relative;
	margin-left:615px;
	width:190px;
	height:80px;
}
#footer_copy {
	font-size:12px;
	margin:0px 0px 0px 15px;
}

