body {
	padding: 0px;
	font-family:  verdana;
	font-size: 14px;
	font-weight: normal;
	background-color: #323940;
	background-image: url('../images/bgtile.png');
	background-repeat:repeat;
	background-attachment: fixed; 

}
.mainborder {
	width: 790px;
	background-color: #888888;
	border: solid 1px #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -395px;	
	z-index: 0;
	height: 105%;	
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.main {
	width: 780px;
	/*margin-top: 5px;*/
	border: solid 1px #3f484d;
	background-color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -390px;
	z-index: 1;
	margin-bottom: 20px;
	color: #001515;
	text-align: center;
}
.header {
	text-align: center;
	margin: 5px;
	border: solid 1px #000000;
	padding-top: 20px;
	height: 150px;
	overflow: hidden;
	background-color: #55DDDD;
	color: #1d2123;
	background-image: url('../images/headerbg.png');
	background-repeat:repeat-x;
}
.header-maintext {
	font-size: 55px;
	font-weight: bold;
}
.header-subtext {
	font-size: 22px;
	font-weight: normal;
}
.menubar {
	margin: 5px;
	border: solid 1px #000000;
	background-color: #fedc99;
	padding: 5px;
	text-align: center;
}
.menuoption {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	border: solid 0px #3f484d;
	padding: 2px;
	
}
.menuoption-selected {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	border: solid 1px #000000;
	padding: 2px;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #3f484d;
	font-weight: bold;
	color: #fea906;	
}
.ads-top {
	text-align: center;
	margin: 5px;
	border: solid 1px #3f484d;
	padding: 3px;
	background-color: #dcdcdc;
	height: 90px;
}
.content {
	text-align: left;
	margin: 5px;
	margin-top: 0px;
	display: inline-block;	
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: 	#3f484d;
	padding: 20px;
	padding-left: 30px;
	width: 525px;
	margin-left: auto;
	margin-right: auto;
}
.ptitle {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}
.pcontent {
	font-size: 13px;
	margin-bottom: 30px;
	text-align: justify;	
}
.sidebar {
	margin: 5px;
	margin-top: 0px;
	float: right;
	/*display: inline-block;*/
	border: solid 0px #008888;
	width: 151px;
	padding: 20px;
	padding-left: 10px;
	font-size: 11px;
	position: absolute;
	top: 330px;
	left: 50%;
	margin-left: 200px;
}
.wanted_block {
	border: solid 1px #3f484d; 
	padding: 5px;
	background-color: #dcdcdc;
}
.wanted_votes {
	font-size: 11px;
	padding-bottom: 3px;
	border-color: #8497a1;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
.wanted_message {
	background-color: #FFFFFF;
	padding: 5px;
	padding-left: 30px;
	font-size: 15px;
}
.wanted_time {
	padding-top: 3px;
	font-size: 11px;
	text-align: right;
	color: #3f484d;
}
#wanted_askone {
	font-size: 16px;
}
#wanted_askconsole {
	display: none;
}
label.formlabel {
	
}
textarea {
	border: solid 1px #3f484d;
	font-family: verdana;
	font-size: 13px;
	margin-top: 3px;
	background-color: #EEEEEE;
}
input.textinput {
	border: solid 1px #3f484d;
	background-color: #EEEEEE;
	font-family: verdana;
	font-size: 13px;
	margin-top: 3px;
}
.footer {
	margin: 5px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color:	#3f484d;
	background-color: #dcdcdc;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
a:link, a.active {
	text-decoration: underline;
	color: #111111;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #7d2a08;
}
a.menu:link, a.menu:visited {
	margin: -2px;
	padding: 2px;
	padding-left: 45px;
	padding-right: 45px;
	border: solid 1px #cdb27b;
	background-color: #feecc7;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}
a.menu:hover {
	margin: -2px;
	padding: 2px;
	padding-left: 45px;
	padding-right: 45px;
	border: solid 1px #cda553;
	background-color: #fed684;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}
a.votelink:link, a.votelink:active {
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}
a.votelink:hover {
		color: #7d2a08;
}