body {
	background:#6E94B5 url(../theme_images/bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a {
	text-decoration:none;
}
#main {
	width: 800px;
	margin: 0 auto;
	z-index: 1000;
	position: relative;
	top:0;
}

#header {
	width:800px;	height:175px;	margin:0;	padding:0;
}

#nav {
	width:150px;
	height:196px;
	float:left;
	padding: 0 25px;
}

#content {
	width:500px;
	padding: 0 25px;
	height:auto;
	float:left;
	background: url(../theme_images/content.png);
	color:#333333;
}

#base {
	width:450px;
	padding-left:250px;
	padding-right:100px;
	padding-top:15px;
	height:122px;
	background:url(../theme_images/base.png) no-repeat;
	float:left;
	text-align:center;
	font-size:10px;
}

#bg_1 {
	position:fixed;
	width:198px;
	height:285px;
	right:0px;
	top:0px;
}

#bg_2 {
	position:fixed;
	bottom:0px;
	width:100%;
	height: 292px;
	z-index:0;
	text-align:center;
	background:url(../theme_images/water.png) center bottom no-repeat;
}


h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#105078;
	font-style:italic;
}

h2 {
	margin:0;
	padding:0;
	font-size:14px;
	font-style:italic;
	letter-spacing:-1px;
}
.button, a.button, a.button:link {
	width:150px;
	height:17px;
	background:url(../theme_images/button.png);
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align:center;
	text-decoration:none;
}
.button:hover, a.button:hover, .active_btn, a.active_btn {
	width:150px;
	height:17px;
	font-size:14px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align:center;
	text-decoration:none;
	color:#000000;

	font-weight:bold;
	letter-spacing:1px;
	background:url(../theme_images/button_over.png);
}
.keywords {
	color:#FFFFFF;
	margin-top:18px;
	font-size:8px;
}
.img {
	margin: 10px;
	border: 2px solid #005083;
}
.contact {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
