@charset "UTF-8";
/* CSS Document */

body{
	background-color:#455d73;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
}
.content a:link {
	color: #000000;
	font-style:italic;
}
.content a:visited {
	color: #000000;
	font-style:italic;
}
.content a:hover {
	color: #fe674f;
	font-style:italic;	
}
.content a:active {
	color: #fe674f;
	font-style:italic;	
}
.nav a:link, a:visited {
	color: #fe674f;
	font-style:normal;
}
.nav a:hover, a:active {
	color: #000;
	font-style:normal;
}

h1{
	font-weight:bold;
	font-size:12px;
	letter-spacing: 0.25em;
	color:#000;
}

#top {
	width:700px;
	height:417px;
	background:url(images/mainbgimage.jpg) top no-repeat;
}
#container {
	width:700px;
	position:absolute;
	left:50%;
	margin-left:-350px;
	background:url(images/container_bg.jpg);
}

#bottom {
	margin-top:10px;
	height:100%;
}

#maincontent {
	width:435px;
	float:left;
	margin-left:50px;
	margin-top:-10px;
}

#navigation {
	width:125px;
	height:auto;
	float:left;
	padding:10px;
	margin-left:40px;
	margin-top:-10px;
	color: #fe674f;
	line-height:150%;
	background-color:#3a4c5c;
}
body {
background-attachment:
}