@charset "utf-8";

html, body, table{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height:18px;
}
h1{
	font-size:16px;
	color:#1c416f;
	margin:0px;
	font-weight:normal;
}
img{
	display:block;
	border:0px;
}
p{
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-bottom:6px;
}
div{
	position:relative;
	z-index:2;
}
div#background{
	width:100%;
	height:570px;
}
div#bg-wrap{
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	width:100%;
	height:570px;
}
div.spacing{
	width:100%;
	height:100px;
}
div#top{
	width:100%;
	height:26px;
	background-color:#1c416f;
}
div#middle{
	width:100%;
	height:402px;
	background-color:#e8e3db;
}
div#middle1{
	width:100%;
	height:452px;
	background-color:#e8e3db;
}
div#bottom{
	width:100%;
	height:26px;
	background-color:#1c416f;
}
div#wrapper{
	width:690px;
	height:570px;
	margin-left:auto;
	margin-right:auto;
}
img.logo{
	position:absolute;
	z-index:1;
	top:9px;
	left:0px;
}
div.navigation{
	width:612px;
	padding-left:78px;
	height:26px;
	line-height:26px;
}
div.navigation a{
	display:inline-block;
	padding-left:30px;
	padding-right:30px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
div.navigation a:hover{
	color:#b1a189;
}
div.navigation a.theactive{
	color:#b1a189;
}
div.content{
	width:640px;
	padding-left:50px;
	height:372px;
	padding-top:30px;
}
div.content1{
	width:640px;
	padding-left:50px;
	height:422px;
	padding-top:30px;
}
div.footer{
	width:640px;
	height:26px;
	padding-left:50px;
	line-height:26px;
	color:#fff;
}
div.footer a{
	color:#fff;
	text-decoration:none;
}
div.footer a:hover{
	color:#b1a189;
}
img.map{
	width:224px;
	float:right;
	padding-left:20px;
}
.big{
	font-size:14px;
}
.nemesis{
	float:right;
	padding-left:10px;
	padding-bottom:5px;
}