
html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333333;
	font-weight: normal;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/* height: 100%; */
}
#container {
	/* min-height: 100%; */
	width: 960px;
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* * html #container {
	height: 100%;
}
*/
#logo {
	margin: 10px 0 0 10px;
	float: left;
	width: 254px;
}
#topnav {
	font-size: 12px;
	margin: 25px 30px 10px 0;
	width: 600px;
	text-align: right;
	float: right;
	clear: right;
}
#topnav A:link, #topnav A:visited {
	text-decoration: none; color: #000;
}
#topnav A:active, #topnav A:hover {
	text-decoration: none; color: #7DBA00;
}
#search_ru {
	float: right;
	margin: 20px 30px 0 0;
	display: inline;
	clear: right;
}
.search_ru_input {
	font-size: 10px;
	margin: 0;
	width:100px;
	height: 13px;
	padding-left: 3px;
	border:1px solid #3D671F;
	background:#d8eab2;
}
#page_hd {
clear: both;
padding: 56px 0 0 20px;
font-size:30px;
color:#fff;
}
#content_home {
margin: 20px 0 20px 20px;
width: 960px;
min-height: 300px;
/*display: block;*/
}
#slogan {
clear: both;
margin-top: 5px;
}
#content {
margin: 20px 0 20px 20px;
width: 700px;
float: left;
min-height: 300px;
}
#body_home {
float: left;
width: 560px;
margin: 0 60px 20px 0;
}
.pad_rgt_30 {
padding-right: 30px;
}
.pad_left_30 {
padding-left: 30px;
}
#h_join {
float: left;
width: 250px;
margin: 0 60px 20px 0;
}
#h_about {
float: left;
width: 250px;
margin: 0 60px 20px 0;
}
#h_news {
float: left;
width: 250px;
margin: 0 0 20px 0;
}
#footer {
/*position: relative;*/
/*margin-top: -132px;*/
background: #ccc;
border-top: 1px solid #333;
height: 95px;
clear: both;
margin-top: 20px;
}
txt_green {
color: #669900;
}
#subscribe {
font-size: 12px;
font-weight: bold;
text-align: left;
color: #9966cc;
padding: 0 0 0 18px;
background: url(../images/arrow_purple.gif) no-repeat left 1px;
margin-bottom: 20px;
}
#subscribe a:link, #subscribe a:visited {
text-decoration: none;
color: #9966cc;
}
#subscribe a:active, #subscribe a:hover {
text-decoration: none;
color: #ff0000;
}
#donate {
font-size: 12px;
font-weight: bold;
text-align: left;
color: #669900;
padding: 0 0 0 18px;
background: url(../images/arrow_green.gif) no-repeat left 1px;
margin-bottom: 10px;
}
#donate a:link, #donate a:visited {
text-decoration: none;
color: #669900;
}
#donate a:active, #donate a:hover {
text-decoration: none;
color: #ff0000;
}