body {
	margin-top: 5px;
	background: url(images2/forest.jpg) no-repeat;
	background-size: 100%;	
	background-attachment: fixed;
	background-color: #8F9C70;	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #006600;
}
#wrapper {
	width:1002px;
	max-width:1002px;
	border:1px solid #000000;
	background-image:url(images2/content_bg.gif);
}
#header {
	background:none;
}
#tagline {
	background-image:url(images2/nav_bg.gif);
	padding-left:30px;
	font-size: 18px;
	font-style: italic;	
}
.nav {
	background-image:url(images2/nav_bg.gif);
	padding-right:30px;
	font-weight:bold;
}
.nav a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.nav a:hover {
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
.nav a:active {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#intro {

}
#content {
	padding:5px;
	padding-left:15px;
	padding-right:15px;
}
.sidebar {
	padding:5px;
	padding-left:15px;	
	width:250px;
	max-width:250px;
}
#bottom {
	padding-left:60px;
	padding-right:60px;
	font-size:11px;;
}
#footer {  
	font-size:x-small;
}

.h3 {
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
}	