@charset "utf-8";

body {
	background-color: #000000;
}

div#container {
	width: 900px;
	margin: auto;
	overflow: auto;
}

div#header {
	height: 100px;
}

	
div#leftleft {
	width: 180px;
	float: left;
	background: #FFDF7D;
	height: 2em;
}

div#left {
	width: 180px;
	float: left;
	background: #FFDF7D;
	height: 2em;	
}
	
div#middle {
	width: 180px;
	float: left;
	background: #FFDF7D;
	height: 2em;
}
	
div#right {
	width: 180px;
	float: left;
	background: #FFDF7D;
	height: 2em;
}

div#rightright {
	width: 180px;
	float: left;
	background: #FFDF7D;
	height: 2em;
}

div#bottomleft ul {
	list-style: none;
	padding: 0;
	margin-top: 20px;
	margin-left: 30px;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

div#bottomleft ul li {
	margin-top: 5px;
}	
	

div#bottomcontent {
	overflow: auto;
	background-color: #FFDF7D;
	clear: both;
	border-top: solid black 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}


div#topleft {
	width: 450px;
	float: left;
	overflow: auto;
}

div#topright {
	width: 450px;
	float: left;
	overflow: auto;
}

div#bottomleftleft {
	width: 700px;
	float: left;
	overflow: auto;
}

div#bottomright {
	width: 300px;
	float: left;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#bottomrightright {
	width: 150px;
	float: left;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	
}

div#footer {
	clear: both;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFDF7D;
	display: block;
	vertical-align: middle;
	line-height: 2em;
	text-align: center;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #EAAF00;
	text-decoration: none;
	background-color: black;
	display: block;
	vertical-align: middle;
	line-height: 2em;
	
}

p {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	text-align: justify;
	margin-left: 60px;
	margin-right: 40px;

}