html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}


a {
	color: #603813;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #faa100;
}

a img {
    border: none;
}

h1 {
    color: #fca204;
    font-size: 34px;
    margin: 0 0 7px;
    border-bottom: 1px dotted #000000;
    height: 60px;
    padding-left: 3px;
}

h2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 22px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    margin: 0;
}

p {
	margin: 8px 0;
}

ul.navlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.navlist li {
    float: left;
}

.first {
	margin-top: 22px;
}

.bottom {
	margin-bottom: 0;
}

.brown {
	color: #603813;
}

.black {
	color: #000;
}

.black:hover {
	color: #603813;
}

.events {
	margin-left: 30px;
}

.event-summary {
	height: 235px;
}

.event-summary-top {
	height: 224px;
}

#ad {
	height: 60px;
	padding: 18px 10px 0;
	text-align: center;
}

#top {
    position: relative;
    background: transparent url(../img/main/top_bgr.jpg) repeat left top;
    width: 100%;
    height: 130px;
    margin: 0;
    padding: 0;
    text-align: center;
    
}

#top-wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 328px;
    height: 139px;
    overflow: hidden;
    z-index: 10;
}

#updates {
	background: transparent url(../img/main/updates_bgr.png) no-repeat right top;
    position: relative;
    height: 75px;
}

#updates ul {
    float: right;
    margin: 15px 38px 0 0;
}

#updates li a {
    display: block;
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: -9999px;
}

#updates li#hint {
    background: transparent url(../img/main/bookmark_text.png) no-repeat left bottom;
    display: block;
    margin-right: 15px;
    width: 82px;
    height: 45px;
    text-indent: -9999px;
}

#updates li#twitter a {
    background-image: url(../img/main/bookmark_icons.png);
    background-position: 0 0;
}

#updates li#twitter a:hover {
    background-position: 0 1px;
}

#updates li#facebook a {
    background-image: url(../img/main/bookmark_icons.png);
    background-position: -45px 0;
}

#updates li#facebook a:hover {
    background-image: url(../img/main/bookmark_icons.png);
    background-position: -45px 1px;
}

#nav {
    background: transparent url(../img/main/nav_bgr.png) no-repeat left top;
    position: relative;
    height: 55px;
}

#nav ul {
    display: block;
    width: 325px;
    height: 40px;
    margin: 0 auto;
    padding-top: 12px;
}

#nav li a {
    display: block;
    height: 40px;
    background-color: transparent;
    background-image: url(../img/main/nav_header.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

#nav li#home a {
    background-position: 0 0;
    width: 74px;
}

#nav li#home a:hover {
    background-position: 0 -40px;
}

#nav li#events a {
    background-position: -74px 0;
    width: 79px;
}

#nav li#events a:hover {
    background-position: -74px -40px;
}

#nav li#archive a {
    background-position: -153px 0;
    width: 79px;
}

#nav li#archive a:hover {
    background-position: -153px -40px;
}

#nav li#contact a {
    background-position: -233px 0;
    width: 88px;
}

#nav li#contact a:hover {
    background-position: -233px -40px;
}

#back {
	position: relative;
	background: transparent url(../img/main/back-button.png) no-repeat scroll left top;
	width: 59px;
	height: 13px;
	display: block;
}

#back a {  
    display: block;  
    width: 59px;  
    height: 13px;  
    text-decoration: none;
    overflow: hidden;
}

#back a:hover {  
    background-position: 0 -59px;
}

#photos {
    position: relative;
    height: 23px;
    width: 32px;
    float: right;
    margin-top: 13px;
}

#video {
	background: transparent url(../img/main/videoframe.png);
	width: 296px;
	height: 247px;
	margin-top: 10px;
	padding: 3px 0 0 4px;
}

#main {
    position: relative;
    background: transparent url(../img/main/bgr.jpg) repeat left top;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#wrapper {
    position: relative;
    width: 980px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 10px;
}

#banner {
    position: relative;
    background: transparent url(../img/main/banner-bgr.png) no-repeat left bottom;
    width: 100%;
    height: 321px;
}

#banner-lakanal {
    position: relative;
    background: transparent url(../img/event/lakanal-photo.png) no-repeat left bottom;
    width: 927px;
    height: 318px;
    margin: 0 auto;
}

#content {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 101px;  /* height of the footer */
}

#side-bar {
	position: relative;
	float: right;
	padding: 0 15px;
	width: 290px;
	margin-top: 10px;
	background: transparent url(../img/main/h1_bgr.png) no-repeat; /* same as #right-column except for margin-top */
}

#side-bar img {
	margin-bottom: 5px;
}

#right-column {
	position: relative;
	float: right;
	padding: 0 15px;
	width: 290px;
	background: transparent url(../img/main/h1_bgr.png) no-repeat;
}

#left-column {
	position: relative;
	float: left;
	width: 290px;
	padding: 0 15px;
	background: transparent url(../img/main/h1_bgr.png) no-repeat;
}

#white-column {
	position: relative;
	float: left;
	width: 310px;
	margin-left: 5px;
}
	
#white-column-top {
	position: relative;
	background: transparent url(../img/main/white-column-top.png) no-repeat;
	height: 68px;
	padding: 0 15px;
}

#white-column-body {
	position: relative;
	background: transparent url(../img/main/white-column-body.png) repeat-y;
	padding: 0 15px;
}

#white-column-bottom {
	position: relative;
	background: transparent url(../img/main/white-column-bottom.png) no-repeat;
	height: 44px;
	padding: 0 15px;
}	

#main-content {
    position: relative;
    float: left;
    width: 635px;
}

#main-content-body-top {
    position: relative;
    background: transparent url(../img/main/content_top.png) no-repeat left top;
    height: 10px;
}

#main-content-body {
    position: relative;
    background: transparent url(../img/main/content_body.png) repeat-y left top;
    padding: 0 35px;
}

#main-content-footer {
    position: relative;
    background: transparent url(../img/main/content_footer.png) no-repeat left top;
    height: 60px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url(../img/main/footer_bgr.png) no-repeat left top;
    width: 100%;
    height: 115px;
}

#footer_content {
	position: absolute;
	background: url(../img/main/footer_paper.jpg) no-repeat;
	width: 932px;
	height: 90px;
	top: 8px;
	left: 18px;
}

#nav-footer ul {
    display: block;
    height: 24px;
    margin: 41px 0 0 280px;
}

#nav-footer li a {
    display: block;
    font-size: 10px;
    margin: 0 16px;
    height: 18px;
}

#nav-footer li a:hover {
	border-bottom: 1px dotted #603813;  
	color: #603813;
}

#smallprint {
	position: relative;
	font-size: 9px;
	top: 73px;
	left: -78px;
	float: right;
}

.clear {
    clear: both;
}

div.divider {
    clear: both;
    margin: 10px 0;
    border-bottom: 1px dotted #000000;  
    width: 100%;
    height: 1px;
}

a.view-all {
    background: transparent url(../img/main/view_all.png) no-repeat left top;
    display: block;
    position: relative;
    width: 55px;
    height: 15px;
    text-indent: -9999px;
    float: right;
    margin-top: 20px;
    z-index: 20;
}

a.view-all:hover {
    background-position: right top;
}

img.sticker {
    display: block;
    position: absolute;
    top: 38px;
    left: 816px;
    z-index: 20;
}

.slideshow {
	position: relative;
	left: 24px;
	top: 12px;
	height: 289px;
	width: 939px;
}
