
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0 0 0;
	padding:0;
	background-color:#DBA936 !important;

}

h1 {
	display:none;
}

h2 {
	text-align:center;
	color:#D49E0F;
	font-size:22px;
	font-weight:normal;
	margin:10px 0;
}

#wrap {
	width:900px;
	margin:0 auto;
	background-image:url('/styles/default/background-ugly.gif');
	background-repeat:repeat-y;
	background-position:center;
}

#content {
	width:800px;
	margin:0 auto;
}

p {
	text-align:center;
	margin:20px 0 20px 0;
}

ul#navigation {
	width:854px;
	height:45px;
	margin:0 auto;
	padding:0;
	border-top:3px double #D49E0F;
	border-bottom:3px double #D49E0F;
	list-style-type:none;
}

ul#navigation li {
	float:left;
	width:173px;
	font-size:18px;
	font-weight:normal;
	margin:10px 0 0 27px;
}

ul#navigation li a {
	color:#D49E0F;
	text-decoration:none;
}

ul#navigation li a:hover {
	color:#F4B611;
	text-decoration:none;
}

#nfn {
	display:none;
}

#footer {
	width:855px;
	margin:0 auto;
	text-align:center;
	color:#999;
	font-size:10px;
	border-bottom:2px solid #D49E0F;
}