body {
	background-color: #000000;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D5C98F;
  	margin-left: 0em;
  	padding: 0px;
  	margin-top: 0em
	}

#wrapper {
	background: #000000;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
	}

#header {
	background: #000000;
	margin-top: 0em;
	margin-bottom: 0em;
	position: relative;
    left: 15em;
    top: 0em;
	}
	
#leftcol {
  	background: #000000;
  	float: left;
  	width: 19%;
  	Height: 99%;
	}

#content {
  	background: #000000;
  	float: left;
  	width: 56%;
  	height: 89%;
  	position: relative;
    left: 1em;
  	top: 0em;
   }
	
#rightcol {
  	background: #000000;
  	float: left;
  	width: 25%;
  	Height: 99%;
  	position: relative;
    left: 1.5em;
    top: 0em;
	}

#footer {
  	background: #000000;
  	clear: both;
 	width: 99%;
  	height: 10%;
	padding-left: 0em;
	}

ul.navbar {
	list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    top: 6em;
    left: 4em;
    width: 10em;
    }
    
a:link { 
	text-decoration: none; color:#B6A244;
	}
a:visited { 
	text-decoration: none; color:#D5C98F;
	}
a:active { 
	text-decoration: none; color:#B6A244;
	}
a:hover { 
	text-decoration: none; color:#0000ff;
	}
}