@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

body {
	background-color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

#banner {
	background-image:url(images/mebanner1.jpg);
	width:540px;
	height:160px;
	margin:0 auto 0 auto;
}

#content {
	width:80%;
	height:auto;
	margin:0 auto 0 auto;
}

#footer {
	width:100%;
	height:18px;
	position:absolute;
	bottom:0px;
	background-color:#FFFFFF;
	font-size:12px;
	color:#000000;
	border-top:2px solid #FF0000;
}

/* Navigation Starts Here */

#nav {
	width:20%;
	height:auto;
	font-size:16px;
}

#nav ul a {
	text-decoration:none;
	color:#FFFFFF;
}

#nav ul a:hover {
	text-decoration:underline;
	color:#FF0000;
}

#nav ul a:active {
	color:#000000;
}

/* End Navigation */

