@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
}
.Clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#Header {
	height: 431px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Header.gif);
	background-repeat: no-repeat;
	position: relative;
}
#Logo {
	height: 230px;
	width: 174px;
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	bottom: -85px;
}
#LinksHolder {
	width: 800px;
	padding-left: 500px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;

}
#LinksHolder ul li {
	float: left;
}
#LinksHolder ul li a {
	display: block;
	line-height: 65px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
#LinksHolder ul li a:hover {
	color: #B20000;
}
#Content {
	background-color: #B20000;
	width: 528px;
	background-image: url(../images/Body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 103px;
	padding-left: 396px;
	padding-right: 276px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -334px;
	min-height: 980px;
}
#ContentHolder {
	background-color: #FFF;
	padding: 40px;
	width: 428px;
	position: relative;
}
#ContentHolder li {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-bottom: 4px;
	list-style-type: square;
	list-style-position: inside;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #b20000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #747474;
	text-transform: uppercase;
	margin-bottom: 20px;
}
p {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
}
.bold {
	font-weight: bold;
}
a {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.Dots {
	width: 100%;
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #B20000;
	clear: both;
	margin-top: 50px;
	margin-bottom: 50px;
}
#Footer {
	height: 206px;
	width: 1200px;
	background-image: url(../images/Footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	padding-top: 334px;
}
.bigger {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
