body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:url(i/bg.gif) top repeat-y #000;
}
a {
	color:#333;
}
#top {
	height:358px;
	background:url(i/t.jpg) top no-repeat #090909;
	text-align:center;
}
#container {
	background:url(i/bgcontent.gif) top repeat-x;
	text-align:center;
}
#content {
	width:510px;
	text-align:left;
	background:#fff;
}
#nav {
	background:url(i/bgnav.jpg);
	height:53px;
}
#nav ul {
	list-style:none;
	list-style-type:none;
	margin:0px 0px 0px 5px;
	padding:0px;
}
#nav ul li {
	list-style:none;
	list-style-type:none;
	margin:5px 11px;
	padding:0px;
	float:left;
}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
#nav ul li a:hover {
	text-decoration:underline;
	color:#000;
}
#nav ul li#active a {
	color:#777;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
h1 {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	border-bottom:2px dotted #333;
	margin:0px;
	padding:5px;
}
#content p {
	margin:0px;
	padding:10px;
}