html{
	font-family: "Calibri", Impact, Charcoal, sans-serif;
}

body{
	height:100%;
	background-color: #000000;
	color: #ffffff;
}

*{
	padding:0;
	margin:0
}

a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:hover.nav{
	background-color: #FFFFFF;
	color: black;
}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

li{
	float:left;
}
a.nav{
	color: white;	
	display:block;
	width:100px;
	text-align: center;
}

p{
	margin-bottom: 30px;
	font-size: 16px;
}

p.clear
{
	clear:both;
}

h1{
	background-color: white;
	display: block;
	color: black;
	margin-bottom: 15px;
	font-size: 35px;
	padding-left: 5px;
}

#c_body{
	margin:0 auto; 
	text-align:center
}

#c_content{
	width:800px;
	height: 100%;
	padding:0 15px;
	text-align: left;
	margin:0 auto;
/*	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;*/
}

#c_top{
	height:135px;
	position: relative;
	width: 800px;
	border-bottom: 3px solid white;
}

#c_top_contacts{
	float: right;
	text-align: right;
	position: relative;
	top: -110px;
}

#c_logo_text{
	padding-top: 61px;
	font-size: 30px;
}

#i_logo{
	float: left;
	padding-right: 15px;
	width: 180px; 
}

#c_nav{
	position: relative;
	top: -33px;
	left: 180px;
	font-size: 22px;
	font-weight: bold;
	width: 600px;
}

#c_main{
	position: relative;
	top: -40px;
	font-size: 18px;
	width: 800px;
}

select{
	height: 37px;
	width: 312px;
	background-color: #cccccc;
	border: 2px solid white;
	font-size: 18px;
}

input{
	height: 30px;
	width: 303px;
	background-color: #cccccc;
	border: 2px solid white;
	padding-left: 5px;
	font-size: 18px;
}

textarea{
	background-color: #cccccc;
	border: 2px solid white;
	padding-left: 5px;
	font-size: 12px;
}

button{
	background-color: #cccccc;
	border: 2px solid white;
	width: 100px;
	height: 30px;
	font-weight: bold;
	font-size: 20px;
}

button:hover{
	border: 2px solid red;
}

form{
	
	border: 2px solid white;
	padding: 10px;
}

td.form{
	font-size: 12px;
	padding-bottom: 15px;
	padding-right: 15px;
	text-align: right;
}

td.form:first-line{
	font-size: 18px;
}

.error_text
{
	color:#FF0000;
}
