/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #e60000;
	background-image: url(images/field_bkgd.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: white;
	font: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 860px;
	height: 100%;
	background-color: black;
	background-image: url(images/wrapper_back.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

#content {
	width: 800px;
	background-color: white;
	background-image: url(images/leftbar_back.jpg);
	background-repeat: repeat-y;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	height: 100%;
}

#leftbar {
	float: left;
	width: 220px;
	height: 100%;
	padding-top: 15px;
	margin: 0;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

.ads {
	margin: 30px 0px 0px 6px;
}

#rightside {
	width: 577px;
	margin-left: 220px;
	margin-top: 2px;
}

.header_links {
	text-align: center;
}

.menu_button {
	margin-left: 0px;
	width: 193px;
	height: 29px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.menu_button a:link, .menu_button a:visited{
	margin-left: 0px;
	width: 193px;
	height: 29px;
	background-image: url(images/red_button.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;

}

.menu_button a:hover {
	margin-left: 0px;
	width: 193px;
	height: 29px;
	background-image: url(images/brown_button.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

.menu_text {
	height: 29px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: white;
	text-decoration: none;
	padding-left: 36px;
	padding-top: 6px;
}

.big_pictures {
	margin: 20px 0px 0px 5px;
	width: 560px;
	display: block;
}

.text_box {
	width: 525px;
	background-color: #eeeeee;
	color: black;
	font: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-left: 5px;
	padding: 15px 15px 15px 15px;
	border: 2px solid black;
	display: block;
}

.text_box a {
	color: red;
	font-weight: bold;
}

.bold_text {
	font-weight: bold;
}

.header {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.header_sub {
	text-align: center;
}

.table {
	width: 480px;
	border: 2px solid black;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	background-color: white;
}

.table td {
	border: 1px solid black;
	padding: 3px 3px 3px 3px;
}

.table th {
	background-image: url(images/tableheader_back.jpg);
	background-repeat: repeat-x;
	border-bottom: 2px solid red;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: bottom;
}

.small_table {
	width: 390px;
	border: 2px solid black;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	background-color: white;
}

.small_table td {
	border: 1px solid black;
	padding: 3px 3px 3px 3px;
}

.small_table th {
	background-image: url(images/tableheader_back.jpg);
	background-repeat: repeat-x;
	border-bottom: 2px solid red;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: bottom;
}

.thumb_picture {
	border: 1px solid red;
	width: 144px;
}

.thumb_title {
	color: red;
	text-align: center;
	padding-bottom: 20px;
}

.thumb_title a{
	color: red;
	font-weight: bold;
}

#gallery_container {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#gallery_center {
	width: 144px;
	margin-left: auto;
	margin-right: auto;
}

#gallery_left {
	float: left;
	width: 144px;
}

#gallery_right {
	float: right;
	width: 144px;
}

.gallery_menu {
	font-size: 100%;
	font-weight: bold;
	color: red;
	text-align: left;
	padding-left: 30px;
}

.gallery_menu a:link, a:visited {
	color: red;
}

.gallery_menu a:hover {
	color: black;
}

	
