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

@font-face{
	font-family: edwardian Script ITC;
	src: url(fonts/ITCEdscr.ttf);
	}

body{
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #FFC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(images/background.gif);
	background-color: #000;
	background-repeat: repeat;
}

h1{
	font-family: edwardian Script ITC;
	font-size: 30px;
	color: #B3995D;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #B3995D;
	text-align: center;
	vertical-align: bottom;
}
	
p{
	font-size: 13px;
	margin-top: 5px;
}

.gold{
	color: #B3995D;
	text-align: center;
	margin-top: -15px;
}

.event{
	text-align: center;
}

.contact{
	font-size: 13px;
}

a{
	color: #FFC;
	text-decoration: underline;
}

a:hover{
	color: #B3995D;
	text-decoration: underline;
}

ul{
	font-size: 12px;
	margin-top: 0px;
}

#header{
	width: 900px;
	height: 80px;
	padding: 5px 0px;
	background-image: ;
	background-repeat: no-repeat;
}

#menu{
	width: 900px;
	height: auto;
	margin-top: 10px;
	padding: 15px 0px;
	clear: both;
	background-image: url(graphics/line.png);
	background-repeat: no-repeat;
}

#content{
	float: left; 
}

#column1{
	width: 280px;
	height: 420px;
	float: left;
	border: #B3995D 3px double;
	margin-right: 11px;
}

#column1text{
	width: 260px;
	height: 420px;
	float: left;
	border: #B3995D 3px double;
	margin-right: 11px;
	padding: 0px 10px;
}

#column2{
	width: 280px;
	height: 420px;
	float: left;
	border: #B3995D 3px double;
	margin: 0px 10px;
}

#column2text{
	width: 260px;
	height: 420px;
	float: left;
	border: #B3995D 3px double;
	margin: 0px 10px;
	padding: 0px 10px;
}

#column3{
	width: 280px;
	height: 420px;
	float: left;
	border: #B3995D 3px double;
	margin-left: 11px;
}

#column3text{
	width: 260px;
	height: 420px;
	float: left;
	border: #B3995D 3px double;
	margin-left: 11px;
	padding: 0px 10px;
}

#footer{
	width: 900px;
	color: #FFC;
	font-size: 9px;
	float: left;
	text-align: center;
}
	
#footer a{
	color: #B3995D;
	text-decoration: none;
}

#footer a:hover{
	color: #B3995D;
	text-decoration: underline;
}

.button{
	float: none;
	text-align: center;
	height: auto;
	width: auto;
	background-color: #B3995D;
	color: #FFC;
	font-size: 12px;
	padding: 12px 10px 11px;
	border: 1px solid #FFC;
}

.button:hover{
	background-color: #000;
}
