/* footer */

#innerFooter{
 width:100%; 
 margin: 0;
 padding: 0;
}

#innerFooter .content {
 margin: 0;
 padding: 0;
}

#outerFooter{ 
 width: 768px; 
 text-align: left; 
 margin-left: auto; 
 margin-right: auto;
 background-color: #ECE3DA;
 color: #000000;
}

#footerMessage {
	color: #FFFFFF;
	background-color: #990000;
	font-size: 22px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	padding: 3px 6px 3px 0;
	text-transform : uppercase;
}

#footerMessage a {
	font-size: 22px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform : uppercase;
}
#footerMessage a:link {
	   color: #FFFFFF;
}
#footerMessage a:visited {
	   color: #FFFFFF;
}
#footerMessage a:hover {
        color: #DDDDDD;
	    text-decoration: underline;
}
#footerMessage a:active {
        color: #FFFFFF;
}
#footerMessage span {
	font-size: 22px;
	padding: 0 6px 0 6px;
}

#footerNav {
	margin-top: 4px;
}

#footerNav a {
    font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-transform : capitalize;
}

#footerNav a:link {
	color: #990000;
	text-decoration: underline;
}

#footerNav a:visited {
	color: #990000;
	text-decoration: underline;
}

#footerNav a:hover {
	color: #000000;
	text-decoration: underline;
}

#footerNav a:active {
	color: #990000;
	text-decoration: underline;
}
