@charset "UTF-8";
/* CSS Document */

body{
	background-color:#c0cbce;
	background-image:url(../images/bg.png);
	background-position: left top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font:normal 0.7em Verdana, sans-serif;
	color:#000;
	margin:0px auto;
	padding:0 0 0 0;
	text-align:center;
}
img a, img, img a:link, img a:visited, img a:hover, img a:active{ border:none;}
a:link, a:visited{
	text-decoration:none;
	color:#87541a;
}
a:hover, a:active{
	text-decoration:none;
	color:#55320c;
}
.force, #force{
	margin:0px auto;
	padding:0 0 0 0;
}
#wrapper{
	width:710px;
	padding:0 20px 0 20px;
	margin: 0 auto;
	text-align: left;
	height:100%;
}
#header {
	position:absolute;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	height:460px;
	width:710px;
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	z-index:10;
	color:#FFF;
} 
#header img{
	position:absolute;
	margin:0px 5px 0px 5px;
}
#nav{
	position:absolute;
	margin:420px 20px 0px 6px;
	width:100%;
	text-align:right;
}
#nav ul{
	list-style:none;
	margin:0px 20px 0px 0px;
	float:right;
}
#nav ul li{
	float:left;
	margin:8px 20px 0px 10px;
}
#nav a:link, #nav a:visited{
	color:#FFF;
	font:small-caps 1.5em/1em Georgia, Times;
	text-decoration:none;
	font-weight:normal;
}
#nav a:hover, #nav a:active{
	color:#FFF;
	font:small-caps 1.5em/1em Georgia, Times;
	text-decoration:none;
	font-weight:normal;
}
#content{
	padding:445px 0 0 0;
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
}

.right_column{
	float:right;
	text-align:center;
	margin:0px 0px 0px 20px
}
/* set style for events */
#events{
	position:relative;
	margin:40px 30px 2px 30px;
	text-align:justify;
	line-height:1.5em;
}
#events h1{
	line-height:1em;
	font:normal 1.7em/1em Georgia, Times;
}
#events h2{
	line-height:1em;
	font:normal 1.6em/1em Georgia, Times;
}
#events h3{
	line-height:1em;
	font:normal 1.5em/1em Georgia, Times;
}
#events h4{
	line-height:1em;
	font:normal 1.4em/1em Georgia, Times;
	color:#666;
}
#events h5, #events h6{
	line-height:1em;
	font:normal 1.3em/1em Georgia, Times;
}
#events .description_q, .vevent b, .vevent .attendee{
	display:none;
}
#events .location, #events .dtstart{
	position:relative;
	top:-2em;
}
.vevent{
	margin-bottom:-3em;
}
.gallery_item{
	float:left;
	margin:0 10px 5px 0;
	list-style:none;
	text-align:center;
	width:100px;
}
.gallery_item img{
	cursor:pointer;
}
.gallery_list{
	margin-bottom:100px;
	margin-left:-30px;
}
.gallery{
	overflow:auto;
	border:solid 1px #b2bdc0;
	text-align:left;
}
.img_display{
	text-align:center;
}
.cd_title{
	line-height:1em;
	font:normal 1.4em/1.5em Georgia, Times;
	color:#333;
}
.cd_subtitle{
	line-height:1em;
	font:normal 1.2em/1.5em Georgia, Times;
	color:#666;
}
.cd_info ol{
	list-style:decimal;
}
.cd_info img{/*
	float:right;
	margin-top:-174px;
	margin-right:100px; */
}
.cd_credits{
	font:normal 0.8em Verdana, sans-serif;
	color:#666;
}
.contact{
	border:solid 1px #DDD;
	background-color:#EEE;
	padding:5px;
	margin-bottom:1em;
}
.contact .h5{
	font:normal 1.2em/1em Georgia, Times;
}
.availability{
	font:normal 0.7em Verdana, sans-serif;
}
/***************************/
/***************************/

#footer {
	position:relative;
	padding: 0 0 0 0;
	margin-left:25px;
	margin-right:25px;
	text-align:right;
	font-size:0.8em;
	color:#a09586;/*
	height:50px;
	background-image:url(images/footer_bg.gif);
	background-position: top left;
	background-repeat:no-repeat;*/
} 
#footer p {
	margin:0 0 0 0;
	padding: 0;
}
#footer p:hover{
	color:#000;
}