
body {
background-color:#000000;
font-family: Lucida sans,arial,helvetica,verdana,san-serif;
color:#FFFFFF;
margin:0;
padding:0;
}
h1 {
	color:#FFF100;
	font-size: 400%;
    font-style:italic;
	font-weight:900;
	line-height:0%;
	
	}
h2 {
	color:#FFFFFF;
	font-size: 150%;
    font-style:italic;
	font-weight:900;
	line-height:0%;
	
	}
h3 {
	color:#FFF100;
	font-size: 120%;
	font-weight:900;
	
	}
h4 {
	color:#FFF100;
	font-size: 100%;
	
	}
h10 {
	color:#FFFFFF;
	font-size: 120%;
	font-weight:900;
	
	}

#wrapper {
width:800px;
background-color:#000000;
margin:0 auto;
border-left:0px solid #ccc;
border-right:0px solid #ccc;
}

#header {
width:800px;
height:140px;
margin:0 auto;
margin-bottom:25px;
border-bottom:0px solid #ccc;
border-top:0px solid #ccc;
}

#header h2 {
padding:10px;
}

#nav {
width:800px;
height:40px;
border-bottom:1px solid #FFF100;
align:right;
}

#nav a {
	   font-style:italic;
	font-weight:900;
	color:#ffffff;
display:inline;
padding:10px;
text-decoration:none;
background-color:#000000;
align:right;
}

#nav a:hover {
	color:#000000;
background-color:#FFF100;
height:80px;
}

#content {
width:780px;
float:left;
padding:10px;
}

#content a {

	color:#ffffff;
text-decoration:none;
}

#sidebar {
width:200px;
float:right;
margin-bottom:25px;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}

#footer {
clear:both;
width:800px;
height:135px;
border-top:1px solid #FFF100;
}

#footer p {
padding:10px;
}

