﻿/* basic elements */
body { 
	font: .8em/1.3em Trebuchet Ms, sans-serif; 
	color: #000000; 
	background: url(../img/wood_bg.jpg) repeat #333333;	
	margin: 0; 
	padding: 0;
}
p { 
	font: 8pt/16pt Trebuchet Ms, sans-serif; 
	margin-top: 0px; 
	text-align: justify;
	line-height: normal;
}

h1 { 
	font: normal 18pt Trebuchet Ms, sans-serif; 
	letter-spacing: 1px;	 
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 { 
	font: normal 12pt Trebuchet Ms, sans-serif; 
	letter-spacing: 1px;	 
	color: #000000;
	margin: 0;
	padding: 0;
}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color:#7D9B3D;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7D9B3D;
}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
}
/* specific divs border: 1px solid #000000;*/
#container { 
	margin: 0;
	padding:0;
	
}
#fla {
	clear: both;
	margin: 0;
	padding:0;
}




