html,body {
	margin: 0px;
}

body {
	background-color: #f3ecde;
}

#page { width: 989px; }

#header {
	width: 989px;
	height: 348px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}

#footer {
	margin-left: 16px;
	width: 970px;
	height: 204px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#latest_event_holder {
	background-image:url(images/event-bg.jpg);
	width: 361px;
	height: 361px;
	background-repeat: no-repeat;
	float: right;
}

.col {
	width: 270px;
	_width: 260px;
	float: left;
	margin-left: 20px;
}

#content {
	margin-left: 40px;
}
#latest_event {
	width: 280px;
	margin-left: 43px;	
}
#latest_event img{
	border: solid 5px #f2e1be;
	margin-left: -10px;
}
#latest_event p, #latest_event h2 {
	padding-left: 10px;
	padding-right: 10px;
}
#footer, #footer p, #footer td {
	font-size: 10px; color: #FFFFFF;
}

#copyright {
	margin-left: 30px;
	margin-top: 30px;
	width: 580px;
	padding: 10px;
	float: left;
}
#contact_info {
	margin-top: 30px;
	width: 318px;
	float: right;
	padding: 10px;
}
#menu_holder {
	margin-left: 200px;
}
h1 {
	display:table;
}
.col p, #footer p {
	padding-right: 0px;
}
p {
	padding-right: 100px;
}


td.gallery_single_view_box {
	background-color: #781210;
	color: #ffffff;
	padding: 3px;
}

td.gallery_single_view_box_selected {
	background-color: #000000;	
	color: #ffffff;
	padding: 3px;
}



#latest_event .gallery_single_view img {
	margin-left: 0px;	
}
.controls {
	width: 120px;	
}
.controls .left_arrow {
	width: 20px;
	height: 20px;
	border: none 1px #000000;	
	background-image: url(images/arrow-left.gif);		
	background-repeat: no-repeat;
	margin-right: 20px;
	cursor: hand;
	float: left;
}
.controls .right_arrow {
	width: 20px;
	height: 20px;
	border: none 1px #000000;	
	background-image: url(images/arrow-right.gif);		
	background-repeat: no-repeat;
	cursor: hand;
	float: left;
}
.controls .magnify {
	width: 20px;
	height: 20px;
	border: none 1px #000000;	
	background-image: url(images/magnify.gif);		
	background-repeat: no-repeat;
	margin-right: 20px;
	cursor: hand;
	float: left;
}
.controls .magnify_empty {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	border: none 1px #000000;	
	float: left;
}


.clr {
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;	
}
