/*****************/
/*footer.css*/
/****************/

#footer{
	border-top: 3px double #FF0000;
	padding:6px 0 1px 0;
}
#footer p{
	width:100%;
	line-height: 1.0;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF0000;
}