﻿html {
	background: #1b283f;
}
img {
	border: 0px;
}
a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #d11a1b;
	text-decoration:underline;
	font-weight: bold;
}
#header {
	background: transparent url("pictures/header.jpg");
	background-repeat: no-repeat;
	position: relative;
	top: -10px;
	height: 165px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 0px solid #b1b1b1;
}
.line {
	border-top: 1px solid #cacaca;
}
#mainMenu {
	background-color: #b1b1b1;
	position: relative;
	height: 5px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	top: 220px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	background-color: #5171bc;
	clear: both;
	margin-top: -10px;
	border: 0px solid #b1b1b1;
}
#mainInner {
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	color: #fff;
}
#container{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	margin: 1em auto;
	background-color: #fff;
}

