body
{
margin: 0;
padding: 0; 
background-image: url(Mock-Up.jpg);
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 50% 0%;
}

#wrapper
{
margin: 0 auto;
width: 800px;
padding: 0px;
/*height: 700px;*/
font-family: arial, sans-serif;
font-size: 13px;
color: #2e2927;
}

#header
{
position: relative;
left: 250px;
top: 20px;
width: 350px;
height: 75px; 
text-align: center;
font-family: verdana, sans-serif;
font-weight: bold;
font-size: 14px;
clear: both;
}

clear
{ clear: both; }	

#navsection
{
float: left;
margin-top: 75px;
margin-left: 175px;
width: 125px;
}

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

	
#navlinks ul
{
list-style:none;
margin-left:0;
padding:0;
border: none;
}
			
#navlinks li 
{
margin-bottom: 2px;
width: 125px;
height: 25px;
}

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

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


#contentsection
{
margin-top: 50px;
margin-right: 25px;
float: right;
width: 450px; /* Navmargin, Navwidth, contentmargin, space in between, 800-175-125-25-25=450 */

}

#footer
{
clear: both;
padding-top: 50px;
text-align: center;
}

a:link
{
color: #f9251e;
text-decoration: none;
font-weight: bold;
}
a:visited
{
color: #f9251e;
text-decoration: none;
font-weight: bold;
}
a:hover
{
color: #f9251e;
text-decoration: underline;
font-weight: bold;
}
a:active
{
color: #f9251e;
text-decoration: underline;
font-weight: bold;
}