/* CSS Document */
@charset "utf-8";
body {
	text-align: center;
	background-color: #003367;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
}

#container {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 250px;
	width: 963px;
}
#left_bar {
	position: absolute;
	height: 291px;
	width: 160px;
	top: 250px;
	left: 0px;
}
#menu {
	position: relative;
}
#menu_list {
	width: 160px;
	height: 124px;
	background: url(../img/h_menu.png);
	margin: 0;
	padding: 0px;
	position: relative;
}
#menu_list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 0px;
}
#menu_list li, #menu_list a {
	height: 31px;
	display: block;
}
#home {
	background: transparent url(../img/h_menu.png) no-repeat -160px 0px;
	width: 160px;
	top: 0px;
}
#home a:hover {
	background: transparent url(../img/h_menu.png) no-repeat -160px 0px;
}
#about {
	width: 160px;
	top: 31px;
}
#about a:hover {
	background: transparent url(../img/h_menu.png) no-repeat -160px -31px;
}
#services {
	width: 160px;
	top: 62px;
}
#services a:hover {
	background: transparent url(../img/h_menu.png) no-repeat -160px -62px;
}
#contact {
	width: 160px;
	top: 93px;
}
#contact a:hover {
	background: transparent url(../img/h_menu.png) no-repeat -160px -93px;
}
#menu_footer {
	width: 160px;
	background-image: url(../img/h_menufoot.jpg);
	height: 215px;
}

#main {
	position: absolute;
	width: 803px;
	left: 160px;
	top: 250px;
	text-align: left;
	background-color: #FFFFFF;
}
#title {
	position: relative;

}
#content {
	background-image: url(../img/h_main.jpg);
	height: 210px;
	padding: 20px 175px 20px 47px;
	position: relative;
}
#footer {
	background-image: url(../img/h_footer.jpg);
	height: 58px;
	position: relative;
}
#copyright {
	position: absolute;
	height: 13px;
	width: 500px;
	left: 47px;
	top: 23px;
	color: #1A3B6C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
#copyright a {
	text-decoration: none;
	color: #1A3B6C;
}
#copyright a:hover {
	text-decoration: underline;

}

