body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: Tahoma;
	font-size: 80%;
	color: #000;
	background-color: #EEEEEE;
	line-height: 150%;
}

a
{
	color: #4B6400;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
}

#header
{
	width: 970px;
	height: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFEDF0;
	border-right-color: #DFEDF0;
	border-bottom-color: #DFEDF0;
	border-left-color: #DFEDF0;
	background-color: #D5E6EA;
	background-image: url(images/header-background.swf);
}

#header h1
{
	margin: 0;
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}

#menucontainer
{
	width: 100%;
	height: 28px;
	background-image:url(images/menu-background.jpg);
	background-repeat:repeat-x;
	background-color: #004E66;
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #A0C80E;
	border-right: 1px solid #95BC0E;
}

#content
{
	margin: 0 auto;
	width: 970px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0EDF0;
	border-left-color: #E0EDF0;
	background-color: #FFFFFF;
	background-image: url(images/Untitled-1.jpg);
	background-repeat: repeat;
	
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #A0C80E;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 970px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	padding: 5px 10px;
	background-color: #86B6FE;
	background-repeat: repeat-x;
	background-image: url(images/spo.jpg);
	height: 20px;
}
.pocty {
	float: right;
	height: 13px;
	width: 20px;
	padding: 2px 3px;
}

/*----- MENU ----- */

#navLeft, #navRight {
	margin: 0;
	padding: 0;
	width: 175px;
	list-style: none;
	overflow: hidden;
}

#navLeft li, #navRight li {
width: 175px;
overflow: hidden;
text-transform: uppercase;
font-size:11px;
font-weight:bold;
}

#navLeft a, #navRight a {
color:#FFFFFF;
}

.li_nav_header a  {
	display: block;
	width: 175px;
	height: 40px;
	background: url(assets/nav_body.gif) no-repeat;
}

.li_nav_body a  {
	display: block;
	width: 175px;
	height: 30px;
	background: url(assets/nav_body.gif) no-repeat;
	line-height:30px;
	padding-left: 10px;
	margin: auto;
}

.li_nav_footer a  {
display: block;
width: 175px;
height: 40px;
background: url(assets/nav_body.gif) no-repeat;
}

.li_nav_footer1 a  {
	display: block;
	width: 175px;
	height: 90px;
	margin-left: 2px;
	margin-top: 5px;
	background: url(assets/nav_header.jpg) no-repeat;
}

.li_nav_footer2 a  {
	display: block;
	width: 175px;
	height: 270px;
	margin-left: 2px;
	margin-top: 5px;
	background: url(assets/nav_header1.jpg) no-repeat;
}


.li_nav_body a:hover
{
background-position:  0 -30px;
color:#016001;
}

.li_active a:active  {
background: url(assets/nav_body.gif) no-repeat;
background-position:  0 -30px;
color:#fff;
}

/*----- LAYOUT ----- */

#menu_left {
	width: 175px;
	float: left;
	margin-left: 5px;
	height: 730px;
}

