 html, body {
                height: 100%;
                overflow: auto+;
            }
body {
border: 0px;
margin: 0px;
padding: 0px;
background-color: #151515;
}			
#content {
	height: 100%;
  
}
p, h1, h2, h3, h4, h5, h6, a {
    font-family: "Georgia", Times New Roman, Times, serif;
}
img {
    border: 0px;
    margin: 0px;
}
h1 {
font-family: "Georgia", Times New Roman, Times, serif;
font-size:36px;
color:#FFFFFF;
}
p {
    font-size: .9em;
    color: #000;
    text-align: left;
    line-height: 1.5;
    background-color: transparent;
}
a {
    color: #ebebeb;
    background-color: transparent;
}
a:hover {
    color: #666;
    background-color: transparent;
}
a.black {
    font-family:"Georgia", Times New Roman, Times, serif;
    font-size: .95em;
    color: #000;
    background-color: transparent;
}
a.black:hover {
    color: #ebebeb;
    background-color: transparent;
}
.blackText {
    font-weight: normal;
    color: #000;
    text-align: justify;
    background-color: transparent;
}
.whiteText {
    font-weight: normal;
    color: #ebebeb;
    text-align: justify;
    background-color: transparent;
}
.center {
    text-align: center;
}
.whiteSpacer {
    margin: 0px 6px 0px 8px;
    color: #ebebeb;
    background-color: transparent;
}
.gray {
    color: #333;
    background-color: transparent;
}
.first {
    font-size: 1.25em;
}
#header {
	width:940px;
	
}
#contentHolder {
	background-color:#979e4a;
	margin-top:-20px;
    padding:30px;
    width: 960px;
	height:auto;
    text-align: left;
}
#leftNav{
width:300px;

}
#rightContent{
width:600px;
s
}
#menuList{
font-size:18px;
}
#footer {
	color:#592D00;
    font-family: "Georgia", Times New Roman, Times, serif;
    font-size:12px;;
    text-align: center;
    padding: 15px 0px 8px 0px;
    margin: 0px auto;
    line-height: 1.5;
}