/* nightcircles */
#wrapper {
 background: #CCCCFF;
}
#subheader1 {
 background: #C9C9BE url(../images/bg_head.gif) no-repeat; 
}
#subheader2 {
	background: #C9C9BE url(../images/bg_head.gif) bottom left no-repeat; 
}
#subfooter1 {
	background: url(../images/bg_head.gif) bottom left no-repeat; 
}
#subfooter2, #footer {
	background: #CCCCFF;
}
#container-left {
 background:  #CCCCFF url(../images/bg_left.gif) no-repeat; 
 height: 460px;
 z-index: 5;
}
#container-right { 
 background: #CCCCFF url(../images/bg_right.gif) no-repeat; 
  height: 460px;
}
.mainlevel-nav_txt {
	display: none;
	}
.mainlevel-nav_img {
	position: relative;
	top: 3px;
	padding: 20px;
	}
div.vm_catdesc {
	background: #CCCCFF url(../images/bg_top.png) no-repeat;
	padding: 10px 10px;
	color: white;
	width:285px;
	float: left;
	z-index: -10;
	}
div.festydates {
	}

body{
  background:#FFCCFF;
}
#wrapper{
  background:#CCCCFF; /*** Set background color for side columns for Safari & IE ***/
}
#outer{
  background:#CCCCFF;; /*** Sets background of center col***/
}
#gfx_bg_middle{
  background:#CCCCFF; /*** Set background color for center column for Mozilla & Opera ***/
}