/* CSS Document */
*{
margin:0px;
padding:0px;
}
body{
	text-align: center;
	background-color: #FCF2D7; 
	background-image: url(images/bg_01.gif);
	background-repeat: repeat-x;
}

.wrapper{
	width: 768px;
	text-align: left;
	background-image: url(images/bg_13.jpg);
	background-repeat: repeat-y;
	 border:0px solid #000000;
	 margin:0px auto 0px auto;

}
/*********************************************************************************************************
header
**********************************************************************************************************/

.header{
	background-image: url(images/bg_02.jpg);
	background-repeat: no-repeat;
	height: 272px;
}
/*********************************************************************************************************
footer
**********************************************************************************************************/

.footer{
	background-image: url(images/bg_14.jpg);
	background-repeat: no-repeat;
	height: 101px;
}
/*********************************************************************************************************
Navitop
**********************************************************************************************************/

#Navitop{
	background-image: url(images/bg_03.jpg);
	background-repeat: no-repeat;
	height: 60px;
margin:0px;
}
#Navitop .h1 {
	line-height: 60px;
}
#Navitop .h1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8164;
	text-decoration: none;
	margin-left: 300px;
	text-transform: uppercase;
}
/*********************************************************************************************************
maincontent
**********************************************************************************************************/

.middle{
	margin-left: 30px;
	margin-right: 30px; 
}

/*********************************************************************************************************
navileft
**********************************************************************************************************/

.navileft{
	float:left;
	width: 250px;
}
.navi{
	background-image: url(images/arr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #7B9D33;
	line-height: 25px;
}
.navi a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7B9D33;
	text-decoration: none;
}
.navi a:hover{font-weight: bold;}
/*********************************************************************************************************
maincontent
**********************************************************************************************************/

.maincontent{
	margin-left: 20px;
	width: 430px; float:left;
}
.maincontent h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #7B9D33;
	text-decoration: none;
	margin-top: 30px;
	background-image: url(images/arr2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.maincontent p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8A8164;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 18px;
}
.maincontent p a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #8A8164;
	text-decoration: none;
}

/*********************************************************************************************************
clear
**********************************************************************************************************/

.clear{
	clear: both;
}



