@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/site/bg_194773.png) repeat;
	margin:0 auto;
	font-family:"trebuchet MS";
	font-size:12px;
	color:#303030;
}

p{
	margin-top:0;
	text-align:justify;
}

h1,h2,h3{
	font-weight:normal;
	margin-top:0;
}

.green{
	color:#a5c518;
}

h1{
	font-size:27px;
	font-style:italic;
	margin-bottom:11px;
}

h2{
	font-size:14px;
}

a{
	text-decoration:underline;
	color:#303030;
}

a img{
	border:none;
}

#main{
	width:931px;
	margin:0 auto;
	background:url(../images/site/bg_color.jpg) repeat-y 11px 0;
}

#menu{
	background:url(../images/site/bg-menu.png) no-repeat;
	width:250px;
	height:323px;
	text-align:center;
	float:left;
	padding:20px 10px 0 0;
}

#menu ul{
	text-align:left;
	color:#a5c518;
	padding:0 11px 0 11px;
	font-size:13px;
}

#menu li{
	text-align:left;
	color:#303030;
	list-style-type:none;
	padding:0 11px 0 11px;
}

#content{
	width:915px;
	margin-left:11px;
	padding-top:35px;
}

#main-text{
	margin:0 20px 0 230px;
}

#content h1, h2, h3, p{
	padding:0 20px 0 20px;
}

#breadcrumbs span:after {
    content: " > ";
}
#breadcrumbs span:last-child:after {
    content: "";
}

form{
	font-family:"trebuchet MS";
	font-size:12px;	
}

#footer{
	background: url(../images/site/bg-content.jpg) no-repeat bottom;
	height:585px;
}

#footer span:after {
    content: " | ";
}

#footer span:last-child:after {
    content: "";
}