#randomFooter {
	display: block;
	margin: 0 auto;
	border: 6px solid white;
}


#footer p {
	line-height: 1.5em;
	margin-top: 1em;
}

#footerWrapper {
	width:90%;
	min-width:920px;
	margin:auto;
	position: relative;
	margin-bottom:30px;
}

/* Extra Info Boxes on Footer */

#scontent {
	position:relative;
	background-color: #990000;
	background: #990000;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	border-top: 10px solid white;
	margin:55px 0 0 0;
	padding:50px 0 15px 0px;

}
#scontent a { color:#fff; text-decoration:none; font-weight:bold; }
#scontent a:hover { color:#9F1100; background-color:#fff;  }

#scontent #info2,#scontent #info3{display:none;} 


#scontent h3{
	display: block;
	text-indent: -9000px;
	margin-bottom: 10px;
	margin-top: 40px;
}


h3.tags {
	height: 27px;
	width: 41px;
	background: url(/images/h3_tags.gif) no-repeat;
}

h3.inspiration {display:none;}

#scontent #info1 {
	color:white;
	width:580px;
	margin:auto;
	display:block;
	padding: 0;
}

#scontent #info1 p#inspiration {
display:none;
}

#tags a{font-weight:normal;}
#tags a:hover { color:#fff; background-color:#9F1100; text-decoration:underline; }




#scontent ul {
	padding:0;
	margin: 0;
	text-indent: 0px;
	list-style: none;
}

/* footer */
#footer {
	margin:0;
	padding:0;
	border-top: 1px solid #ffffff;
	clear: both;
	font-size: 0.8em;
	background:  #999900;
	color: #ffffff;
}
#footer p {
	padding: 15px 0 15px 0;
	text-align: center;
	margin:0;
}
#footer a { color: #fff; }

a.top-btn {
	position: relative;
	bottom: 25px;
	left: 90%;
	display: block;
	width: 24px;
	text-indent: -3000px;
	background: url(/img/top.gif) no-repeat;
}
a.top-btn:hover { 
	background: url(/img/tophover.gif) no-repeat;
	text-decoration: none;
}