/* 
    Document   : footer
    Created on : Nov 24, 2008, 11:31:45 AM
    Author     : valen333
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#footer {
    
	width: 760px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 100px;
	background: #000000;
	border-top: 1px solid #FFFFFF;
}

#bottomFooter p{
    
    	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	text-align: center;
	color: #A46313;
    
}

#footer p {
    
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	text-align: center;
	color: #A46313;
}


.footerText {
        position:relative;
        top: -50px; 
        left: 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15px;	
}


a.footerMenu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerMenu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footerMenu:hover {
	text-decoration: none;
	color: #A46313;
}
a.footerMenu:active {
	text-decoration: underline;
	color: #A46313;
}

/* end footer-specific css */



