body {	background: #fff url(/images/bg.gif) 0 0 repeat-x;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#333;
}
#page {	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
#header {	height: 140px;
}
#logo {	text-align: center;
	width: 150px;
	float: left;
}
#menu {	width: 850px;
	margin-left: 150px;
	text-align: center;
}
#menu_list li {	width: 160px;
	text-align: center;
	float: left;
	padding-top: 60px;
	padding-bottom: 10px;
}
#menu_list li a {
	font-size: 16px;
	text-decoration: none;
	color: #245005;
}
#menu_list li a:hover {
	border: solid 1px #736968;
	padding: 8px;
}
.clear {
	clear: both;
}
#content {	margin-left: 150px;
	padding-right: 20px;
	width: 580px;
	float: left;
	color: #736968;
	font-size: 14px;
	min-height: 400px;
}
#content p{
	padding-bottom: 10px;
}
#content a {
	text-decoration: none;
	color: #245005;
}
#content a:hover {
	text-decoration: underline;
}
#sidebar {	margin-left: 750px;
	width: 250px;
}
#counter {
	text-align: center;
}
#photogal a {
	text-align: left;
	margin-top: 30px;
	color: #245005;
	font-size: 14px;
}
#partners {	text-align: left;
	margin-top: 30px;
	color: #736968;
	font-size: 14px;
}
#partners .title{
	text-decoration: underline;
}
#footer {	background: #E5E5E5;
	margin-top: 20px;
}
#footer #left {	font-size: 11px;	width: 50%;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#footer #left a{
	font-size: 11px;
}
#footer #right {
	width: 30%;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	float: right;
}
#footer a {
	font-size: 14px;
	text-decoration: none;
	color: #245005;
}.newsarea {
	margin-bottom: 1.1em;
	padding-bottom: 5px;
	border-bottom: 1px dashed gray;
	text-align:justify;
}
.newsarea .title a {
	color: #666666;
	text-decoration: none;
	font-size: 15px;
}
.newsarea .title a:hover {
	text-decoration: underline;
}
.newsarea p {
	margin-top: 0;
	margin-bottom: 5px;
}
.newsarea b {
	font-size: 110%;
}
.newsarea .footer {
	color: gray;
	margin-bottom: 3px;
	font-size: 80%;
}
.pagination {
	margin: 20px 0;
	text-align: right;
	font: bold 11px Verdana;
}

.pagination a, .pagination a:visited {
	padding: 1px 5px;
	padding-bottom: 2px;
	border: 1px solid #9aafe5;
	text-decoration: none !important;
	color: #272727;
	background-color: #F0F0F0;
}

.pagination a:hover, .pagination a:active {
	border-color: #2b66a5;
	color: #000;
	background-color: #FFFF80;
}
.hiddenFields {
	display: none;
}
.subs {
	margin-bottom: 1.1em;
	text-align:justify;
}
.sub_title {
	color: #736968;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.sub_text {	margin-left: 30px;
}
.sub_date {
	color: gray;
	margin-bottom: 3px;
	font-size: 70%;
	padding-left: 10px;
}
.sub_user {
	font-size: 12px;
}
.sub_comment {
	color: gray;
	margin-bottom: 3px;
	font-size: 80%;
	margin: 5px 20px 5px 30px;
}
.sub_text input {	font-size: 15px;
	color: #736968;
	padding: 3px 5px 3px 5px;
	width: 400px;
}
.sub_text textarea {
	font-size: 15px;
	color: #736968;
	padding: 3px 5px 3px 5px;
	width: 400px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sub_submit {	width: 430px;	text-align: center;
	margin: 20px 0px 10px 0px;
}
.global_title {
	color: #666666;
	font-size: 17px;
	text-align: center;
	margin-bottom: 20px;
}
.global_title p{
	font-size: 15px;
}
.code {	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #736968;
}
.code textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #736968;
	width: 250px;
	overflow: hidden;
	margin-top: 5px;
}