/* CSS Document */
*{
	margin-top:0px;
	padding-top:0px;
	}
body{
	background-image:url(../img/main_bg.gif);}
img{
	border:none;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.floatend{
	clear:both;
	}
#wrapper {
	width:750px;
	height:auto;
	margin:0px auto;
	padding-bottom:0px;
	background-color:#FFFFFF;
	}
#header{
	width:750px;
	padding-bottom:1px;
	}
.float_end {
	clear: both;
}
#menu {
	margin-top:1px;
	padding:0px;
	height:35px;
	width:750px;
}
#footer {
	font-size: 10px;
	color: #47210d;
	background-color:#FFFFFF;
	margin-top:10px;
}
#footer a{
	font-size: 9px;
	color: #47210d;
	text-decoration:none;
}
#footer a:hover{
	font-size: 9px;
	color: #47210d;
	background-color:#CC9999;
	text-decoration:none;
}
#footer2 {
	background-image: url(../img/footer_BG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d6d68d;
	margin-top:10px;
}
#main {
	height: auto;
	width: 750px;
}

#footer2 div {
	font-size: 11px;
	font-weight: bold;
	word-spacing: 1.8em;
	line-height:1.3em;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:3px;
	}
#copyright {
	background-image: url(../img/copyright_bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	width: 750px;
	height:15px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#index_back{
	font-size:12px;
	color:#47210d;
	padding-left:5px;
	
	}
#index_back a{
	text-decoration:none;
	padding-left:5px;
	font-size:12px;
	color:#47210d;
	}
#index_back a:link{
	text-decoration:none;
	font-size:12px;
	color:#47210d;
	padding-left:5px;
	}
#index_back a:hover{
	text-decoration:none;
	font-size:12px;
	color:#cccccc;
	padding-left:5px;
	}
#index_back a:visited{
	text-decoration:none;
	font-size:12px;
	color:#666686;
	padding-left:5px;
	}