body 		{ width:100%; height:100%; background:url('images/bg.gif') top left; 
			margin:0px 0px 10px 0px; padding:0px;
			font:9pt Verdana, Arial, sans-serif; line-height:120%; color:#568e07; }

#wrap 		{ width:80%; height:100%; margin:auto; padding:0px; min-width:650px; }
		
#header		{ Width:100%; height:20px; text-align:right; padding-top:5px; 
			position:absolute; right:5px; }

#logo		{ width:190px; height:181px;
			position:relative; top:10px; margin-left:auto; margin-right:auto;
			font:8pt Verdana, Arial, sans-serif; line-height:120%; color:#568e07; }
			
#content	{ width:550px; height:100%; 
			  position:relative; top:10px; margin-left:auto; margin-right:auto; }
			  
.content	{ width:550px; height:100%; 
			  position:relative; top:10px; margin-left:auto; margin-right:auto; }
			
#content_full	{ width:100%; height:100%;
				position:relative; top:10px; }
			
#footer		{ width:100%; height:20px; text-align:center;
			position:relative; top:50px; }

a 			{ color:#568e07; text-decoration:none; outline:none; font-weight:bold; } 
a:hover 	{ color:#3d6505; text-decoration:none; border-bottom:dotted 2px #3d6505; }
a img 		{ border:0; }

ul { list-style-type:square; }
		
/* border-width:1px; border-style:solid; border-color:red; */