/* CSS Document */
body
{
font-family:Arial, Helvetica, sans-serif;
background-image:url(img/body_bknd.jpg);
background-repeat:repeat-x;
}
a:hover
{
text-decoration:none;
}
#container
{
	width:900px;
	margin:0 auto;
	margin-top:20px;
	background-color:#FFFFFF;
	padding:5px;
}
h1, h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin:0px;
}
h1
{
	font-size:24px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom: 1px dashed #D1D1D1;
	color: #0094E0;
}
#Header
{
font-family: arial;
height: 61px; padding-top: 10px;
	padding-left: 25px;
	background: url('img/header-background.png') repeat-x left top;
}
#RightHeader
{
float: right;
padding-right: 10px;
font-size: 12px;
}
#RightHeader a
{
padding-left: 16px;
padding-right: 4px;
color: #d2e288;
text-decoration: none;
background: no-repeat 0px 0px;
}
#RightHeader a:hover
{
text-decoration: underline;
color: white;
}
#RightHeader a#home 
{
background-image: url('img/home-icon.png');
}
#RightHeader a#home:hover 
{
background-position: 0px -14px; 
}
#RightHeader a#sitemap 
{
background-image: url('img/site-map-icon.png');
}
#RightHeader a#sitemap:hover 
{
background-position: 0px -12px; 
}
#RightHeader a#contacts 
{
background-image: url('img/contact-icon.png');
}
#RightHeader a#contacts:hover 
{
background-position: 0px -12px; 
}




#banner
{
	background: url("img/main-picture.jpg");
	height:195px;
}
#Inter span
{
	padding-left: 15px;
	margin-left:25px;
	font-size:12px;
	font-weight:bold;
	background: url('img/white-arrow.gif') no-repeat 0px 5px;
	color:#FFFF00;
	float:right;
	margin-right:20px;
}

#Menu
{
	height: 53px;
	margin-top: 0px;
	margin-bottom:7px;
	padding-left: 3px;
	background: url('img/menu-background.png') repeat-x left top;
}


#Menu a
{
	height: 53px;
	line-height: 50px;
padding-right: 18px; padding-left: 18px;
	background: url('img/menu-devider.png') right top no-repeat;

	float: left;
	margin-left: 3px;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	font-family: arial;
}

#nav_div
{
	border:2px solid #d0d1d0;
	width:154px;
	float:left;
	background-color:#e4ece3;
	line-height:25px;
}
#nav_div a
{
	padding-left: 15px;
	margin-left:5px;
	font-size:12px;
	background: url('img/green-arrow.gif') no-repeat 0px 5px;
	color: #606060;
}
h3
{
	margin: 0px;
	background: url('img/left-header.png') no-repeat right top;
	background-color:#517d0d;
	height: 38px;
	font-family: arial;
	font-size: 16px;
	color: white;
	line-height: 37px;
	padding-left: 10px;
}
.LeftHeader
{
	margin: 0px;
	background: url('img/left-header.png') no-repeat left top;
	height: 38px;
	font-family: arial;
	font-size: 16px;
	color: white;
	line-height: 37px;
	padding-left: 10px;
}

#content
{
	float:left;
	background-image:url(img/content_bknd.jpg);
	background-repeat:repeat-x;
	line-height:25px;
	width:555px;
	margin-left:10px;
	padding:20px;
}
#ads_div
{
	padding:5px;
	width:120px;
	float:right;
}
#info_tbl
{
width:100%;
margin-top:10px;
}
#img_td
{
text-align:center;
}
#img_td img
{
border:2px solid #d0d1d0;
}
#link_td
{
vertical-align:top;

}
#link_td a
{
font-size:12px;
color: #446d07;
}
#link_list
{
margin:20px;
}
#link_list a
{
	font-size:12px;
	color: #446d07;
}

#footer
{
    height: 32px;
	background: url('img/footer-background.png') repeat-x left top;
	text-align: center;
	line-height: 32px;
	clear:left;
	margin-top:10px;
	font-family: arial;
	font-size: 12px;
}
#footer a
{
	color:#FFFFFF;
}
#footer a:hover
{
	text-decoration:underline;
}

