* {
	margin: 0;
	padding: 0;
}

/* prevents firefox from displaying dotted border around clicked links */
a:active, a:focus {
	outline: 0;
}

/*
 CENTERING STYLES
 <div class="vcenter">
	<div class="wrapper">
		<div class="content">
			VERTICALLY CENTERED CONTENT
		</div>
	</div>
 </div>
 */

div.vcenter {
	display: table;
}

div.vcenter div.wrapper {
	display: table-cell;
	vertical-align: middle;
}

div.hcenter div.wrapper {
	text-align: center;
}

div#content h1.error {
	width: 400px;
	margin: 0 0 0 150px;
	font-size: 0.8em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #5a1214;
	padding-bottom: 50px;
	padding-top: 20px;
	font-size: 1.1em;
}

div#container {
	width: 787px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EBE2D1;
	background-image: url(../img/body.png);
	background-repeat: repeat-y;
}

div#header {
	height: 196px;
	background-color: #EBE2D1;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

/* MAIN NAVIGATION BUTTONS */

div#navigation {
	width: 708px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
}

a#button_1 {
	display: block;
	width: 107px;
	height: 32px;
	float: left;
	background-color: #FEFAF1;
	background-image: url(../img/button_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #504D47;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 20px;
	padding-top: 2px;
	padding-left: 60px;
}

a#button_1:hover {
	color: #F8F0E5;
	background-color: #5A1214;
	background-position: bottom;
}

a#button_2 {
	display: block;
	width: 110px;
	height: 32px;
	float: left;
	background-color: #FEFAF1;
	background-image: url(../img/button_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #504D47;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 20px;
	padding-top: 2px;
	padding-left: 44px;
}

a#button_2:hover {
	color: #F8F0E5;
	background-color: #5A1214;
	background-position: bottom;
}

a#button_3 {
	display: block;
	width: 112px;
	height: 32px;
	float: left;
	background-color: #FEFAF1;
	background-image: url(../img/button_3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #504D47;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 20px;
	padding-top: 2px;
	padding-left: 40px;
}

a#button_3:hover {
	color: #F8F0E5;
	background-color: #5A1214;
	background-position: bottom;
}

a#button_4 {
	display: block;
	width: 180px;
	height: 32px;
	float: left;
	background-color: #FEFAF1;
	background-image: url(../img/button_4.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #504D47;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 20px;
	padding-top: 2px;
	padding-left: 50px;
}

a#button_4:hover {
	color: #F8F0E5;
	background-color: #5A1214;
	background-position: bottom;
}

/* DIV STYLES */

div#top {
	width: 655px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
}

div#body {
	width:600px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/line.jpg);
	background-repeat: repeat-y;
	background-position: 150px;
	overflow: hidden;
}

div#menu_title {
	background-image: url(../img/text_top.jpg);
	background-repeat: no-repeat;
	background-position: 100px top;
	width: 300px;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
	color: #504d47;
	font-size: 16px;
	font-weight: bold;
}

div#menu {
	width: 130px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

div#content{
	width: 420px;
	float: left;
	margin-left: 25px;
	padding-top: 10px;
	padding-left: 10px;
}

div#footer {
	clear: both;
	height: 112px;
	background-color: #EBE2D1;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}

/* MENU STYLES */

div#menu ul{
	list-style-position: inside;
	margin-bottom: 50px;
}

div#menu ul li {
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

div#menu ul li a:link, div#menu ul li a:visited {
	color: #504d47;
	text-decoration: none;
}

div#menu ul li a:hover {
	color: #5a1214;
	border-bottom: 1px solid #5a1214;
}

div#menu ul li a.selected:link, div#menu ul li a.selected:visited {
	color: #5a1214;
}

/* BANNER STYLES */

div#menu img{
	border: none;
	display: block;
	width: 100px;
	margin-top: 15px;
	margin-left: 5px;
}

/* CONTENT AREA STYLES */

div#content div.article {
	width: 420px;
	float: left;
	clear: left;
}	

div#content h1 {
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 10px;
}

div#content h1 a:link, div#content h1 a:visited {
	color: #5a1214;
	text-decoration: none;
}

div#content h1 a:hover {
	text-decoration: underline;
}

div#content h2 {
	font-size: 0.625em;
	font-weight: normal;
}

div#content p {
	font-size: 0.6875em;
	line-height: 1.5em;
}

div#content div.article p {
	width: 420px;
	float: left;
	margin-top: 1.5em;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid gray;
}

div#content div.article_body {
	margin-top: 20px;
}	

div#content p a:link, div#content p a:visited {
	color: #5a1214;
	font-weight: bold;
	text-decoration: none;
}

div#content p a:hover {
	text-decoration: underline
}

div#content div.article img {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#content img {
	display: block;
	border: 1px solid gray;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
}

/* STYLES FOR INDEX-SECTION */

div#content a.show_all:link, div#content a.show_all:visited  {
	color: #5a1214;
	font-weight: bold;
	font-size: 0.75em;
	text-decoration: none;
}

div#content a.show_all:hover {
	text-decoration: underline;
}

/* STYLES FOR INDEX-ALL */

div#content div.single {
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
}

div#content div.single h1 {
	margin-bottom: 1px;
}

div#content div.single h2 {
	display: inline;
	margin-right: 10px;
}

div#content div.pagenums {
	margin-top: 20px;
	font-size: 0.75em;
}

div#content div.pagenums a.selected {
	font-weight: bold;
}

div#content div.pagenums a:link, div#content div.pagenums a:visited{
	color: #5a1214;
	text-decoration: none;
}

div#content div.pagenums a:hover {
	text-decoration: underline;
}

div#content div.pagenums div.disabled {
	display: inline;
	padding: 0 7px 0 7px;
}

div#content div.pagenums a {
	padding: 0 7px 0 7px;
}

div#content div.pagenums span a {
	padding: 0;
}	

/* STYLES FOR INDEX-FILES */

div#content div.file {
	margin-bottom: 20px;
}

div#content div.file a:link, div#content div.file a:visited {
	display: block;
	padding: 3px 0 3px 5px;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #5a1214;
	text-decoration: none;
	font-size: 0.75em;
}

div#content div.file a:hover {
	color: #ffffff;
	background-color: #B92629;
	text-decoration: underline;
	font-size: 0.75em;
}

div#content div.file h2 {
	display: inline;
	margin-right: 10px;
	margin-left: 2px;
	font-size: 0.6875em;
}

/* STYLES FOR INDEX-SEARCH */

div#content form label {
	font-size: 0.6875em;
	font-weight: bold;
	line-height: 20px;
}

div#content form label.indent {
	margin-left: 155px;
}

div#content form select {
	width: 150px;
}

div#content form button {
	margin-top: 10px;
}

div#content div#results {
	margin-top: 20px;
}

/* STYLES FOR GALLERY-HOME */

div#gallery_home h1 {
	font-size: 0.875em;
	color: #5a1214;
	margin-bottom: 20px;
}

div#gallery_home div.photo {
	width: 420px;
	float: left;
	margin: 10px 0 10px 0;
}

div#gallery_home div.photo img {
	display: inline;
	margin: 5px 0 0 0;}

div#gallery_home h2 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.375em;
}

div#gallery_home h2 a:link, div#gallery_home h2 a:visited {
	color: #5a1214;
	text-decoration: none;
}

div#gallery_home h2 a:hover {
	border-bottom: 1px solid;
}

/* STYLES FOR GALLERY-CATEGORY */

div#gallery_category div.photo {
	width: 155px;
	height: 160px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div.spacer {
	clear: both;
}

div#gallery_category img {
	display: inline;
	margin: 0;
}

div#gallery_category h2 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.375em;
	margin-bottom: 10px;
}

div#gallery_category h2 a:link, div#gallery_category h2 a:visited {
	color: #5a1214;
	text-decoration: none;
}

div#gallery_category h2 a:hover {
	border-bottom: 1px solid;
}

/* STYLES FOR GALLERY-IMAGE */

div#gallery_image {
	text-align: center;
}

div#gallery_image h1 {
	color: #5a1214;
}

div#gallery_image div.pagenums {
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 0.75em;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#gallery_image img {
	display: inline;
}

/* STYLES FOR CONTACTS */

div#content div.contact {
	width: 400px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

div#content div.contact img {
	float: left;
	margin: 0 15px 0 0;
}

div#content div.contact h1 {
	font-size: 0.875em;
	font-weight: bold;
	color: #5a1214;
	margin: 0 0 3px 0;
}

div#content div.contact h2 {
	font-size: 0.75em;
	line-height: 1.5em;
}
	
div#content div.contact a:link, div#content div.contact a:visited {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #5a1214;
	text-decoration: none;
}

div#content div.contact a:hover {
	text-decoration: underline;
}

/* STYLES FOR BOTTOM ICONS */

div#bottom {
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: none;
}

div#bottom img {
	border: none;
	margin-left: 10px;
	margin-right: 10px;
}

