html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align: center;
	background-color: Black;
	color: white;
        margin: 0
}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#000000;}
div#header{
	background-color: #F3F2ED;
	background: transparent;
	text-align: center;
	padding: 0;
}

div#container{text-align:left}

div#content {text-align: center;}

div#content p{line-height:1.4;}
div#navigation{background:#F6F0E0;}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{background:#CCC8B3;}
#footer {
  text-align: center;
  padding: 8px 20px 8px 0px;
  margin: 0 1em;
}
#footer li {
  list-style: none;
  display: inline;
  color: #FFE444;
}

#footer p {
	color: #FFE444;
	font-weight: bold;
}
#footer a {
  color: #DF7B00;
  text-decoration: none;
 font-weight: bold;
}
#footer a:hover {
  text-decoration: underline;
}

div#container{width:900px;margin:0 auto}
div#navigation{float:left;width:350px}
div#extra{float:right;width:350px}
div#footer{clear:both;width:100%}