body {
	background-color:#000000;
	font-family:"Trebuchet MS", sans-serif;
}

#container {
	position: relative;
	width: 50%;
	height: 50%;
  	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
	
#header {
	width: 100% ;
	text-align: center;
	clear: none;
}

#contentarea {
	width: 100% ;
	text-align: center;
	clear: none;
}

#footerarea {
	width:100%;
	text-align: center;
	clear: none;
}
	
.footer_text {
	background-color:#333333;
	font-size: 10px;
	text-align:center;
}

.footer_text a{
	color:#000000;
	text-decoration:none;
}
	
.footer_text a:hover {
	color:#CC6600;
}
	
h1 {
	margin: 10px 10px  10px  10px;
	font-size:36px;
	color:#CC6600;
}

h2 {
	margin: 0 0 10px 25px;
	font-size:18px;
	color:#FFFFFF;
}
	
.navigation_header {
	font-size:18px;
	color:#CC6600;
	margin:0px;
}
	
p {
	color:#FFFFFF;
	text-size:13px;
	margin: 0 5px 20px 5px;
	text-align: center;
}
	
a {
	text-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	text-align: center;
}
	
a:hover {
	color:#CC6600;
	text-decoration:none;
	border-bottom: 2px solid #CC6600;
}

