@charset "utf-8";
/* CSS Document */
body
{
	background-color: #000000;
	font-family: Arial Rounded MT Bold, Verdana, Geneva, sans-serif;
	font-size: 20px;
}

#container
{
	width: 800px;
	height: 1000px;
	background-color: #e7b400;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	margin: auto;
}

#header
{
	background-color: #ffffff;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}

#navigation
{
	width: 150px;	
	float: left;
}
	
#content
{
	width: 630px;
	margin-left: 150px;
	padding: 10px;
}

#navigation a
{
	text-decoration: none;
	font-size: 16px;
	/*background-color: #663333;*/
	color: #000000;
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

#navigation a:hover
{
	color: #00FF00;
}

#footer a
{	
	text-decoration: none;
	color: #e7b400;
}

#footer
{
	text-align: center;
	font-size: 16px;
	padding: 10px;
}