#footer 
{
	position:relative;
	display:none;
	float:left;

	width: 942px;
	height:auto;

	padding: 0;
	margin: 0px 0px 12px 2px;
	clear: both;
	
	background:#24221f;
	border-bottom:1px solid #000;
}


#footer_bootom
{
	position:relative;
	display:block;
	float:left;

	width: 940px;
	height:35px;

	padding: 0;
	margin: 0px 0px 0px 0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	
	background: #302e2a url('../../images/skin3/footer_bottom.jpg') repeat-x top left;	
}


#footer .copyr
{
	position:relative;
	display:inline;
	float:left;

	width:420px;
	height:auto;

	margin:11px 0px 9px 9px;
	padding:0px;

	font-size:1.3em;
	font-weight:normal;

	text-align:left;

	color:#eee;

}


#footer .pages
{
	position:relative;
	display:inline;
	float:right;

	width:425px;
	height:auto;

	margin:8px 5px 9px 0px;
	padding:0px;

}

#footer .pages ul
{
	margin:0px;
	padding:0px;
}


#footer .pages ul li 
{	

	display: inline;
	float:right;

	width:auto;
	height:auto;

	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;

	font-size:1.5em;
	font-weight:normal;

	list-style: none;

}

#footer .pages ul li a
{
	color:#eee;
	text-decoration:none;
}



#footer .pages ul li a:hover
{
	color:#ddd;
	text-decoration:none;
}





#footer #footer_top
	{
	
		position:relative;
		display:block;
		float:left;

		width: 940px;
		height:auto;

		padding: 0;
		margin: 0px 0px 0px 0px;
		
		background: #302e2a url('../../images/skin3/footer_top.jpg') repeat-x top left;	
		
		border-left:1px solid #000;
		border-right:1px solid #000;
	}

