@charset "utf-8";
/* 

Designed by: Aaron Biedma
Date: 06/2009

Primary Colors:

black: #000000;
red: #c01c1c;
white: #ffffff;
yellow: #fdff13
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, field {
	margin: 0px;
	padding: 0px;
	border: 0px;

}

html {
background: #000000	url(../images/background01.jpg) center no-repeat;
height: 720px;
height: 100%;

}

#container {
width: 960px;
height: 720px;
margin: 0 auto;

}

#header {
display: block;
width: 960px;
height: 245px;

}

body {
font-size: 90%;
font-family: helvetica, georgia, sans-serif;
text-align: center;
color: #fdff13;
height: 100%;
	
}

a {
	text-decoration: none;
	color: #0b3ad5;
}

a:hover {
	text-decoration: underline;
}

a img {
border: none; 
}

#navbar {
	overflow: hidden;
	width: 169px;
	margin-bottom: 5px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 50%;
	height: 470px;
	
}

#maincontent {
	width: 791px;
	height: 475px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	
}

#maincontent li {
	list-style-type: none;
	
}

#maincontent h2 {
	
	margin-right: auto;
	margin-left: auto;

}
#pages {
	text-align: right
}	

#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
