/***************************************************************
Style Sheet for 1031Ex.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



#footer {
	padding:0;
	padding-bottom:12px;
	width:910px;
	
	font-size:85%;
	color:#000;
	background:url('/images-layout/footer-bg.gif') top left no-repeat;
}

#footerWrapper {
	position:relative;
	
	width:908px;
	height:100%;
	
	border:solid #d5e1e7;
	border-width:0 1px;
}



#footerBar {
	display:none;
	margin:0 0 6px 0;
	padding:10px 0 0 0;
	width:910px;
	height:30px;
	font-size:120%;
	text-align:center;
	background-color:#8fa7cb;
}

#footerBar ul {
	margin:0;
	padding:0;
}
#footerBar ul li{
	display:inline;
}
#footerBar a:link, #footerBar a:visited {
	padding:0 8px;
	text-decoration:none;
	font-weight:bold;
}
#footerBar a:hover, #footerBar a:active {
	text-decoration:underline;
}
#footer .last {
	border-right:0;
}



#footerContent {
	position:absolute;
	top:20px;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	color:#fff;
}
#footerContent p {
	margin:0;
}