@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	text-align: center;
	padding: 40px 0 0 0; 
	font: Tahoma,sans-serif;
	color: black;
	
}

#container {
	width: 678px; 
	text-align: left;
	margin: auto; 
	color: #fff;

}

#header {
	height: 80px; 
	width: 100%;
	padding: 0;
}

#header h1 {
	font: bold 42px Tahoma,sans-serif;
	color: #f1f1f1;
	display: inline;
}

#header h1 a {
	margin-top: 0; 
	padding-top: 0; 
	color: #f1f1f1; 
	text-decoration: none; 
}

#header h1 a:hover{
	color: #B8DC0A;
}

#header span {
	margin-left: 25px;
	color: #B8DC0A;
	font-weight:bold;
	font: bold 16px Tahoma,sans-serif;
}

#menu{
	float:right;
	font: bold 18px Tahoma,sans-serif;
	position: relative;
	top: 25px;
	margin-right: 5px;
	
}

#content {
	height: 379px; 
	width: 100%;
	margin: 0px;

}

.content-box {
	float: left; 
	width: 374px; 
	margin: 0px;
}

.content-box2 {
	float: left; 
	width: 300px; 
	margin: 0px;
}

p.body {
	margin-left: 25px; 
	margin-top: 20px; 
	margin-right: 25px;
	color: black;
	font-size: 12px;
	text-align: justify; 
}

span.title {
	font: bold 20px Tahoma,sans-serif;
	color: #FE9113;
}

#footer {
	height: 25px;
	width: 100%;
	color: #666;

}

a {
	color: #f1f1f1;
	font-weight: bold;
	text-decoration: none; 
}
a:hover { color: #B8DC0A; }

a.current {
	color: #B8DC0A; 
	text-decoration:none; 

}