/* CSS Document */
body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #354000 url(bg.png) no-repeat;
	background-position: center center; 
}

#box {
	width:800px;
	margin:0 auto;
	overflow:hidden;
}

#header {
	padding:10px;
	width:800px;
	height:100px;
	background-color:#000000;
}

#menu {
	text-align:center;
	width:798px;
	height:40px;
	border:1px solid #333333;
	background-color:#000000;
}

#menu ul {
	list-style:none;
}

#menu li {
	background-color:#000000;
	display:block;
	height:25px;
	border:1px solid reD;
	float:left;
	padding-top:13px;
	margin-left:10px;
}

#menu a {
	text-decoration:underline;
	background-color:#000000;
}

#menu a:hover {
	text-decoration:underline;
	background-color:#000000;
}

#content {
	padding:15px;
	overflow:hidden;
	width:798px;
	background-color:#000000;
}

#content h1{
font-size:14px;
text-align:center;
}

#footer {
	margin-top:5px;
	border-top:1px dotted #cccccc;
	padding-top:10px;
	color:#000000;
	font-size:10px;
	text-align:center;
	width:798px;
	height:50px;
}
