* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin:0 auto;
}
/*html, body {
	height:100%;
}*/
body {
	text-align:center;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0;
	margin:0 auto;
	line-height:18px;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2a2a2a;
	/*height:100%;*/
}
a:link, a:visited {
	color:#f68926;
	text-decoration:none;
}
a:hover, a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#wrapper {
	width:912px;
	height:700px;
	padding-top:40px;
	text-align:center;
}
#menu {
	width:700px;
	float:left;
	padding-left:1px;
	padding-bottom:5px;
	text-align:left;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	font-weight:600;
}
#menu ul {
}
#menu ul li {
	list-style: none;
	margin:0;
	display: inline;
}
a.menulink:link, a.menulink:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.menulink:hover, a.menulink:active {
	color:#f68926;
	text-decoration:none;
}
#copyright {
	width:200px;
	float:right;
	text-align:right;
	padding-right:4px;
	font:10px Tahoma, Arial, Helvetica, sans-serif;
	color:#4a4a4a;
}
/*#neleft {
	width:42px;
	height:626px;
	background-image:url(images/neleft.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}*/
#main {
	width:911px;
	clear:both;
	border:1px solid #ffffff;
	height:558px;
	position:relative;
}
#blackbox {
	position: absolute; 
	top: 0; 
	left: 0;
}
#blackright {
	position:absolute; 
	right:0;
}
#content {
	position: absolute;
	top:20px;
	left:15px;
	width:260px;
	text-align:left;
}
#content p {
	max-width:260px;
	margin:0 0 15px 0;
}
#northeast {
	position:absolute;
	bottom:-35px;
	left:-20px;
	padding-bottom:50px;
}
img.northeast {
	position:absolute;
	bottom:-35px;
	left:-20px;
}
#wptext {
	float:right; 
	margin:8px 0 0 0;
}
#vcm {
	font-family: Arial, Helvetica, sans-serif; 
	color:#4a4a4a; 
	font-size:10px; 
	text-align:center;
	position:absolute; 
	bottom:0;
}
/*img.fixpng {
	behavior: url("fixpng.htc");
}*/
.block {
	display: block;
}
.inline {
	display:inline;
	margin:0 0 15px 0;
}
p.error {
	color:#f68926;
	font-weight:bold;
	padding:0;
	margin:0 auto;
}
h1 {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	display:inline;
	font-weight:bold;
	margin:0 auto;
	padding:0;
}
h2 {
	font-size:14px;
	font-weight:100;
	margin:0 0 15px 0;
}
/****************************

		FORM

*****************************/

fieldset {
	margin: 0;
	border: none;
	padding: 0;
}
legend {
	display: none;
}
.cssform p{
margin: 0;
padding: 3px 0 2px 0;
}
.cssform label{
float: left;
text-align:right;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
margin-left: 3px;
}