body {
	background: #CCC;
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #333; }

#sitewrapper {
	background-color: #FFF;
	width: 964px;
	margin: 0 auto; }
	#sitewrapper #header {
		float: left;
		width: 964px;
		height: 155px;
		position: relative; }
		#sitewrapper #header a#logo {
			background: transparent url('/images/logo.jpg') no-repeat 0 0;
			float: left;
			width: 250px;
			height: 155px;
			text-indent: -5000px; }
		#sitewrapper #header #nav {
			background: transparent url('/images/bg_hdr-nav.jpg') no-repeat 0 0;
			float: left;
			width: 714px;
			height: 155px; }
			#nav ul#topnav {
				float: left;
				width: 625px;
				position: relative;
				top: 95px; }
				#nav ul#topnav li {
					float: left;
					display: inline; }
					#nav ul#topnav li a {
						margin: 0 33px 0 0;
						text-decoration: none;
						font-size: 16px;
						color: #D4B988; }
	#sitewrapper #content {
		background: #FFF url('/images/bg_sitewrapper.gif') repeat-y 0 0;
		float: left;
		width: 964px; }
#footer {
	background: transparent url('/images/bg_footer.gif') no-repeat 0 0;
	clear: both;
	width: 964px;
	margin: 0 auto; }
	#footer p {
		width: 920px;
		padding: 20px 0 0 38px;
		font-size: 14px; }
		#footer p a {
			color: #333;
			text-decoration: none; }
