body {
	margin:0;
	background: #3f6001 url('images/bg.gif') top repeat-x;
	text-align:center;
	
}
body,div,a { 
	font-size:11px; 
	color:#3f3b3b;
	font-family:verdana;
}
img{border:0}
.img { border:3px solid #e4e3e3; margin:0px 15px 10px 0px;}
a { text-decoration:none; }
a:hover { text-decoration:underline; }
p  {  margin:20px; }

h1 { color: #3f6001; font-size:16pt; font-weight:normal; margin-left:10px; }
h2 { color: #3f6001; font-size:16pt; }
h3 { color: #3f6001; font-size:15pt; }
h4 { color: #3f6001; font-size:14pt; }

.h1 { font-size:16pt; margin-left:10px; }


#site { 
	width:815px; 
	text-align:left;
}
#menu {
	margin-left:10px;
	width:100%;
	height: 42px;
	position:relative;
}
#menu a { 
	display:block;
	margin-right:1px;
	float:left;
	text-align:center;
	width:105px;
	height:42px;
	background: url('images/menu_noactive.gif') no-repeat; 
	color: #d9e4c4;
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	line-height:44px;
	text-decoration:none;	
}
#menu a.active { background: url('images/menu_active.gif') no-repeat;  color: #4f730b; }
#menu a:hover { background: url('images/menu_active.gif') no-repeat;  color: #4f730b; }

#content_left {
	float:left;
	width: 500px;
	margin-right:5px;	
	/*border:1px solid black;*/
}
#content_right {
	
	margin-left:10px;

	float:left;
	width: 300px;
	/*border:1px solid red;*/
}
#frame {
	padding:0px;
	background: #c5e290;
	width: 100%;
	border:3px solid #e1f7b9;
	position:relative;
	margin-bottom:10px;

}