html, body {
	height: 100%;
	}
				
body {
	background: url(images/bg.gif) fixed;
	font-family: Times, Times New Roman, serif;
	font-size: 13px;
	color: #B94F18;
	text-align: center;
	line-height: 16px;
	margin: 0;
	padding: 0;
	height: 100%;
	}

body p {
	margin: .25em 0 0 0;
	font-style: normal !important;
	}
	
#homeBox {
	border: solid 1px white;
	background: rgb(253,211,117);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	padding: 10px;
	margin: 15px 0;
	}
	
	#homeBox p {
		margin: .25em 0 0 0;
		}
	
.homeTitle {
	font-weight: bold;
	font-size: 15px;
	}
	
#layout {
	border: solid 10px #F16722;
	}






/*--------------------------------------------------------
						Navigation
--------------------------------------------------------*/						
						
.home, .menu, .events, .contacts, .gallery {
	margin: 0;
	padding: 0;
	}
	
.home a:link, .home a:visited {
	text-decoration: none;
	background: url(images/homeBtn.gif) no-repeat top left;
	display: block;
	width: 92px;
	height: 32px;
	}
	
.home a:hover {
	text-decoration: none;
	background: url(images/homeBtn.gif) no-repeat bottom left;
	display: block;
	width: 92px;
	height: 32px;
	}	
	
.menu a:link, .menu a:visited {
	text-decoration: none;
	background: url(images/menuBtn.gif) no-repeat top left;
	display: block;
	width: 89px;
	height: 32px;
	}
	
.menu a:hover {
	text-decoration: none;
	background: url(images/menuBtn.gif) no-repeat bottom left;
	display: block;
	width: 89px;
	height: 32px;
	}
	
.events a:link, .events a:visited {
	text-decoration: none;
	background: url(images/eventsBtn.gif) no-repeat top left;
	display: block;
	width: 98px;
	height: 32px;
	}
	
.events a:hover {
	text-decoration: none;
	background: url(images/eventsBtn.gif) no-repeat bottom left;
	display: block;
	width: 98px;
	height: 32px;
	}	
	
.contacts a:link, .contacts a:visited {
	text-decoration: none;
	background: url(images/contactBtn.gif) no-repeat top left;
	display: block;
	width: 108px;
	height: 32px;
	}
	
.contacts a:hover {
	text-decoration: none;
	background: url(images/contactBtn.gif) no-repeat bottom left;
	display: block;
	width: 108px;
	height: 32px;
	}
	
.gallery a:link, .gallery a:visited {
	text-decoration: none;
	background: url(images/galleryBtn.gif) no-repeat top left;
	display: block;
	width: 102px;
	height: 32px;
	}
	
.gallery a:hover {
	text-decoration: none;
	background: url(images/galleryBtn.gif) no-repeat bottom left;
	display: block;
	width: 102px;
	height: 32px;
	}
	
	
/*--------------------------------------------------------
						End Navigation
--------------------------------------------------------*/
	
	
	
	
	
	
	
	
.directHeader {
	font-size: 15px;
	font-weight: bold;
	margin: 40px 0 0 0;
	}
	




.menus {
	font-size : 18px;
	font-weight: bold;
	margin: 20px 0 30px 0;
	text-align: center;
	}
	
.menus a:link, .menus a:visited {
	text-decoration: underline;
	width: 100px;
	height: 20px;
	color: white;
	}

.menus a:hover {
	text-decoration: none !important;
	color: black !important;
	background: rgb(181,117,29);
	width: 100px;
	height: 20px;
	}





.download {
	width: 211px;
	height: 23px;
	}	
			
.download a:link, .download a:visited {
	width: 211px;
	height: 23px;
	background: url(images/downloadBtn.gif) top center no-repeat;
	display: block;
	text-decoration: none;
	}
				
.download a:hover {
	width: 211px;
	height: 23px;
	background: url(images/downloadBtn.gif) bottom center no-repeat !important;
	display: block;
	text-decoration: none;
	}



.contact {
	font-family: Helvetica, Arial, Verdana, san-serif;
	color: #000000;
	text-align: center;
	margin: 10px 0 10px 0;
	}
	
#logos {
	margin: 15px auto 30px auto;
	}

#logos img {
	margin: 0 15px;
	}
	
.thanks {
	font-size: 18px;
	font-weight:bold;
	margin: 0 0 250px 0;
	text-align: center;
	line-height: 26px;
	}
	
.eventTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 0 0;
	}
	
.eventDetail {
	margin: 0;
	}
	
#homeBox .specialTitle {
	font-size: 15px;
	font-weight: bold;
	}	
	
	
	