@charset "utf-8";
/*
	Red: #B00000;
	Blue: #2E4864;
*/

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-color: #0B0B0B;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

h2 {
	color: #B00000;
	font-size: 15px;
	margin: 0;
}

#wrapper {
	width: 813px;
	margin: 0 auto;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 813px;
	height: 495px;
}

#body {
	background-image: url(../images/body.png);
	background-repeat: repeat-y;
	width: 813px;
}

#content {
	padding: 24px 0;
	margin-left: 44px;
	width: 725px;
	text-align: justify;
}

#content img {
	border: 2px solid #2E4864;
}

.clearit {
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
}

.hline {
	border-bottom: 2px solid #2E4864;
	margin: 30px 20px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 813px;
	height: 54px;
	font-size: 12px;
}

#copy {
	float: left;
	margin-top: 12px;
	margin-left: 30px;
}

#innov {
	position: absolute;
	top: 1386px;
	left: 859px;
}
#innovative {
	float: right;
	margin-top: 12px;
	margin-right: 180px;
}

#innovative a:link, #innovative a:active, #innovative a:visited {
	color: #FFFFFF;
}

#innovative a:hover {
	color: #B00000;
}

