/*  
Theme Name: BannerBuild
Theme URI: http://www.bannerbuild.com/
Description: BannerBuild Custom Theme
Version: 1.0
Author: 
Author URI: 


*/



body {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000; 

background-color:#CC33FF; 
background-image: url('/images/bg.gif'); 

scrollbar-face-color:#EAEBF0; 
scrollbar-highlight-color:#EAEBF0; 
scrollbar-shadow-color:#1978BA; 
scrollbar-3dlight-color:#EAEBF0; 
scrollbar-arrow-color: #998a68; 
scrollbar-track-color: #EAEBF0; 
scrollbar-darkshadow-color: #EAEBF0; 

text-align: left;
} 

a:link {color: #0000ff; text-decoration: none;}
a:visited {color: #0000ff; text-decoration: none;}
a:hover {color: #000000; text-decoration: none; background-color: #ffff00;}

.menu {font-size: 11px; color: #ffffff; text-align: left; text-decoration: none;}
a.menu { font-size: 11px; color: #ffffff; text-decoration: none;}
a:link.menu { font-size: 11px; color: #ffffff; text-decoration: none; }
a:hover.menu { font-size: 11px; color: #ffff00; text-decoration: none;}

a.title { font-size: 16px; color: #990000; text-decoration: none; font-weight: bold;}
a:hover.title { font-size: 16px; color: #990000; text-decoration: none; font-weight: bold; background-color: #ffff00; }

.white { color: #ffffff ;}
.redheader { color: #990000 ; font-size: 16px;}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


#sidebar {
	padding:8px 8px 8px 8px;
	margin:0;
	color:#000000;
	display:inline;
	text-align:left;
} 

#sidebar a {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#sidebar a:visited {
	color: #0000ff;	
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
#sidebar a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	text-align: left;
}


