body{
background-color:#250101;
font-family: Arial, Helvetica, sans-serif;
color: white;
font-size: 13px;
margin: 0px;
}
#site
{
	width: 994px;
	margin: 0 auto;
	border: 2px solid #ffffff;	
	margin-top: 30px;
}
#header
{
	width: 994px;
	height: 334px;	
}
#nav
{
	width: 994px;
	height: 41px;	
}
#content
{
	width: 994px;
	min-height: 357px;
	height: auto;
	overflow: hidden;
	border-top: 1px solid white;	
	padding-bottom: 30px;
}
#content_big
{
	width: 754px;
	padding-left: 120px;
	padding-right: 120px;
	min-height: 357px;
	height: auto;
	overflow: hidden;
	border-top: 1px solid white;
	padding-top: 30px;	
	padding-bottom: 30px;
}
#content_info
{
	width: 984px;
	min-height: 357px;
	height: auto;
	overflow: hidden;
	border-top: 1px solid white;	
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 10px;
	background-image:url(../images/info.jpg); 
	background-repeat: no-repeat;
}
#left
{
	width: 367px;
	height: 357px;
	float: left;	
}
#text
{
	width: 477px;
	float: right;
	margin-top: 30px;
	padding-left: 20px;	
	padding-right: 130px;
}
h1{color: #FFFFFF;font-family: Arial, Helvetica, sans-serif;}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 19px;
	width: auto;
}
.fieldsbox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 40px;
	width: auto;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #CCCCCC;
	height: 19px;
	width: auto;
	border: thin ridge #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}

