/* CSS Document */

body
{
	background-color:#000000;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	margin-top:10px;
	overflow-x : hidden;  
    overflow-y: auto;
    text-align:center;
    	
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#578614;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#578614;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#578614;
}

h5
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#578614;
}

#site
{
	background-image:url(../img/middel_repeat.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin: auto;
	padding: 0px;
	width:1000px;
	min-height:400px;
	
}

#header
{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:290px;
	text-align:left;
}

#slideshow
{
	width:550px;
	height:150px;
	padding-left:401px;
	padding-top:50px;
}

#mappath
{
	padding-left:440px;
}

#menu
{
	background-image:url(../img/menu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:246px;
	height:300px;
	float:left;
	margin:0px;
	padding:0px;
}

#menu_inner
{
	margin-left:90px;
	padding-top:0px;
	width:100px;
	text-align:right;
}

#menu_extra
{
	margin-left:-10px;
	padding-top:0px;
	width:150px;
	text-align:right;
	height:60px;
	
}

#content_container
{
	background-image:url(../img/content.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:400px;
	width: 754px;
	float: left;
	text-align:left;
}

#content_container_inner
{
	padding-top:0px;
	width: 550px;
	margin-right:85px;
	margin-left:85px;
	margin-bottom:60px;
	text-align:justify;
}

#footer
{
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	height:22px;
}

.SubMenu
{
	border:1px;
	border-color:Black;
	border-bottom-style:solid;
	background-color:#99D041;
	color:#202020;
	padding-left:7px;
	padding-right:7px;
	text-align:left;
	font-size: 14px;
	font-weight:normal; 
}

#menu a
{
	font-size: 16px; 
}

#menu a:hover
{
	font-size: 16px; 
	color:  #FFFFFF;
}

#SiteMapPath1
{
	margin-left:
}

.clear
{
	clear: both;	
}

table
{
	font-size:13px;
	width:100%;
}

td
{	
	vertical-align:top;
}

img
{
	border:0px;
}

li
{
	list-style-type:square;
	color:#6C8E20;
}


a  {
	text-decoration:	none;
	font-weight:		bold;
	color:				#494949;
	font-size:			13px;
}

a:hover {
	color:				#989898;
}
