*{margin: 0;}

body {	
 font-family: tohoma ,Arial, 
 Helvetica, sans-serif;
 font-size: 100%;}
	
#contentWrapper {
 width: 100%;
 float: left;
 margin-right: -36%;}
 
#content {
 position: absolute;
 left: 10%;
 width: 766px;
 height: 573px;
 
 margin-right: 36%;
 border: 0px grey;
 margin-top: 226px;}

#navigation {
 position: absolute;
 left: 10%; 
 width: 764px;
 border: 0px solid Fuchsia;
 margin-right: 36%; /*dummy */
 margin-top: 202px; }
 
 
#clearDiv{
 clear: both;
 position:relative;
 line-height: 1px;}

#footer {	
 position: absolute;
 left: 10%;
 width: 764px;
 margin-top: 800px; }

#header{
 position: absolute; 
 left: 10%;
 height: 200px;
 border: 0px grey;
 width: 766px;	
 top: 0;}

a span#after{
a {text-decoration: none; color: #516A3D;}
a:link {text-decoration: none; color: #516A3D;}
a:hover {text-decoration: none; color: #BDAE8D;}
a:visited {text-decoration: none; color: #3A4944;}
a:active {text-decoration: none; color: #9E550E;}
}

