@charset "utf-8";
/* CSS Document */

body {
	background-color: #399400;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 950px;
	background-image: url(tree.png);
	background-repeat: no-repeat;
	background-position: right;
}

#content {
	background-color:#FFFFFF;
	margin: 0 auto;
	width: 950px;
	height: 100%;
}

#navigation {
	width:950px;
	background-color:#308000;
	height: 1.8em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

#sidebar {
	width:175px;
	padding-top: 25px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-right:#CCCCCC thin solid;
}

#right {
	padding: 25px;
	background-color: #FFFFFF;
	float: right;
	width: 700px;
}

#footer{
	color:#333333;
	padding: 10px;
	clear: both;
}

.style1 {font-size: 10px}

.style2 {font-size: 14px;
color:#308000;
font-family: Georgia, "Times New Roman", Times, serif;}

h1 {
	font-size: 20px;
	color: #308000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 14px;
	color: #308000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	color: #308000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#ads{
	width:175px;
	float:left;
	border: solid #cccccc thin;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-right: 20px;
	padding-right: 15px;
	height: 300px;
}

#sidenav {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#buttons{
background-color: #307AF3; 
padding:10px; 
float:left; 
color:#ffffff; 
margin:15px;
border: #1467F1 medium solid;
}
