/* Start of CMSMS style sheet 'thealteam : Layout 1 - C2' */
div#header {
	  background:url(uploads/thealteam/banner.jpg) no-repeat;
}
div#content {
	background-color:#ffffff;
}
div#main {
	background-color:#192A4D;
        text: #ffff
}
div#sidebar {
	background-color:#ffffff; /* this is the menu background-color */
}

#main img{border: 2px solid #405870;  padding:4px;}

/******* menu colours here ********************************************************/


/* this is background colour for entire menu */
#primary-nav li, #primary-nav li.menuparent { background-color:#405870; }   

#primary-nav li.menuactive {  background-color: #042337; }



/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #042337;
}

/* this is the space at the end of the menu */
#menuwrapper {  background-color: #405870;}
/* End of 'thealteam : Layout 1 - C2' */