@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images/BgRep.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:"Trebuchet MS";
	font-size:13px;
}


#wraper
{margin-left:auto; margin-right:auto; width:769px; background-color:#FFF;}

#header
{width:100%; background-image:url(images/header.jpg); height:272px;}

#menu
{margin:5px; width:100%;}

#menu ul
{
	width:100%;
	display:block;
	margin:0px;
	padding:0px;
}
#menu ul li
{
	display:block;
	width:100%;
	margin-bottom:6px;
	padding:0px;
}
#menu ul li a, #menu ul li a:hover
{
	text-align:left;
	width:90%;
	font-weight:bold;
	padding:5px;
	display:block;
	text-decoration:underline;
	font-size:11px;
	font-family:"Trebuchet MS";
	color:#093;
	border:#fff solid 1px;

}
#menu ul li a:hover
{
	border:#060 dotted 1px;
	text-decoration:none;
	color:#060;
	background-color:#D2F8D1;
}
.infotext
{
margin-top:150px; margin-left:10px; margin-right:8px; font-size:12px; line-height:18px; text-align:justify;
}
.infotext ul
{
	display:block;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.infotext ul li
{
	display:block;
	padding:0px;
	padding-left:3em;
	margin-bottom:1.5em;
	margin-top:5px;
	background-image:url(images/ico.jpg);
	background-repeat:no-repeat;
}

.infotext ul li a, .infotext ul li a:hover
{
	text-align:left;
	font-weight:bold;
	padding:3px;
	padding-left:5px;
	display:block;
	text-decoration:none;
	font-size:13px;
	color:#060;

}
.infotext ul li a:hover
{
	text-decoration:underline;
}

#content
{width:100%; color:#666; height:950px;}

.bodytext
{width:450px; margin-left:50px; margin-top:10px; margin-right:15px; text-align:justify;}

#footer
{background-color:#6e6e6e; width:100%; color:#FFF;}
#footercenter
{width:769px; height:100%; margin-left:auto; margin-right:auto; padding:10px;}


h1
{ font-size:22px; font-weight:bold; color:#390; font-family:"Georgia"; margin-left:40px;}
h2
{ font-size:16px; color:#390; font-style:italic; font-family:"Georgia";}
a
{color:#6cf; text-decoration:none;}
a:hover
{color:#06c; text-decoration:underline;}
a img
{
	text-decoration:none;
	border:none;
}
