/* CSS Document */

	
#wraphome {
    margin: auto;
	padding: 0px;
	width: 800px;
	border: 2px solid #EF6BA7;
	background-image: url(images/header2.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
    }

#wrap {
    margin: auto;
	padding: 0px;
	width: 800px;
	border: 2px solid #EF6BA7;
	background-image: url(images/header3.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
    }
	
#header {
	z-index: 9;
	background-position: 0px 0px;
    }
#menu a {
	background-color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	left: 235px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 38px;
	width: 100px;
  }
  
#menu a i { visibility: hidden; }
  

a#home { left:248px; margin-top:133px;}
a#about { left: 380px; margin-top:59px;}
a#events { left: 642px; margin-top:8px;}
a#gallery { left: 794px; margin-top:49px;}
a#contact { left: 912px; margin-top:124px; width: 108px; }

#main {
	float:left;
	width:380px;
	padding: 8px;
    }
	
	#maingallery {
	float:left;
	width:330px;
	padding: 8px;
    }
#sidebar {
    float:right;
    width:380px;
	padding: 8px;

    }
#sidebarabout {
	float:right;
	width:380px;
	padding: 8px;
	background-image: url(images/about_image.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 780px;

    }
	
#sidebarpress {
	float:right;
	width:380px;
	padding: 8px;
	background-image: url(images/press_image.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 780px;

    }
	
#sidebarcontact {
	float:right;
	width:380px;
	padding: 8px;
	background-image: url(images/contact_image.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 580px;

    }
	
	#sidebardancers {
	float:right;
	width:380px;
	padding: 8px;
	background-image: url(images/cake.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 1100px;

    }
	
	#sidebargallery {
	float:right;
	width:430px;
	padding: 8px;
	background-image: url(images/mirror.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 700px;

    }
	
#footer {
	clear:both;
	margin-top: 20px;
	background-color: #FBDBE9;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EF6BA7;
	height: 24px;
    }

.subhead {
	font-family: trebuchet, arial, "san serif";
	font-size: 12px;
	color: #22868E;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #EF6BA7;
	padding: 2px;
	line-height: 14px;
}
.listings {
	font-family: "Trebuchet MS", arial, "san serif";
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	margin-left: 20px;
}

.photos {
	border: 2px solid #EF6BA7;
}
.intro {
	font-family: "Trebuchet MS", arial, "san serif";
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 24px;
}

