/* Layout file */

body {
	text-align: center;
	background-color: #576F99;
}

#wrapper {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 800px;
	text-align: left;
}
#image {
	text-align: center;
	height: 212px;
}
#main-top {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 119px;
}
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 381px;
}
#mainBG {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 500px;
}

#nav {
	height: 30px;
	top: 0px;
}
#buttons {
	width: 800px;
	padding: 9px 0px;
	text-align: center;
	}
s
#middle-bg {
	height: 225px;
	background-repeat: repeat-y;
	top: 0px;
}
#bottom-bg {
	width: 800px;
	float: left;
	position: relative;
	background-repeat: repeat-y;
}

div {
	width: 800px;
/*	border: 1px solid red;*/
}
