/* 
------ CSS Footer and Misc
------ Created by Eric Zabinsky
------ flashbyz.com 
*/
.center {
width: 460px;
margin-left: 40px;
}

.center p{
	font-size: 14px;
	font-weight: bold;
}

.ad {
    margin: 5px;
	padding: 3px 3px 3px 3px;
	border: 2px solid #cccccc;
}

.image {
	border: 2px solid #cccccc;
}

/* The here ID identifies the current page by creating a black link indicator in sub-menus and/or  sitemap. */

a.here {
	color: #cc3300 !important;
	font-style: italic;
	font-weight: bolder;
}

#footer{
	width: 640px;
	margin: 0 auto;
	padding:25px 0 0 10px;
	height: 24px;
}
#footer p{ 
margin: 0 auto;  
padding: 5px;
text-align: center;
color:#DF5600; 
font:11px/14px "Trebuchet MS",Arial, Helvetica, sans-serif;
}
#footer a{
padding:0 5px; 
color:#999999; 
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
color:#DF5600; 
}
#footer ul{
margin: 0 auto;
text-align: center;
}
#footer li{
display: inline;
font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; 
}
#footer ul li a{
padding:0 5px; 
color:#999999; 
text-decoration:none;
}
#footer ul li a:hover{
text-decoration:underline;
color:#DF5600; 
}