body {
	background: #331A00;
	color: #ffd83d;
	font-family: Verdana;
	font-size: 80%;
}
img {
	border: 0px;
}
h1 {
	font-size: 110%;
	font-weight: bold;
}

#box {
	width: 900px;
	margin: 0px auto;
	margin-top: -10px;
	background: #330000;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}
#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#top {
	width: 800px;
	margin: 0px auto;
}
#logo {
	width: 289px;
	height: 80px;
	background: url('../images/logo.png') no-repeat;
	float: left;
}
#menu {
	width: 511px;
	height: 50px;
	padding-top: 30px;
	text-align: right;
	color: #fff3a4;
	font-size: 85%;
	float: left;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	display: inline;
	padding-right: 15px;
}
#menu ul li a {
	color: #fff3a4;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #990603;
}

#frames {
	width: 746px;
	height: 400px;
	background: url('../images/frames.png') no-repeat;
	margin: 0px auto;
}
#slideshow {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 800px;
	height: 200px;
	margin: 0px auto;
}

#text {
	width: 800px;
	margin: 0px auto;
	text-align: justify;
}
#text .news {
	width: 380px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#text .news .news-bar {
	width: 365px;
	height: 19px;
	background: url('../images/news-bar.png') no-repeat;
	padding-left: 15px;
}
#text .news .news-bar .news-title {
	font-weight: bold;
	float: left;
}
#text .news .news-bar .news-date {
	float: right;
	font-size: 70%;
}
#text .news .news-content {
	width: 370px;
	padding: 5px;
	text-align: justify;
	font-size: 90%;
	margin-top: -15px;
	padding-bottom: 30px;
}
#text .table {
	border: 2px solid #fff;
	border-collapse: collapse;
}
#text .table td {
	border: 2px solid #fff;
	padding: 10px;
	text-align: center;
}
#text .table th {
	text-align: center;
}
#text .photo {
	border: 5px solid #fff;
}
#text a {
	text-decoration: none;
	color: #ffd83d;
	font-weight: bold;
}
#text .formText {
	width: 500px;
	border: 1px solid #f1f1f1;
	background: #fff;
	padding: 4px;
}
#text .formSubmit {
	width: 100px;
	border: 1px solid #f1f1f1;
	background: #fff;
	padding: 5px;
	font-weight: bold;
}
#text .gal {
	width: 265px;
	float: left;
	display: inline;
	text-align: center;
}

#banner {
	position: fixed;
	left: -1px;
	top: -1px;
	background: url('../images/banner.PNG') no-repeat #fff;
	width: 140px;
	height: 42px;
}

#footer {
	margin-top: 15px;
	font-size: 70%;
	text-align: center;
}
