#wrapper
{
	width:700px;
	margin:0px auto;
	text-align:left;
	border: 1px solid #000;
	background-color:#DCDCDC;
} 

body{
 font-family: arial, sans-serif;
 text-align:center;
 background-color:#151515;
}

#header{
  width: 100%;
  height: 70px;
  background-color: #DCDCDC;
  border-bottom: 1px #000;
}

#navigation{
  width: 200px;
  background-color: #DCDCDC;
  float: left; 
}

#navigation a{
  margin-left: 6px;
}

#bodycontent{
	width: 486px;
	margin-left: 200px;
	padding-left: 6px;
	padding-right: 6px;
        color: 070707;
}

#footer{
  width: 100%;
  height: 30px;
  background-color: #AAAAAA;
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 8px;
}
