/* Main CSS Document - Used in ALL pages to define basic layout */

body{
	background-color:#000;
	margin:0px;
	padding:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

a:link {color:#c1c1c1;
text-decoration: none;}    /* unvisited link */

a:visited {color:#c1c1c1;
text-decoration: none;} /* visited link */

a:hover {color:#d2003e;
text-decoration: none;}   /* mouse over link */

a:active {color:#d2003e;
text-decoration: none;}  /* selected link */

/*Navbar Text*/
h1{
	margin:0px 40px 0px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#c1c1c1;
	font-size:16px;
}
/*Navbar Active Text*/
h4{
	margin:0px 40px 0px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#d2003e;
	font-size:16px;
}

/*Title Text*/
h2{
	margin:0px 25px -5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	color:#5a5a5a;
	font-size:40px;
}	
	
/*footer text*/
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#404040;
	font-size:12px;
	}

#container{
	width:1250px;
	color:#333;
	height:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#header{
	background:url(/img/header.jpg) no-repeat top center #000;
	height:150px;
}


#nav{
	position:relative;
	float:left;
	text-align:left;
	width:150px;
	padding:0px 10px 0px 0px;
}

#title{
	position:relative;
	float:left;
	text-align:right;
	height:205px;
	width:1090px;
	padding:0px 0px 0px 0px;
}

#footer{
	height:20px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

div.clear {
clear: both;
}
