@charset "utf-8";
/* CSS Document */

body {
	border-top:7px solid #002457;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#container {
	width:988px;
	margin:auto;
	text-align:left;
	background-color:#e6e9ee;
	height:200px;
}
#container2 {
	min-height:300px;
	background-color:#e6e9ee;
	border-bottom:5px solid #002457;
	padding-top:0px;
	padding-left:0px;
}
#top {
	height:100px;
}

#picture {
	height:250px;
	background-color:#e6e9ee;
	background-image:url(../images/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#site_menu {
	width:265px;
	margin:0px;
	min-height:300px;
	float:left;
}
#content {
	margin-top:-40px;
	width:723px;
	background-color:#e6e9ee;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	min-height:335px;
	float:left;
	position:relative;
	z-index:5;
}


#top_logo {
	background-image:url(../images/logo.jpg);
	width:300px;
	height:100px;
	float:left;
	margin:0px;
	padding:0px;
}
.menu_top_link {
	text-decoration:none;
	color:#000;
}
.menu_top_link:hover {
	color:#FFF;
}
#content table {
	margin-left:25px;
}
#content h3 {
	margin-left:15px;
	font-size:16px;
}
