* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #272420;
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:13px;
	text-align:left;
}
img {
	border-color: #101010;
}
h3 {
	color:#FFFFCC;
	font-size:20px;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
	margin: 20px 0px 20px 0px;
}
h4 {
	color:#FFFFCC;
	font-size:16px;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h5 {
	color:#EEEEEE;
	font-size:13px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
	margin: 0px 0px 0px 0px;
}
.more { 	
	float:left; 
}
.clear {	
	clear:both; 
}
a {
	color: #FFD050;
	font-size:13px;
}
a:hover {
	color:#FF8050;
}
p {	
	margin: 0px 0px 20px 0px;
}
.pnomargin 
{
	margin: 0px 0px 0px 0px;	
}
.poffset {
	margin-left: 20px;
}
.psmall {
	color: #AAAAAA; 
	font-size:11px;
}
.shl {
	color: #FFFFAA; 
	text-decoration: none;
	font-weight: bold;
}
.mn0 {
	margin-left: 0px;
}
.mn1 {
	margin-left: 20px;
}
#container {
	margin: 0px auto 0px auto;
	width:765px;
	position:relative;
}
#header {
	background-image:url(siteimages/header.gif);
	background-repeat:no-repeat;
	position:relative;
	width:765px;
	height:130px;
}
#content {
	background-image:url(siteimages/content.gif);
	background-repeat:repeat-y;
	position:relative;
	width:765px;
}
#menu {
	float:left;
	width:160px;
	height:auto;
	margin: 50px 0px 0px 0px;
	display:inline;
}
.menuitembg {
	background-image:url(siteimages/menuitem.gif);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 28px;
	width:129px;
	height:25px;
	float:left;
	display:inline;
	position: relative;
}
.menuitem {
	background-image:none;
	color: #FFD050;
	float:left;
	width:119px;
	height:19px;
	display:inline;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 10px;
	font-weight: bolder;
	font-size:11px;
	text-decoration: none;
	position: relative;
}
.menuitem:hover {
	background-image:url(siteimages/menuitemh.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#maintext {
	float:left;
	width:535px;
	height:auto;
	margin: 10px 0px 40px 20px;
	display:inline;
}
.mainblock {
	float:left;
	width:530px;
	height:auto;
	margin: 0px 0px 40px 0px;
	display:inline;
}
.logoimage {
	float:left;
	width:160px;
	height:auto;
	margin: 0px 0px 0px 0px;
	display:inline;
}
.logotext {
	float:right;
	width:370px;
	height:auto;
	margin: 0px 0px 0px 0px;
	display:inline;
}
#footer {
	background-image:url(siteimages/footer.gif);
	background-repeat:no-repeat;
	position:relative;
	width:765px;
	height:90px;
}
#footer p {
	width:515px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 23px 60px 25px 185px;
	font-size:11px;
	line-height:15px;
}
#footer a {
	font-size:11px;
}