body {
	margin: 0px auto;
	color: #332211;
	line-height:140%;
	text-align: center;
	background-image: url(/images/global/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body > * { /* IE6-only filter */
	text-align: left;
}


div#container {
	margin: 0px auto;
	width: 874px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

div#header {
	position: relative;
	width: 874px;
	height: 51px;
	top: -40px;
	background-image: url(/images/global/top.png);
	background-position: center top;
	background-repeat: no-repeat;
}

div#middle {
	top: -40px;
	margin: 0px auto;
	width: 874px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align: left;
	background-image: url(/images/global/middle.png);
	background-position: center top;
	background-repeat: repeat-y;
	position: relative;
	min-height: 550px;
}

div#content {
	top: 0px;
	padding: 30px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}

div#left {
	float: left;
	width: 350px;
	margin-right: 40px;
}

div#right {
	float: left;
	width: 350px;
}

div#clear {
	clear: both;
}

#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	clear: both;
	margin: 0px auto;
	height: 51px;
	width: 874px;
	top: -40px;
	position: relative;
	background-image: url(/images/global/bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer p.copyright {
	text-align: center;
	padding-top: 50px;
	color: #b1a297;
	width: 400px;
	margin: 0px auto;
}
