html,body{margin:0;padding:0}

body{
	background-color: #101010;
	margin-top: 0px;
	font-family: arial, sans-serif;
	}

#header{
	height: 60px;
	width: 850px;
	text-align: center;
}

#container{
	width: 931px;
	height: 525px;
	text-align:left;
	margin-top: 20px;
	padding-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(back.jpg);
}

#wrapper{
	background-color: #000;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}
	


#contentwrap a{
	color: #1e256f;
	text-decoration: underline;
}

#contentwrap a:hover{

	text-decoration: none;
	color: #333333;
}


h1 {
	font-size: 12px;
	display: none;	
}

h2{
	font-size: 16px;
	margin:0 10px 10px
}

h3{
	font-size: 14px;
	margin:0 10px 10px
}

#content{
	margin: 0;
	color: #CCCCCC;
	background-color: #000;
	padding: 10px;
	clear: both;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

#content a {
	color: #ffffff;}
	
#content a:hover{
	color: #939568;
	text-decoration: none;
}
	
	

#content p{line-height:1.4; }

#content input {
	border: 1px solid #666666; padding:2px;
}

#content textarea {
	border: 1px solid #666666; padding:3px;
}

#content input.button {display:block; width: 90px; height: 16px; background: url("send_button.gif") top left no-repeat;
}

table {
	margin:0 10px 10px;
	}

p{margin:0 10px 10px}


#footer {
	color: #555644;
	font-size: 11px;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 750px;
}

#footer a{
	color: #555644;
	text-decoration:underline;
}

#footer a:hover{
	color: #555644;
	text-decoration:none;
}



#nav{
	width:400px;
	height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	
#nav li {
	float:left;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	list-style-type: none;
	height:18px !important;
	height:7px;
	padding-top:0px !important;
	padding-top:11px;
}

#nav li a {
color: #939568;
	text-decoration: none;
}
	
#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}

text2 {
	margin:0 10px 10px;
	font-weight: bold;
	display: none;
}
	

