

body {
  padding: 0;
	margin: 0;
	background-color: #006633;
	}

#left_header {
  position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 70px;
	vertical-align: top;
	background-color: #CCAA77;
	}
	
#left_header img {
  border: 0;
	}
	
#header {
  position: absolute;
  top: 0;
	left: 10%;
	width: 90%;
	height: 70px;
  padding: .5em;
	vertical-align: center;
	background-color: #CCAA77;
	}

#header h1 {
  color: #006633;
  margin-top: 0px;
  font-size: 40px;
	}
	
#subheader {
  position: absolute;
  top: 70px;
	left: 0;
	width: 100%;
	height: 22px;
	padding-left: .5em;
	border: solid;
	border-width: 2px 0 0 0;
	border-color: #006633;
	background-color: #775522;
	color: #ccaa77;
	}
#subheader a {
  color: #ccaa77;
	}
	
	
#left_column {
  position: absolute;
  top: 92px;
	left: 0;
	width: 175px;
	min-height: 30em;
	padding-top: .5em;
	border: solid;
	border-width: 2px 0 0 0;
	border-color: #885522;
	background-color: #006633;
	color: #ccaa77;
	}

#left_column a {
  color: #ccaa77;
	}
	
#left_column p {
  width: 175px;
	padding: 0 .5em 0 .5em;
  display: inline;
  background-color: #006633;
	color: #ccaa77;
	border-bottom: 1px solid #775522;
	}
	
#left_column ul {
  list-style: none;
	margin: 0;
	padding: 0;
	}
	
#left_column li {
	border-bottom: 1px solid #775522;
	margin: 0 .5em 0 .5em;
	padding: 0 .5em 0 .5em;
	background-color: #006633;
	border-left: 10px solid #775522;
	}
	
#left_column li a {
  display: inline;
  text-decoration: none;
	color: #ccaa77;
	}

#left_column li:hover {
  background-color: #006633;
	border-left: 10px solid white;
	border-bottom: 1px solid white;
	}
	
#content {
  position: absolute;
  top: 92px;
	left: 175px;
	padding: 1em;
	background-color: white;
	border: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #885522;
	}