body
{
background-image:url(images/background1.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}

p,div
{
font-size:20px;
}

p,h1,h2,h3,h4,h5,h6,div
{
color:white;
padding-left:5px;
}

h1.header
{
text-align:center;
}

h3
{
font-size:80%;
}

a
{
color:white;
}

a:hover
{
text-decoration:underline;
background-color:#006400;
}

#wrapper
{
width:900px;
margin:auto;
background:url(images/blackbg.png);
}

#menu
{
background-image:url(images/menubg.png);
width:250px;
float:left;
border:1px solid white;
}

#header
{
width:635px;
float:right;
}

#content
{
width:635px;
float:right;
}

#disclaim
{
clear:both;
text-align:center;
}

#disclaim hr
{
color:white;
margin:10px;
}

/*
#navlink
{
background-color:black;
}

#navlink:hover
{
background-color:#228B22;
}
*/
