@charset "ISO-8859-1";
html,body{
	background-color: #030303;
}
body{
	text-align:center;
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 76%;
	line-height: 1.6em;
}
p{}
a,a:link{color:#ff0}
div#nav {
	padding-top: 104px;
	padding-left: 440px;
}
div#socialbuttons {
	margin-left: 665px;
}
a:hover,a:active{color:#fff}
h3{color:#ff0;}
strong{color:#ff0;}
div#container{
	text-align:left;
	background-color: #000;
}
div#content p{}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#footer{
	padding: 5px 150px 5px 240px;
	font-size: 0.85em;
	color: #333;
}
div#footer p{}

div#header {
	height:160px;
	background-color: #000;
	background-image: url(../images/structure/header-bkg.jpg);
	background-repeat: no-repeat;
}
div#container{width:800px;margin:0 auto}
div#content{padding-left:240px;padding-bottom:80px;padding-right:150px;min-height: 300px;}
div#navigation{float:left;width:350px}
div#extra{float:right;width:350px}
div#footer{clear:both;width:100%}
