body {
	
	padding: 0; margin: 0;
	text-align: center;
	background-color:#000000;
}

body,td,th,input,select,textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #001F57;
	line-height: 25px;
}

input,textarea { line-height: normal; }

h1,h2,h3,h4,p,a,ul,ol,dl,form,legend,fieldset { margin: 0; padding: 0; }

p { margin-bottom: 11px; }
ul { list-style-type: none; }
ol { margin-left: 25px; }
a { color: #001F57; }
a:hover { text-decoration: none; color: #1D12B3; }
a:active { text-decoration: none; }
img { display: block; border: none; }
dl dt { font-weight: bold; margin-bottom: 10px; }
dl dd { margin: 0 0 30px 0;}
fieldset { border: none; }
caption { display: none; }

table { margin-top: 6px; border-collapse: collapse; }
th, td{ border: 0px solid #EFEDE1; padding: 5px; vertical-align: middle; text-align: center; }
th { text-align: right; }
thead th { background-color: #EFEDE1; text-align: center; }
tbody th{ background-color: #fff; font-weight: normal;}
tfoot th { background-color: #EFEDE1; }
tfoot td { background-color: #fff; }



/* HEADERS */

h2,h3,h4,h5,h6 { color: #000; padding: 0 !important; margin-bottom: 1px; }

h2 { font-size: 17px; color: #FFFFFF; }
h2 a { text-decoration: none; } 
h2 a:hover { color: #626C71; }
h3 { font-family: Tahoma; font-size: 17px; text-indent:15px; }
h3 a { text-decoration: none; }
h3 a:hover {}
h4 { font-size: 13px; }
hr {width: 90%; text-align: center; position: relative; clear: both;}



#container {
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#header {
	
	background: url("../img/logo.jpg") no-repeat;
	float:left;
	position:relative;
	width: 298px;
	height: 65px;
	top: 100px;
	left: 30px;
	margin-bottom: 20px;
	background-color: green;
}

#header h1{
	text-indent: -3000em;
}

#menu {
	position:absolute;
	left: 20px;
	width: 750px;
	height: 30px;
	top: 150px;	
	_left: -760px;
}

#menu ul{
	display: block;
	width: 750px;
	height: 30px;
	color:#FFFFFF;
}

#menu ul li {
	width: 150px;
	height: 30px;
	color:#FFFFFF;
	display:block;
	float:left;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#container_content {
	clear: both;
	position: relative;
	float: left;
	width: 700px;
	height: auto;
	background-color:#FFFFFF;
	top: 100px;
	left: 55px;
	padding-top: 15px;
}

#image {
	height: 233px;
	background-color: #CC0000;
	margin-left: 15px;
	margin-right: 15px;
}

#image img{
	padding-left: 15px;
	padding-top: 15px;
}

#content {
	display: block;
	float:left;
	color:#000000;
	font-family: Tahoma;
	font-size:13px;
	text-align:left;
	height: auto;
}

#content p{
	line-height: 14px;
	padding-left: 15px;
	padding-right: 15px;
}


#contact {
	width:185px;
	height:150px;
	position:absolute;
	top: 182px;
	left: 700px;
}

#content img {
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#balk {
	position:relative;
	float:left;
	width: 180px;
	height: 18px;
	background-color:#CC0000;
}

#contact_text {
	position: relative;
	float:left;
	width: 180px;
	height: 150px;
	text-align: left;
	color:#FFFFFF;
	left: 5px;
	line-height: 18px;
}

#contact_text a{
	color:#FFFFFF;
	text-decoration: none;
}

#footer {
	clear:both;
	float:left;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	height: 65px;
	width: 450px;
	margin-left: 90px;
}

#footer p {
	line-height: 12px;
}

