﻿body {
	background: #000000 url('../images/main_bg.jpg') no-repeat fixed center top;
	margin: 0px auto;
}
.header {
	width: 1055px;
	height: 246px;
	margin: 0px auto 0px auto;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.barbg {
	background-image: url('../images/bgtop.png');
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 100%;
}
.content {
	width: 1055px;
	height: auto;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url('../images/content.png');
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
}
.logo {
	width: 300px;
	height: 200px;
	float: left;
}
.besidelogo {
	width: 600px;
	height: 200px;
	float: left;
}
.navigation {
	width: 1055px;
	height: 40px;
	float: left;
	margin-top: 6px;
}
.navigation a {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 15px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation ul{
	   list-style: none outside none;
    margin: 0;
    padding-left: 0;
		
}
.navigation li {
    float: left;
    position: relative;
	 height:30px;
}
.footer {
	width: 1055px;
	height: 121px;
	margin: 0px auto 0px auto;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: x-small;
}
.navigation a:hover {
	background-color: #881B1B;
}
.infooter {
	width: 140px;
	height: 70px;
	margin-top: 10px;
	float: left;
}
.infootercopyrights {
	width: 250px;
	height: 70px;
	margin-top: 10px;
	float: left;
}
.infooterlinks {
	width: 600px;
	height: 70px;
	margin-top: 10px;
	float: left;
	color: #CCCCCC;
}
.infooterlinks a {
	color: #CCCCCC;
}
.entry {
	width: 985px;
	height: auto;
	overflow: auto;
	float: left;
	margin-left: 15px;
}
.columns {
	width: 210px;
	height: auto;
	overflow: auto;
	float: left;
}
.center {
	width: 560px;
	height: auto;
	float: left;
	/*overflow: auto;*/
}

