body {
	margin:0;
	padding-bottom: 130px;
	font-family: Arial, Verdana;
	font-size:0.74em;
	color:#555;
	text-align:left;
	background: url(../images/grass.jpg) #fff bottom repeat-x;
}

a {
	color:#4d87ce;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}

a.red {
	color:#f93838;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
a.red:hover {
	color:#891818;
}



.txt-bb {
	font-family: Arial, Verdana; 
	font-size:0.74em;
	color : #fff; 
	background-color:#4d87ce; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	font-weight: bold;
}


ol,ul {

}

li {
	list-style-image:url(../images/backgrounds/li.gif);
	line-height:20px;
	text-align:left;
}

li.list {
	list-style-image:url(../images/backgrounds/li.gif);
	line-height:20px;
	text-align:left;
	padding-bottom:15px;	
}

#menu {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#94aeE62;
	margin-bottom:50px;
	color:#fff;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-variant:small-caps;
	background-image:url(../images/backgrounds/menu.jpg);
}
#menu a {
	color:#fff;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	
}
#menu a:hover {
	border-bottom:1px solid #fff;
	color:#dadada;
	background-color:#000;
	background-image:url(../images/backgrounds/a_hover.jpg);
}

#menu a.active {
	border-bottom:1px solid #fff;
	color:#dadada;
	background-color:#000;
	background-image:url(../images/backgrounds/nav-current.jpg);
}


#header {
	width:750px;
	margin:0 auto 0 auto;
	margin-bottom:40px;
}
#header h1 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#736451;
	margin-bottom:10px;
	text-align:left;
}
#header h2 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000;
	border-bottom:1px solid #eee;
}

#content {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
}

.introduction {
	font-family:Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#99b198;
	text-indent:25px;
	padding-left:0;
	padding-right:200px;
	padding-bottom:35px;
	padding-top:0;
	
}
.logo {
	float:right;
	margin-right:0px;
}
.clearer {
	clear:both;
}

#sidebar {
	width:160px;
	float:right;
	font-size:95%;
	color:#6c534aA;
	text-align:left;
}
#sidebar h1 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eee;
	color:#728c40;
	text-align:right;
}
.submenu {
}
.submenu a {
	display:block;
	width:100%;
	background-image:url(../images/backgrounds/submenua.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.submenu a:hover {
	background-color:#eee;
	background-image:url(../images/backgrounds/submenua_hover.jpg);
	background-repeat:repeat-y;
}
#mainbar {
	margin-right:185px;
	padding-right:35px;
	background-image:url(../images/backgrounds/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border-right: 1px solid #eee;
}

#mainbar h1 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eee;
	color:#728c40;
}

#mainbar p {
	padding:1px;
	line-height:20px;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	width:100%;
	background-color:#fff;
	border-top:1px solid #eee;
	border-bottom:5px solid #94ae62;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	text-align:center;
	vertical-text-align:top;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}






