body {
	font-family: Arial, Helvetica, Sans-Serif;
	background: #000;
	color: #e3d771;
	padding: 0px;
	margin: 0px;
}
a {
  color: #fdf5b1;
  text-decoration: none;
}
a:link {  color: #e3d771}
a:active {  color: #f00}
a:visited {  color: #e3d771}
a:hover {  color: #f00}

/* CONTENT */

#content {
  position: relative;
  margin: auto;
  width: 580px;
  font-size: .9em;
  line-height: 1.4em;
}

#footer {
text-align: center;
margin: 20px 0px 0px 0px;
padding: 20px 0px 20px 0px;
border-top: #f3d9b1 solid 1px;
	
}

#home-center {
	display: block;
	margin: 40px auto 0px auto;	
}

/* MASTHEAD */
#masthead {
	position: absolute;
	top: 0px;
	height: 100px;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#masthead h1 {
	position: absolute;
	top: 15px;
	width: 100%;
	font-size: 1.4em;
	text-align: center;	
	margin: auto;
}

/* MAIN MENU */

#menu {
  position: absolute;
  top: 50px;
  display: block;
  list-style: none;
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 0px;
  z-index: 5;
}
#menu li {
  display: inline;
  margin: 0px 10px 0px 10px;
  padding: 0px;
}
#menu a {
  color: #e3d771;
  font-weight: bold;
  text-decoration: none;
  font-size: .8em;
}
#menu a:link {  color: #e3d771}
#menu a:active {  color: #f00}
#menu a:visited {  color: #e3d771}
#menu a:hover {  color: #f00}

/* SIDEBAR */

#sidebar {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 200px;
  padding: 0px 0px 0px 10px;
  font-size: .8em;
}


