#navigation{
	float: right;
	width: 150px;
}
#intro{
	width: 450px;
}

body {
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	color: #fff;
	font-size: 12px;
	background: #000000;
}

p {
	padding: 5px;
}

a {
	color: #3687AF;
}

#container{
	margin:0 auto;
	text-align: left;
	width: 700px;
	height: 700px;
	top: 50%;
	left: 50%;
	background: #000 url(bg.png) center no-repeat;

}

#header h1
{
	padding:0;
	margin:0;
}

#content {
	padding: 0 15px 10px 15px;
	height: 625px;
} 

#footer{
	padding:5px;
	position: relative;
	color: #555555;
}

h2 {
	border-bottom:2px solid #015287;
	color: #D15600;
	padding-top: 10px;
	margin-top: 0;
}

table {
	border-collapse:collapse;
	font-size:12px;
	margin:0 20px 20px 20px;
	border-top:1px solid #C0FFEE;
	width:480px;
}

tr {
	color: #D15600;
	border-bottom: 1px solid #C0FFEE;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 3px 8px;
	background: #000000;
	opacity: .70;filter:Alpha(Opacity=70);
}

td {
	padding: 6px;
}

#menu {
	width: 675px;
	text-align: center;
}

#menu td {
	width: 33%;
	text-align: center;
}

.badges {
	float: right;
	width: 25px;
	height: 25px; 
	padding: 3px;
}

a:link {
	color: #C0FFEE;
	text-decoration: none;
}

a:hover {
	color: #C0FFEE;
	text-decoration: underline;
}

a:active {
	color: #C0FFEE;
	text-decoration: underline;
}

a:focus {
	color: #C0FFEE;
	text-decoration: underline;
}

a:visited {
	color: #C0FFEE;
	text-decoration: none;
}

h3, li, ul, p{
	margin-bottom: 7px;
	margin-top: 7px;
}