body { background:#FDC300; }


#menu { background:#C72169; }

#menu ul ul { background:#C72169; }
#menu ul li:hover a { background:#C72169; }
#menu ul li:hover ul li a:hover{ background:#EF287E; } /* roll-over */
#menu ul ul { background:#C72169; }


#collocation { border:solid 1px #C72169; }		

/* profiles */
#profiles { border:solid 10px #C72169; }
	
	
#wrapper { 
	background:#fff;
	margin-top:10px; padding-bottom:10px; margin-bottom:10px;
	border-radius: 15px; 
border: 1px solid #C72169; 
-webkit-box-shadow: 0 0 30px #C72169; 
-moz-box-shadow: 0 0 30px #C72169; 
box-shadow: 0 0 30px #C72169; 
-moz-transition-property: all; 
-webkit-transition-property: all; 
-o-transition-property: all; 
transition-property: all;	

	}
	
#main-header img { border-radius: 15px; }

.MenuColour { background:#C72169; background-color:#C72169; }
.BgColour { background:#FDC300; background-color:#FDC300; }



