/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #E7E1C5;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: center center;
	margin: 0px;
}

#header {
	height: 150px;
	width: 750px;
}

#topleft {
	background-image: url(images/topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 185px;
}

#topright {
	background-image: url(images/righttop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 185px;
}

#centertop {
	background-image: url(images/centerheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 379px;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545937;
	background-color: #D7D6A6;
	width: 750px;
	padding: 4px 2px;
}

#centerindex {
	width: 750px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #868E5B;
	width: 750px;
	padding-top: 6px;
}