
	a {
		color: #000;
	}
	body {
		background-color: #cae1ca;	
		background-image: url(/images/grass.png);
		background-repeat: repeat-x;
/*		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
		font-family: "Lucida Sans Unicode";
		font-size: 90%;
	}
	body, h1#header, h2, h3, p, .menu, .menu li {
		margin: 0;
		padding: 0;
	}
	
	h1#header {
		background-image: url(/images/grass_title.png);
		background-repeat: no-repeat;		
		height: 162px;
		text-indent: -10000px;
	}
	h1#header a{
		text-decoration: none;
		color: #000;
		width: 100%;
		height: 162px;
		display: block;
	}
	h2 {
		border-bottom: 1px #fff dotted;
/*		width: 99%;*/
		background-color: #4F8B4F;
		margin-bottom: 5px;
		color: #CAE1CA;
	}
	#titles {
		width: 100%;
		overflow: hidden;
		background-color: #142314;
		color: #fff;
		padding: 2px 0;
/*		margin-bottom: 10px;*/
	}
	
	#titles p#title_one,#titles p#title_two, #titles p#title_three {
		width: 33%;
		float: left;
		font-size: 85%;
	}

	#titles p#title_two {
		text-align: center;
	} 
	#titles p#title_three {
		text-align: right;
	}
	#titles p a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

	#left_content {
		width: 20%;
	}
	#left_content img {
		float: left;
		margin: 5px 5px 0 0;
	}
	.imgbl {
		border: 1px dotted #000;
	}
	img {
		border: 0;
	}
	#left_content p {
		font-size: 90%;
		margin: 0 20px 0 10px;
		text-align: justify;
		font-family: "Courier New", Courier, monospace;
	}
	
	#middle_content {
/*		width: 55%;*/
		margin: 20px auto 0 auto;
		width: 98%;
		background-color: #E0EFE0;
		padding: 10px;
		
	}
	
	#right_content {
		width: 24%;
		text-align: right;
		overflow: hidden;
	}
	#left_content, #right_content {
		float: left;
	}
	.menu {
		margin: 0 0 20px 15px;
		text-align: right;
	}
	.menu li {
		list-style-type: none;
	}
	.menu li a {
		display: block;
		text-decoration: none;
		padding: 5px 0;
		border-bottom: 1px #fff dotted;
		border-left: 1px #CAE1CA dotted;
	}
	.menu li a:hover {
		background-color: #4F8B4F;
		color: #fff;
	}
	.news_block {
		background-color: #F0F0F0;
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		margin: 0 auto 30px;
		padding: 0 5px 10px 10px;
		width: 800px;
	}
	.news_block h3{
		border-left: 5px solid #000;
		padding-left: 5px;
		margin-left: -10px;
	}
	.news_block .some-shit {
		font-size: 85%;
		text-align: right;
/*		background-color: #C3DFC3;
		border-bottom: 1px #dfdfdf dotted;
		margin-bottom: 5px;*/
	}
	.comment_block p {
		background-color: #C3DFC3;
		font-size: 84%;
	}
	.comment_block p a {
		font-weight: bold;
		text-decoration: none;
	}
	.comment_block {
		margin:0 auto 30px;
		width:800px;
		border-right: 1px solid #C3DFC3;
		border-bottom: 1px solid #C3DFC3;
	}
	.comment_body {
		margin: 10px 5px;
	}
	.comment_quote {
		font-size: 90%;
	}
	.commens_form {
		position: relative;
		width: 800px;
		margin: 0 auto;
		
	}
	.commens_form .smilies {
		position: absolute;
		top: 140px;
		right: 0;
		width: 50px;
	}
	.commens_form p {
		margin-bottom: 10px;
	}
	.commens_form label, .commens_form .formbutton {
		display: block;
	}
	.commens_form .formfield, .commens_form .formbutton {
		width: 730px;
		background-color: #fefefe;
		font-family: "Lucida Sans Unicode";
	}
	.commens_form .formbutton {
		border: 0;
		font-weight: bold;
		border: 1px dotted #000;
		cursor: pointer;
		background-color: #C3DFC3;
	}	
.c {text-align: center;}
.strong {font-weight: bold;}
.r {text-align: right;}
.fl {float: left;}
.fr {float: right;}
.a { background-color:#EFEFEF; }
.b { background-color:#fefefe; }
.quoted {
	background-color: #fefefe;
	padding: 10px;
	border-right: 3px solid #C3DFC3;
	border-bottom: 3px solid #C3DFC3;
	font-size: 90%;
}

#tooltip{
		border: 1px #fff dotted;
		background-color: #4F8B4F;
		color: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 80%;
	font-weight: bold;
	position:absolute;
	visibility:hidden;
}


.commquote {
	font-size: 84%;
	font-style: italic;
	margin-left: 15px;
border: 1px solid #ebebeb;
}

ul.ulgallery {
	width: 100%;
	overflow: hidden;
}

.ulgallery li {
	float: left;
	width: 150px;
	height: 155px;
	font-size: 80%;
	text-align: center;
	overflow: auto;
}
.ulgallery li a img {
	margin: 0 auto;
}
.ulgallery li, .ulgallery li a, .ulgallery li a img, .ugfix img {
	display: block;
}
.ugfix li {
	height: 180px;
}

abbr {
	cursor: help;
	border-bottom: 1px dashed #000;
}
#end {
	text-indent: -10000px;
	background-image: url(/images/endbg.gif);
	height: 12px;
	margin-top: 20px;
}
#end p {
	background-image: url(/images/endtxt.gif);
	background-repeat: no-repeat;
}
.over {
	width: 100%;
	overflow: hidden;
}

		table.tdata {
			margin: 0 auto;
		}
		table.tdata thead {
			background-color: #dfdfdf; 
			font-weight: bold;
		}
		table.tdata tbody td {
			border-bottom: 1px solid #888;
		}
		table.tdata tbody tr:hover {
			background-color: #ddd;
		}
		table.tdata thead, table.tdata tbody td {
			font-size: 84%;
			text-align: center;
		}		

.calendar {
	font-size: 82%;
	margin-right: auto;
	margin-left: auto;
}

.calendar .calendartitle {
	font-weight: bold;
	text-align: left;	
	border: 0;
	background-color: transparent;
}

.calendar .weekend {
	text-align: right;
	padding: 1px;
	color: #000;
	border: #fff solid 1px;
	background-color: #A8CFA8;
}

.calendar  .weekday{
	text-align: right;
	border: #aaa solid 1px;
	background-color: #C3DFC3;
	padding: 1px;
}

.calendar .wdtitle, .invert {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	border: 0;
	text-align: center;	
}
.calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #4F8B4F;
}
.calendar a:hover {
	background-color: #4F8B4F;
	color: #fff;
}
.sape {
	font-size: 80%;
}
.sape, .sape a {
	color: #9BBF9B;
}

#tag_cloud {
	width: 470px;
	margin: 0 auto;	
	text-align: center;
}
#tag_cloud a {
  text-decoration: none;
  white-space: nowrap;
  background-color: #CAE1CA;
}
#tag_cloud a.tagsize4 {
font-size: 240%;
}
#tag_cloud a.tagsize3 {
font-size: 200%;
}
#tag_cloud a.tagsize2 {
font-size: 180%;
}
#tag_cloud a.tagsize1 {
font-size: 140%;
}
#tag_cloud a.tagsize0 {
font-size: 100%;
}
#tag_cloud a:hover {
  text-decoration: underline;
  color: #fff;
  background-color: #4F8B4F;
}
.cloudsize0 {line-height: 101%;}
.cloudsize1 {line-height: 141%;}
.cloudsize2 {line-height: 181%;}
.cloudsize3 {line-height: 201%;}
.cloudsize4 {line-height: 241%;}

#bblock h2 {
	   text-align: right;
}
#bblock {
	   margin-top: 20px;
}

#moon_block {
	background: url(/images/news/moon_bg.jpg) no-repeat 100% 50% #000;
	color: #c9c9c9;
	font-size: 120%;
	padding: 10px 500px 10px 0;
	min-height: 900px;
}
#moon1 {
	width: 80%;
/*
	background-color: #222;
	border: 2px solid #555;
	border-left: none;
*/
	padding: 10px;
	margin-bottom: 20px;
}

#moon2 {
/*	width: 430px;
	background-color: #555;
	border: 2px solid #777;
	border-left: none;
*/
	color: #fff;
	padding: 10px;
	margin: 10px 0 20px 0;
	font-weight: bold;
}
.invalidInput {
	border: 1px solid red;
}

