/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

original body background color: #666666

*/

body{
	background: #666666;
	color:#727272;
}
/*
-- original cat_nav background line --
background:#cf4602 url(default/cat_nav_bg.jpg) repeat-x top left;
*/
#cat_nav {
	background:#334352 url(http://volleyballsacramento.com/wp-content/uploads/2010/08/cat_nav_bg.jpg) repeat-x top left; 
	border-right:1px solid #780b01;
	border-left:1px solid #780b01;
	border-bottom:1px solid #780b01;
}

.clearBoth {
clear: both;
}




