<style type="text/css">

body {
	background-color: #B7AE9D;
	margin: 0;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 50em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	width: 50em;
	height: auto;
}
#navigation {
	font-weight: normal;
	text-align: center;
	border-top-style: none;
	width: 50em;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear: both;
	border-bottom: thin dashed #595240;
	padding-top: .5em;
	padding-bottom: .25em;
}
#wrapper {
	width:50em;
	background-image: url(media/wpr-bg-1.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 2em;
}
#content {
	font-size: 80%;
	width: 41em;
	margin-top: 0.5em;
	margin-left: 1em;
	margin-bottom: 0.5em;
	float: left;
}
a {
	font-weight: bold;
	color: #595240;
	text-decoration: none;
}
a:hover { border-bottom: 1px dashed #595240; }
#rightnav {
	width:19em;
	font-size: 80%;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	float: right;
	margin-right: 0.5em;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: white;}
#footer {
	width:49em;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>
