/* CSS Document */
div.menu_footbox {
	z-index:0;
	height:1px;
	width:50px;
	float: right;
	position: relative;
	top: 10px;
	margin-top: -300px;
} 
 
#footer{
	font-size:11px;
	color:#000000;
	text-decoration:none;
	clear:both;
	background-repeat:repeat-x;
	height:25px;
	margin:0px 0px 0px 0px;
}

#footermain{
	margin:auto auto;
	height:25px;
	width: 840px;
}


#backtotop{
	height:25px;
	margin:auto 0px 0px 0px;
	padding-top: 0px;
	float: right;
	width: 112px;
	text-align: right;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.backtotop a:link {
	color:#666666;
	text-decoration:none;
	font-size: 11px;
}
.backtotop a:visited {
	color:#333333;
	text-decoration:none;
	font-size: 11px;
}
.backtotop a:hover {
	color:#CCCCCC;
	text-decoration:none;
	font-size: 11px;
}
.backtotop a:active {
	color:#B5D5FF;
	text-decoration:none;
	font-size: 11px;
}

/* headerbar */
#footerbar{
	clear:both;
	background-repeat:repeat;
	height:5px;
	margin:auto auto;
	background-image: url(../img/dot_back_1.gif);
}
#footerwrap{
	margin:auto auto;
	height:5px;
	clear: both;
}

#copyright{
	clear: both;
	background-image: url(../img/dot_back_2.gif);
	height:20px;
	margin:auto auto;
	background-repeat: repeat;
}

#copyrightwrap{
	height:20px;
	padding-top: 3px;
	margin:auto auto;
	clear: both;
	width: 840px;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	text-align: right;
}

