* {
	font-family: Georgia, Times, "Times New Roman", Serif;
}
body {
     background-color: #3E3E3E;    
     color: white;
     font-size: 90%;
     margin: 0em;
     padding: 0em;
}
#wrapper {
     background-image: url(images/layout_04.jpg);
     background-repeat: repeat-y;
     width: 770px;
     margin-top: 0em;
     margin-bottom: 0em;
     margin-right: auto;
     margin-left: auto;
     position: relative; 
}    
#topper {
     background-image: url(images/layout_02.jpg);
     background-repeat: no-repeat;
     padding-top: 253px; 
}
#pageIdent {
     margin-left: 275px;
     padding: 0em;
     }
.mainContent {
     background-image: url(images/layout_08.jpg);
     background-repeat: repeat-y;
     width: 406px;
     margin-left: 293px;
}
.mainContent h1 {
     background-image: url(images/layout_06.jpg);
     background-repeat: no-repeat;
     padding-top: 10px; 
}
.mainContent h1, .mainContent p, .mainContent h2 {
     padding-left: 10px;
     padding-right: 10px;
}
.mainContent .last {
     background-image: url(images/layout_10.jpg);
     background-repeat: no-repeat;
     background-position: left bottom;
     padding-bottom: 10px; 
}
h1 {
     font-size: 110%;
     font-weight: bold; 
}
h2 {
     font-size: 100%;
     font-weight: bold; 
}
h3 {
	font-weight: bold;
}
p {
     line-height: 1.5em; 
}
#mainNavigation {
     margin: 0;
     padding: 0;
     float: right;
     position: absolute;
     top: 12px;
     right: 80px;
     font-weight: bold;
     font-size: .9em; 
}
#mainNavigation li {
     list-style-type: none;
     float: left;
     background-image: url(images/tab_03.gif);
     background-repeat: no-repeat;
     background-position: right bottom; 
}
#mainNavigation a {
     display: block;
     padding-top: 3px;
     padding-right: 2em;
     padding-bottom: 3px;
     padding-left: 2em;
     background-image: url(images/tab_02.gif);
     background-repeat: no-repeat;
     background-position: left bottom;
     text-decoration: none; 
}
#mainNavigation a:link {
     color: #ffffff;
}
#mainNavigation a:visited {
     color: #ffffff;
}
#mainNavigation a:hover {
     color: #ffffff;
     text-decoration: underline; 
}
#mainNavigation a:active {
     color: #ffffff;
}
#bottom {
     background-image: url(images/layout_12.jpg);
     background-repeat: no-repeat;
     padding-top: 13px; 
}
#contactInfo {
	position: absolute;
	top: 325px;
	left: 40px;
	width: 150px;
}
#footer {
     text-align: center; 
}
.copyrightNotice {
     font-size: .7em; 
}
.linksImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.eventTitle {
	margin-left: 20px;
	font-weight: bold;
}
.eventDate {
	margin-left: 20px;
	font-style: italic;
}
.eventDescription {
	display: block;
	margin-left: 40px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}