body {
	background: #bfbebe;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:140%;
	}
	
* {
	margin:0;
	padding:0;
	}
	
#maincontainer {
	margin-left:auto;
	margin-right: auto;
	padding-top: 3px;
	width: 821px;
	background:url(../img/contentbg.gif) repeat-y;
	}
	
#content {
	width: 781px;
	padding: 22px;
	}
	
#top {
	background:url(../img/topbg.gif) no-repeat;
	width: 821px;
	height: 20px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	background: #4b4b4b url(../img/logo.gif) top left no-repeat;
	width: 781px;
	height: 127px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 3px;
}

#headimg {
	background:url(../img/headimg.jpg) no-repeat;
	width: 781px;
	height: 257px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}

#bottom {
	background:url(../img/bottombg.gif) no-repeat;
	width: 821px;
	height: 9px;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer {
	color: #757575;
	font-size:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
#nyx {
	float:right;
	}
	
#nyx a:link, #nyx a:visited {
	color:#999;
	font-size:10px;
	text-decoration:none;
	}
	
#nyx a:hover {
	text-decoration:none;
	}

#header ul {
	text-align:right;
	list-style:none;
	margin: 55px 10px 0 0;
	}
	
#header a:link,#header a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	}
	
#header a:hover {
	text-decoration:underline;
	}
	
.imgborder {
	border: 1px solid #CCCCCC;
	}

	
h1 {
	font-size: 18px;
	color:#757575;
	margin-bottom:6px;
	}
	
p {
	color:#757575;
	font-size:11px;
	}
	
ul {
	list-style-position:inside;
	list-style-type:circle;
	}
