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

body {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #28375d;
}

div#header {
	width: 800px;
	height: 157px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	top: 36px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

#header h1 {
	display: none;
}

a img{
	border: none;
}

div#menu{
	width: 167px;
	left: 50%;
	margin-left: -402px;
	position: absolute;
	top: 230px;
}

div#menu ul{
	margin: 0px;
	padding: 0;
	list-style-image: none;
	list-style-position:outside;
	list-style-type: none;
}

li{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

div#content{
	width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 230px;
	text-align: center;
}

div#content h2{
	margin-top: 0px;
}