body {
	background-color: #c7e3f1;
	font-family: Hevetica, arial, verdana, sans-serif;
	color: #444444;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	background-image: url(../img/bg_.jpg);
	background-repeat: repeat-y;
}
a {
	color: black;
}
a:hover {
	color: white;
	background: #89c5e5;
	text-decoration: none;
}
#container {
	width: 804px;
	background-color: white;
	margin: 0px;
}
#content {
	margin: 4px 4px 0px 200px;
	
}
#content h1 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}
#content h2 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}
#content h3 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}
#content h4 {
	border-bottom: 1px dotted #ccc;
		padding:0px 0 6px 0;
		font:normal 18px georgia;
		line-height: 22px;
		color: #2e4255;
}
#menu {
	width: 186px;
	float:left;
}
#menu ul {
	list-style:none;
	margin:0;
	width: 186px;
	background: #89c5e5;
	padding: 0px;
	border-width: 0px 1px 1px 0px;
	border-color: #c1c1c1 #89c5e5 #c1c1c1 #c1c1c1;
	border-style: solid;
}
#menu ul .headline {
	padding: 4px;
	color: white;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul .headline a {
	padding: 4px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
#menu li a{
	display: block;
	width: 161px;
	padding: 2px 16px 2px 4px;
	color: black;
	border-style: solid;
	border-color: #c1c1c1;
	border-width: 1px 0px 0px 0px;
	background: url(../img/bg_nav.png);
	font-weight: bold;
	text-decoration: none;
	
}
#menu li a:hover{
	background: url(../img/bg_nav2.png);
	font-size: 15px;

}

#header {
	background-image: url(../img/head_splash.jpg);
	background-repeat: no-repeat;
	background-position:top;
	padding: 0px;
	width: 804px;
	height: 246px;
}

#header #logo {
	position: absolute;
	width: 259px;
	height: 83px;
	left: 51px;
	top: 50px;
	background-image:url(../img/logo.png);
}
h1 { font-size: 14px; }
}