/*Overral font, size and color*/
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #626262; background: #49413E; 
}

#footer {
	font-size: 9px;
}

/*Overal link colors */
a:link, a:visited { color:#3962A2; }
a:hover, a:active {color:#85C447;}

/*Logo background color*/
#logo {background: #ffffff;}

