*{
padding:0;
margin:0;
}

body{
background: url(images/big_pic.jpg) center fixed;
font-family: trebuchet ms;
font-size: 14px;
color:#898989;
padding-bottom: 10px;
}

a{
color:maroon;
text-decoration:none;
}

a:hover, a:active{
color:#112D07;
text-decoration:underline;
}

#header{
margin:15px;
}

#menu
{
height: 42px;
width: 643px;
padding-left: 0px;
background: black;
margin-left: 30px;
margin-bottom: 20px;
}

#menu ul li{
list-style: none;
display: inline;
}

#menu a
{
display: block;
padding: 10px;
float: left;
height: 42px;
color: #C1995E;
}

#menu a:hover
{
display: block;
padding: 10px;
height: 42px;
float: left;
color: silver;
}

#main
{
float: left;
border: 5px solid black;
width:643px;
margin-left: 30px;
margin-bottom: 20px;
}

#wrapper{
float: left;
width:643px;
background: url(images/topbk.gif);
padding: 5px;
border: 0px red solid;

}


#text{
min-height:460px;
padding:10px;
}

#text p{
padding:5px;
}

h1, h2, h3{
padding:1px;
color:black;

}

h1{
font-size:1.2em;
}

h2{
font-size:1.05em;
}

h3{
font-size:1em;
}

#text ul, ol{
padding-left:12px;
margin-left:12px;
}


.meta{
text-align:left;
color:black;
font-size:14px;
}

.meta a{
text-decoration:underline;
}

#footer{
font-size:10px;
text-align:center;
margin:10px;
border-top:2px solid #000000;
color: black;
}

#footer a{
text-decoration:none;
color: black;
}
