﻿html, body, form
{
	margin: auto;
	padding: 0;
}
body
{
	background-image: url(images/bg_tile.jpg);
	color: #554b24;
	font-size: 9pt;
	font-family: Arial;
}
a:link
{
	color: #554b24;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial;
}
a:visited
{
	color: #554b24;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial;
}
a:active
{
	color: #554b24;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial;
}
a:hover
{
	color: #554b24;
	text-decoration: underline;
	font-size: 9pt;
	font-family: Arial;
}
.footer a:link
{
	color: #d9c577;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial;
}
.footer a:visited
{
	color: #d9c577;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial;
}
.footer a:active
{
	color: #d9c577;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial;
}
.footer a:hover
{
	color: #d9c577;
	text-decoration: underline;
	font-size: 9pt;
	font-family: Arial;
}
#container
{
	padding: 0;
	margin: auto;
	width: 820px;
	position: relative;
}
#top
{
	padding: 0;
	margin: 0;
	width: 820px;
	height: 300px;
	position: relative;
}
#middle
{
	background-image: url(images/content_bg.jpg);
	position: relative;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	width: 820px;
	background-repeat: repeat-y;
}
#content
{
		
}
#bottom
{
	background-image: url(images/footer_bg.jpg);
	position: relative;
	height: 72px;
	width: 820px;
}
.footer
{
	text-align: center;
	padding-top: 10px;
}
.content_header
{
	
	width: 820px;
	height: 41px;
	background-image: url(images/header_bg.jpg);
}
h1
{
	font-size: 18pt;
	font-family: Arial;
	color: #475c01;
	padding-top: 10px;
	padding-left: 30px;	
}
.content_padding
{
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;			
}
.subMods
{
	text-align: center;
	padding-right: 20px;
}
.subMods li
{
	list-style-type: none;
	background-image: url(images/sub_btn.jpg);
	padding-bottom: 0px;
	padding-top: 5px;
	width: 162px;
	height: 30px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.subMods a:link
{
	color: #48401e;
	text-decoration: none;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}
.subMods a:visited
{
	color: #48401e;
	text-decoration: none;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}
.subMods a:active
{
	color: #48401e;
	text-decoration: none;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}
.subMods a:hover
{
	color: #48401e;
	text-decoration: underline;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}
.photo_gallery_selected_thumb
{
	border: 3px solid #799e00;
}
.photo_gallery_thumb
{
	border: 1px solid #475c01;
}
.photo_gallery_big_img
{
	border: 1px solid #475c01;
}
.photo_gallery_prev_btn
{
	width: 46px;
	height: 34px;
	background-image: url(images/photo_gallery_prev_btn.jpg);
	cursor: pointer;
}
.photo_gallery_next_btn
{
	width: 46px;
	height: 34px;
	background-image: url(images/photo_gallery_next_btn.jpg);
	cursor: pointer;
}
