body {
	margin:0;
	background:#101010;
	}
p {margin:0;}
h1 {
	margin:0px;
}
#header {
	background:url(images/headerp.jpg) repeat-x;
	height:115px;
}
#headerimg {
	width:900px;
	margin:0 auto;
}
#content {
	background:url(images/bg.jpg) repeat;
	}
#text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	width:800px;
	margin:0 auto;
	padding:20px 0;}
#nav {
	margin:0 0 0 0;
	padding:0px 0 0 0;
	background:#101010;
	border-top:1px #545454 solid;
	text-align:center;
}
#nav a, #nav a:active, #nav a:visited {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding: 0 8px;
}
#nav a:hover {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

#text a, #text a:active, #text a:visited {
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#text a:hover {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:underline;
}