@charset "utf-8";

* {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
	background-color: #000000;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

.wrapper {
	background-image:url(images/bg3.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:584px;
	padding-top: 35px;
}

.nav {
	width:230px;
	height:auto;
	float:left;
	text-align: center;
	padding-right: 20px;
}

.contentwrapper {
	width: 950px;
	height: auto;
	float: right;
}

.contentright {
	width:290px;
	height:423px;
	float:right;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom:20px;
	font-size: 12px;
	text-align: center;
	background-image: url(images/formbg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.contentleft {
	width:540px;
	height:500px;
	float:left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom:20px;
}
.innerleft{
	width: 242px;
	height:378px;
	float:left;
	background-image:url(images/contentbg.png);
	background-repeat:no-repeat;
	padding: 20px;
}

.innerright{
	width: 238px;
	height:378px;
	float:right;
	padding: 10px;
}

.footer {
	width:auto;
	height:auto;
	clear:both;
	text-align: center;
	padding-top: 50px;
}

a:link { color: white;text-decoration:none; }

a:visited {
	color: #E4E4E4;
	text-decoration:none;
} 

a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
