body { 
    background: #76797E;
    margin: 0px;
    padding: 0px;
	font-family: georgia, verdana, arial, sans-serif;
    }

#container {
    border: 0px;
    width: 960px;
    position: absolute;
    left: 50%;
    margin: 0px 0px 0px -480px;
    text-align: center;
    }

.maintitle {
    border: 0px;
    margin: 17px auto 17px;
	background: url('../graphics/maintitle.gif');
	display: block;
	width: 0px;
	height: 37px; 
	overflow: hidden;
	padding-left: 424px;
    }

.content { 
    background-color: #FFFFFF;
    border: 0px;
	position: relative;
    width: 960px;
    min-height: 467px;
    color: #5A5C61;
    font-family: georgia, verdana, arial, sans-serif;
    font-size: 1em;
	line-height: 1.4em;
    text-align: left;
    padding: 0px 0px 15px;
    margin: 0px auto 0px;
	display: block;
	float: left;
    } 
	
.event {
background-color: #E2E2E2;
border: 1px solid #D2D2D2;
margin: 10px;
padding: 10px;
display: block;
float: left;
text-align: left;
width: 920px;
}
	
	
.main-wrap {
	width: 960px;
	float: left;
	clear: both;
	display: block;
	}

.intro {
	float: left;
	width: 610px;
	padding: 20px 20px 0px;
	text-align: left;
	}
	
.contact {
	width: 270px;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: left;
	background: #76797E;
	color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 15px;
	}

.main p {
    margin: 0px 0px 18px;
    text-align: left;
	max-width: 450px;
    }

a {
    border-bottom: 1px solid #009999;
	text-decoration: none;
	color: #5A5C61;
    }

.contact a {
    border-bottom: 1px solid #d4cdba;
	text-decoration: none;
	color: #fff;
    }
	
td, th {
    text-align: left;
    }

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0px 0px 18px;
	padding: 0px;
	font-family: georgia, arial, sans-serif;
	font-weight: normal;
	}
.intro h2 {
	color: #406134;
	margin-top: 5px; 
	}
.contact h2 {
	font-size: 1em;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #d4cdba;
	margin-bottom: 5px;
	}

#contactTable {
    margin: 0px;
    }

#contactTable td {
    padding: 0px 18px 5px 0px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
    }

#contactTable th {
    font-weight: bold;
    color: #d4cdba;
    padding: 0px 10px 5px 0px;
	font-family: arial, sans-serif;
	font-size: 0.8em;
    }

#foot {
    position: static;
    height: 18px;
    }

.images {
margin: 15px 5px 0px 15px;
padding: 0px;
clear: both;
width: 930px;
float: left;
}
.images li {
width: 300px;
height: 300px;
margin: 0px;
padding: 5px;
border: 0px;
float: left;
display: block;
background: #fff;
position: relative;
}
.images li img {
width: 300px;
height: 300px;
}
.frame {
position: absolute;
z-index:2;
width: 298px;
height: 298px;
top: 5px;
left: 5px;
border: 1px solid #76797E;
}

