html
{
background: #000000;
}

body
{
margin: 0;
padding: 0; 
background-image: url(BG.gif);
background-repeat: no-repeat;
background-position: 50% 0%;
background-attachment: fixed;
font-family: arial, sans-serif;
font-size: 13px;
color: #000000;
}



#header
{
border-bottom: 1px solid #ffffff;
background: url(WhitePNG.png);
text-align: center;
margin-top: 0px;
width: 100%;
padding: 0px;
height: 75px; 
font-family: verdana, sans-serif;
font-weight: bold;
font-size: 14px;
clear: both;
}

#wrapper
{
margin: 0 auto;
width: 800px;
padding: 0px;
min-height: 700px;
/*height: 700px;*/
}

clear
{ clear: both; }	

#navsection
{
float: left;
margin-top: 25px;
margin-left: 25px;
width: 125px;
font-weight: bold;
}

#navlinks img
{
margin-top: 0px;
margin-left: -2px;
margin-bottom: -2px;
margin-right: -10px;
}

/* ======================================================== */

	
#navlinks ul
{
margin-top: 0px;
list-style:none;
margin-left:0;
padding:0;
border: none;
}
			
#navlinks li 
{
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
margin-bottom: 2px;
width: 125px;
height: 30px;
}

#navlinks li a 
{
background: url(WhitePNG.png);
display: block;
padding:5px 5px 5px 5px;
font-family: arial, sans-serif;
font-size: 13px;
color: #000000;
text-decoration:none;
width: 100%;
}
	
html>body #navlinks li a
{
width: auto;
}
	
#navlinks li a:hover 
{
background: #ffffff;
}

/* ======================================================== */	
	


#contentsection
{
color: #ffffff;
padding: 5px;
margin-top: 21px;
margin-right: 25px;
float: right;
width: 600px; /* Navmargin, Navwidth, contentmargin, space in between, 800-175-125-25-25=450 */
margin-bottom: 25px;
}

.contentitem
{
background: url(LightWhite.png);
margin-bottom: 10px;
padding: 2px;
}

#footer
{
position: relative;
bottom: 0px;
border-top: 1px solid #ffffff;
background: url(WhitePNG.png);
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

h1
{
color: #000000;
background: url(WhitePNG.png);
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
font-size: 18px;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 1px;
margin: 0px;
}

h1 img
{
margin-right: -15px;
margin-bottom: -5px;
}
a:link
{
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:visited
{
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #000000;
font-weight: bold;
text-decoration: underline;
}

a:active
{
color: #000000;
font-weight: bold;
text-decoration: underline;
}