* { padding: 0; margin: 0; }

body {
 font-family: Times New Roman, serif;
 font-size: 18px;
 background: #000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 height: 700px;
}

#navlist
{
padding: 0px 0 2px 485px;
margin: 0 0 10px 0;
font: bold 12px trebuchet, sans-serif;
}

#navlist li
{
list-style: none;
display: inline;
}

#navlist li a
{
padding: 2px 0.5em;
margin-left: 3px;
border: 1px solid #000;
background: #111;
text-decoration: none;
}

#navlist li a:link { color: #99cc66; }
#navlist li a:visited { color: #99cc66; }

#navlist li a:hover
{
color: #ffcc33;
background: #222;
border-color: #222;
}

#navlist li a#current
{
color: #ffcc33;
background: #000;
border: 1px solid #000;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px;
 height: auto;
 margin: 0px 0px 0px 0px;
 background: #000;
}

#content
{
width: 850px;
height: 500px;
border: 1px solid #555;
color: #888;
margin: 0 0 0 10px;
padding: 25px;
list-style-type: none;
}

#leftcolumn1 { 
 background: #000;
 margin: 0px 10px 10px 10px;
 padding: 20px;
 height: 400px;
 width: 350px;
 float: left;
}

#rightcolumn1 { 
 float: right;
 color: #333;
 background: #000;
 margin: 0px 10px 10px 10px;
 padding: 10px;
 width: 350px;
 height: 400px;
 display: inline;
 position: relative;
}

#contentlist.ul, li {
margin-left: 0px;
margin-right: 0px;
margin-top: 8px;
margin-bottom: 8px;
list-style-type: none
}

#image {
float: right;
width: 425px;
height: 500px
} 

#footer {
width: 922px;
margin: auto;
padding: 46px 0 0 0;
font-family: trebuchet, sans-serif;
text-align: center;
color: #475f2f;
font-size: 12px;
}

#footer a {
color: #92741b;
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
color: #ffcc33;
} 

h1
{
color: #99cc66;
padding: 35px 0 0 25px;
font-family: times new roman, serif;
font-style: italic;
}

#h1_link h1 a
{
color: #99cc66;
padding: 35px 0 0 25px;
font-family: times new roman, serif;
font-style: italic;
text-decoration: none;
}

#h1_link h1 a:hover
{
color: #ffcc33;
padding: 35px 0 0 25px;
font-family: times new roman, serif;
font-style: italic;
}

h2
{
color: #ffcc33;
}
a:link {
color: #99cc66;
}

a:hover {
color: #ffcc33;
}

