/* CSS Document */


body {
	background: white;
	text-align: center;
}

#layout {
	width:  764px;
	border: 2px solid #CCCCCC;
	background: #F6F4E9;
	margin: 0 auto;
}
#topbar {
	background: #B8A96A;
	height: 62px;
}
html>body #layout {
	width: 760px;
}
#logo {
	width: 100px;
	height: 62px;
	float: left;
	text-align: center;
	padding: 15px 0 0 5px;
}
html>body #logo {
	width: 95px;
	height: 47px;
}
#nav {
	height: 62px;
	float: right;
	text-align: right;
	padding: 0;
}

#header {
	height: 62px;
	clear: both;
}
#headerhome {
	height: 142px;
	clear: both;
}
#pagetitle {
	float: left;
	text-align: left;
	background: #F1EEE2;
	width: 290px;
	padding-left: 20px;
}
html>body #pagetitle {
	width: 270px;
}
#picture {
	width: 470px;
	height: 62px;
	float: right;
}
#subnav {
	text-align: left;
	background: #800A0F;
	border: 1px solid black;
}
#winenav {
	width: 180px;
	text-align: left;
}
#mainbody {
	background: #F6F4E9;
}
#options {
	width: 180px;
	float: left;
	text-align: left;
	padding-top: 20px;
}
#content {
	width: 570px;
	float: left;
	text-align: left;
	padding: 20px;
}
html>body #content {
	width: 530px;
}
#footer {
	height: 30px;
	clear: both;
	line-height: 30px;
	text-align: left;
	padding: 0 0 0 5px;
	border-top: 1px solid #999999;
	background: #800A0F;
}
#developer {
	padding: 3px;
	width: 760px;
	margin: 0 auto;
	text-align: right;
}

.clear {
	clear: both;
}

