/* 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 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: auto;
}
#main-left {
	width: 130px;
	height: 320px;
	padding: 5px 10px;
	margin-top: 8px;
	float: left;
}
#main-right {
	width: 440px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	border: none;
}

#nav {
	height: 42px;
	top: 0px;
}
#buttons {
	width: 800px;
	padding: 15px 0px;
	text-align: center;
	}

#middle-bg {
	height: 225px;
	background-repeat: repeat-y;
	top: 0px;
}
#bottom-bg {
	width: 800px;
	float: left;
	position: relative;
	background-repeat: repeat-y;
}
#footer {
	clear: both;
	position: relative;
	padding: 15px 0px;
}



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