/* The CSS that's required to position the footer */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-style:normal;
	color:#e3e3e3;
	line-height:1.4em;
	font-weight: normal;
	height:100%
}
img {
	border:0;
	}
h1 {
	font-size: 18px;
	}
h2 {
	font-weight:normal;
	font-size: 16px;
	}
a {
	text-decoration: none;
	outline:none;
	color:#e3e3e3;
	}
a:hover {
	text-decoration: none;
	color:#ed0c3c;
	}
	
/*************************GLOBAL*************************/ 

#background {
	width:765px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	min-height:100%;
	_height:100%;
	}

#header {
	width:765px;
	height:301px;
	background-image:url(../imgs/hdr.jpg);
	background-repeat:no-repeat;
	}

#content {width:705px;height:600px; float:left;}

#footer {width:705px; float:left; margin-left:250px;}


/*************************HEADER*************************/ 

.nav {display:inline; float:left; margin-top:305px;}
.nav li {display:inline; margin-right:30px;}



/*************************CONTENT*************************/ 




/*************************FOOTER*************************/ 