*
{
	margin: 0;
	padding: 0;
	color: #FFF;
}
body
{
	background: #000;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	border: thin solid #FFFFFF;
}
.wrapper
{
	width: 1024px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.top
{
	width: 1024px;
	position: relative;
	display: block;
	height: 100px;
}
.logo
{
	position: absolute;
	top: 40%;
}
.navigation
{
	height: 40px;
	float: right;
	display: block;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin-top: 70px;
}
.navigation li
{
	display: block;
	height: 40px;
	float: left;
	padding-left: 20px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.navigation li a
{
	display: block;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	color: #fff !important;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	font-weight:lighter;
}
.navigation li a:hover
{
	background: #b60029;
	text-decoration: underline;
}
.navigation li a.current
{
	background: #b60029;
}
.primary
{
	width: 1024px;	
	background: #b60029;
	padding-top: 10px;
	padding-bottom: 10px;
}
.big
{
	width: 1004px;
	height: 232px;
	background: url(slide.jpg) no-repeat;
	color: #b60029;
	margin-left: 10px;
	margin-right: 10px;
}
.content
{
	min-height: 100px;
	background: #fff;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	
}

