* {
	margin: 0;
	padding:0;
}

body {
	font-family: Georgia;
	background-color: #6090c0;
	background-image: url(images/background.jpg);
    background-repeat: repeat-x;

}



#mainheader {
	width: 983px;
	height: 399px;
	background-image: url(images/mainheader.png);
    background-position: center;
	margin: 0 auto;
}


/* the navbar*/

#nav {
	width: 983px;
	height:43px;
	background-image: url(images/nav.png);
	margin: 0 auto;
	text-align: right;
	font-family: arial;
}
#nav a:link, #nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #286ab4;
	text-decoration: none;
}

#container {
	width: 983px;
	height:auto;
	background-color: #95badb;
	margin: 0 auto;
	
}

#content {
	margin-left: 405px;
	padding: 2px;

}

#content h1{
	font-size: 24px;
	text-align: left;
	color: #286ab4;
	margin-left: 20px;
	padding:5px;
}
#content h2{
	font-size: 20px;
	text-align: left;
	color: #286ab4;
	margin-left: 20px;
	padding:5px;
}

#content p {
	font-size: 13px;
	text-align: justify;
	margin-left: 15px;
	padding: 10px;
	color: #000;
	line-height: 18px;
	
}


.mainimage {
	border: none;
	padding:20px;
	margin-right: 200px;
}

.mainimage2 {
	border: none;
	padding:5px;
}



/* Footer*/

#endfoot {
	width:983px;
	height:50px;
	background-image: url(images/footer.jpg);
	margin: 0 auto;
}