* { padding: 0; margin: 0; }
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
#wrapper { 
	margin: 0 auto;
	width: 855px;
}
#header {
	width: 854px;
	float: left;
	height: 151px;
	margin: 2px 0px 0px 0px;
	background-image: url(img/Deck_redo.jpg);
}
#leftcolumn { 
	margin: 2px 0px 2px 0px;
	height: 450px;
	width: 514px;
	float: left;
}
#rightcolumn { 
	float: left;
	background-image:url(img/content_bg.gif);
	margin: 2px 0px 2px 2px;
	height: 450px;
	width: 337px;
	display: inline;
}
#privacypolicy p{
	color:#000;
}
#privacypolicy ul {
	color:#000;
	text-align:left;
}
#privacypolicy li {
	margin-left:20px;
}
#footer { 
	width: 854px;
	height:147px;
	clear: both;
	background-image: url(img/Wood_grain.jpg);
	padding:0;
}
#copyright {
	margin-top:20px;
	text-align:center;
	clear:both;
	color:#000000;
	font-size:.75em;
}
#nav {
	width:100%;
	background-color:#360002;
	border-top:1px solid #360002;
	height:35px;
}
p {
	margin:6px;
	color:#FEFEFE;
	line-height:normal;
	font-weight:normal;
}
p+p {
	margin-top: .75em;
}
p.form {
/*	margin-left:6px;*/
	color:#FEFEFE;
	line-height:normal;
	font-weight:normal;
	font-size:.8em;
}
p.footer {
	color: #000000;
	font-size:1.2em;
	font-weight:bold;
}
a {
	color:#F37321;
	text-decoration:underline;
}
a:visited {
	color:#F37321;
	text-decoration:underline;
}
a:hover {
	color:#ffffcc;
	text-decoration:underline;
}
#nav ul {
	margin:6px;
	color:#FEFEFE;
	text-align:center;
}
#nav li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
	margin:10px;
	line-height:25px;
}
#nav li a {
	color:white;
}
#nav li a:visited {
	color:white;
}
#nav li a:hover {
	color:#F37321;
}