@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 5px 0 10px 0;
}

body {
	font-size: 14px;
	color: #000;
	background:#003300; 
	overflow-x:hidden;
	}

img {
	border:none;
	}
.float-left {
	float:left;
	}
.float-right {
	float:right;
	}

.clear-link:a {
	color:#000;
	text-decoration:underline;
	}

.clear-link:visited {
	color:#000;
	text-decoration:underline;
	}

.clear-link:hover {
	text-decoration:none;
	color:#666;
	}

#page-container {
	width: 900px;
	margin:auto;
	background:#E8E8E8;
	border:double 5px #666666;
	}

#header {
	height:200px;
	width:900px;
	background-image:url(../images/header.jpg);
	}
	
/* Navigation */
	
#menu {
	padding:3px 0 0 0;
	margin:0;
	height:22px;
	list-style-type:none;
	background-color:#990000;
	}

#menu li {
	float:left; 
	width:118px; 
	height:22px;
	line-height:16px;
	position:relative;
	text-align:center;
	}

#menu li a, #menu li a:visited {
	display:block;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	}


#menu li a:hover {
	border:0; /* needed to trigger IE */
	color:#bbb;
	text-decoration:none;
	}
	
/* End Navigation */
	
#main-content {
	background-color:#E8E8E8;
	}

#footer {
	clear:both;
	height:30px;
	background-color:#E8E8E8;
	text-align:center;
	}
#footer span {
	font-size:10px;
	}