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

body {
	color: #cacaca;
	background-color: #9f9185;
	
	font: 14px "Optima", "Trebuchet MS", sansserif;
	
}

body#bluebg{
	background-color: #00162e;
}


div#wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(body.jpg);
	background-color: #011934 ;
	width: 918px;
}

div#head {
	z-index: 0;
	background-image: url(head.jpg);
	top: 0;
	width: 918px;
	height: 362px;
}

div#body {
	padding-top: 18px;
	padding-left: 70px;
	left: 70px;
	top: 330px;
	width: 700px;
}

div#foot {
	float: left;
	background-image: url(foot.jpg);
	height: 164px;
	width: 918px;
}

div#logo {
	position: absolute;
	left: 60px;
	top: 70px;
}

div#photo {
	position: absolute;
	top: 190px;
	left: 70px;
}

div#contact {
	position: absolute;
	top: 268px;
	left: 390px;
}

div#headline {
	position: absolute;
	left: 70px;
	top: 148px;
}

#headline h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;	
}

h1 {
	margin: 0px;
	font: palatino;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
}

div#left {
	padding: 0px;
	margin-right: 5px;
	margin: 0px;
	width: 310px;
	float: left;
}

div#right {
	padding: 0px;
	margin: 0px;
	width: 380px;
	float: right;
}

a:hover {
	color: white;
}

a {
	color: #86b8d7;
}

img#float_left {
	margin: 4px;
	float: left;
}

div#wide {
	width: 700px;
}

a img {
	border: none;
}


h2 {
	margin-left: 0px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-top: 4px;
	font: palatino;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

div#centered {
	text-align: center;
}

div#footer {
	margin-top: 20px;
	float: left;
	text-align: center;
	background-image: url(body.jpg);
	min-height: 40px;
	width: 918px;
}

