/* $Id: local-sample.css,v 1.2 2010/09/17 21:36:06 eternalistic Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */
.main {
background-color:#FFFFFF;
padding:10px;
}
#main-wrapper {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
	}
.header-group-wrapper{
background-color:#FFFFFF;

}
.header-group-inner {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
.header-primary-menu-wrapper {
    background-color: #23749E;
    background-image: none;
	}
.primary-menu-inner ul.menu li a:link, .primary-menu-inner ul.menu li a:visited {
color:#FFCC33;
}