#sitewrapper {
	width: 1000px;
	margin: 20px auto;
	font-family: Verdana, Sans-Serif; }

a#logo {
	display: block;
	float: left;
	width: 138px;
	height: 68px;
	text-indent: -5000px;
	margin: 0 0 20px 10px;
	background: transparent url("/html/images/logo_w.gif") no-repeat 0 0; }

p#nav {
	float: right;
	color: #807265;
	font-size: 11px;
	margin: 50px 10px 0 0;
	text-transform: uppercase;
	font-family: Arial, Sans-serif; }
	p#nav a {
		color: #807265; }

#content {
	float: left;
	width: 1000px;
	color: #BEB5AE; }
	#content h1 {
		color: #BEB5AE;
		font-size: 16px;
		margin: 0 0 15px 0;
		font-weight: normal;
		text-transform: uppercase;
		font-family: Arial, Sans-Serif; }
	#content p {
		color: #BEB5AE;
		font-size: 11px;
		margin: 0 10px 10px 0;
		text-align: right;
		line-height: 140%; }
		#content p a {
			color: #BEB5AE;
			padding: 1px 3px;
			text-decoration: underline; }
			#content p a.current {
				background-color: #BEB5AE;
				text-decoration: none;
				color: #FFFFFF; }