/* Colors and stoofs, global */
body {
	background: #121212;
	font-family: sans-serif;
	line-height: 1.2;
  	color: #aaaaaa;	
}

a, a:link, a:visited  {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {

}

img {

}

h1,h2,h3,h4,h5,h6 {
	color: #aaaaaa;
}

h1 {
	font-size: 2.7em;
}

h2 {
	font-size: 1.7em;
    display: inline;
}

/* Structure */

#headerwrapper{ 
	width: 500px;
	margin-left: 290px;
	margin-top: 30px;
}

#contentwrapper {
	width: 710px;
	margin: 0px 0px 0px 150px;
	padding: 25px 25px 25px 25px;
	background: #0d0d0d;
	border-left: 10px solid #2e2e2e;
	border-bottom: 10px solid #2e2e2e;
	border-right: 10px solid #2e2e2e;
}

#logowrapper {
}

#logo {
    background: url(/media/images/logo.png) no-repeat;	
    text-indent: -99999px;
    height: 100px;
}	

#nav {
    margin-left: -140px;
    width: 780px;
    list-style: none;
    padding: 0;
    background: #2e2e2e url(/media/images/nav_bar.jpg) repeat-x;
    display: block;
    overflow: hidden;
    font-size: 0.9em;
    height: 33px;
}

#nav li {
    display: inline;
}

#nav li .navbutton {
    display: block;
    float: left;
    width: 156px; /* 156 x 5 = 780 */
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

#nav li .navbutton:hover {
    background: #1b1b1b url(/media/images/nav_bar_o.jpg) repeat-x;
}

#content {
    
}

#subnav {
    position: absolute;
    top: 250px;
    left: 40px;
}

#foot {
    margin: 10px;
    padding-top: 10px;
    height: 1em;
    text-align: center;
    border-top: 1px solid #444444;
    color: #aaaaaa;
}

#foot #footone {
    text-align: left;
    float: left;
    width: 50%;
}

#foot #foottwo {
    float: right;
    width: 50%;
    text-align: right;
}