@charset "UTF-8";
/* CSS Document */

	 body{margin: 0; 
		 background: #3d0303 url(images/bg.jpg) repeat;
		 background-position: 0 313px;
		 text-align: center; 
/*		 font: 11px Geneva, Arial, Helvetica, sans-serif;
*/		 font: 11px "Lucida Grande", Arial, Helvetica, sans-serif;
		 color: #000;
	 }
	.clear{
		clear: both;
		float: none;
		}
	.mast{
		display: block;
		background-image:url(images/mast.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		height: 313px;
		}
	.navigation{
		margin: 10px auto;
		width: 900px;
		height: 30px;
		text-align: left;
		color: #cebbae;
		}
	.navigation a{
		margin-right: 20px;
		font-size: 16px;
		font-weight: bold;
	 	text-decoration: none;
		color: #cebbae; 		
		}
	.navigation a:hover{
		color: #FCF2BC; 		
		border-bottom: 1px dotted #FCF2BC;
		}

	.wrapper{
		margin: 0 auto;
		padding: 0;
		width: 900px;
		}
	.left{
		float: left;
		width: 575px;
		text-align: left;
		}
		.left p{
			line-height: 18px;
			color: #c1ab9c;
			}
		.left a:link, .left a:visited, .left a:active{
			text-decoration: none;
			color: #cebbae;
			border-bottom: 1px dotted #cebbae;
			}
		.left a:hover{
			color: white;
			}
		.left a img{border: 0;}
	.right{
		float: right;
		height: 200px;
		width: 270px;
		text-align: left;
		}
	.footer{
		display: block;
		clear: both;
		margin: 30px auto;
		width: 900px;
		height: 50px;
		padding-top: 10px;
		border-top: 1px dotted #cebbae;
		text-align: left;
		color: #7d604c;
		}
		.footer a:link, .footer a:visited, .footer a:active {
			color: #7d604c;
			line-height: 20px;
			text-decoration: none;
			}
		.footer a:hover{
			color: #cebbae;
			}
	.heading{
		font: 30px Georgia, "Times New Roman", Times, serif;
		color: #b74a36;
		}
	.heading2{
		font: bold 16px Georgia, "Times New Roman", Times, serif;
		color: white;
		}
#events{
	text-align: left;
	}
em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
form{
	color: #fff;
	}