@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 101%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625em;
	background-color: #3c652b;
	text-align: center;
}


h1 {
	margin-bottom: 0.3em;
	font-size: 1.2em;
	color: #3C652B;
}
h2 {
	font-size: 1.1em;
}
.clear {
	clear: both;
	height: 0px;
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 225px;
	background-image: url(../images/layout/header_bg.jpg);
	background-repeat: no-repeat;
}




#content {
	background-image: url(../images/layout/content_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
}
#base {
	background-image: url(../images/layout/base.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#navigation {
	height: 46px;
	text-align: center;
	font-size: 1.8em;
 	overflow: wrap;
	padding-top: 121px;
	margin-left: 265px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	float: left;
}
#navigation a {
	display: block;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#navigation a:link, #navigation a:visited {
	color: #3C652B;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	text-decoration: underline;
	background-image: url(../images/layout/nav_hover_bg.jpg);
	background-repeat: repeat-x;
	color: #1E3315;
}
----
#menu_list {
width: 100px;
}
#menu_list ul {
list-style: none;
margin: 0;
font-size: 1.8em;
padding: 0;
}
#menu_list li {
border-bottom: 1px solid #ED9F9F;
}
#menu_list li a:link, #menu_list li a:visited {
font-size: 80%;
font-family: Arial, Sans;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #000000;
border-right: 1px solid #000000;
background-color: #3C652B;
color: #F5D58C;
text-decoration: none;
}

----
#button1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;}

#button2, #button3, #button4, #button5  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#button6, #button7, #button8, #button9, #button10 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;}


#left_panel {
	float: left;
	width: 300px;
}
#left_panel_n {
	float: left;
	width: 200px;
}
#photo_holder {
	font-size: .9em;
	line-height: 1;
	text-align: center;
}
#photo_holder img {
	border: 1px solid #999999;
	margin-bottom: 5px;
	padding: 5px;
	margin-top: 10px;
}


#main_panel {
	float: left;
	margin-left: 20px;
	font-size: 1.5em;
	line-height: 1.4em;
	width: 550px;
	top: -15px;
	position: relative;
	color: #1E3315;
}
#graphic  {
	text-align: center;
	margin-bottom: 1.3em;
}
#graphic p {
	font-size: 0.8em;
	line-height: 1;
	margin-top: -10px;
	font-weight: bold;
	letter-spacing: .05em;
}


#main_panel p {
	margin-bottom: 1.3em;
}
#main_panel ul {
	margin-left: 3em;
	margin-bottom: 1.3em;
	margin-top: -1em;
}

#main_panel a:link, #main_panel a:visited, #error_div a:link, #error_div a:visited {
	text-decoration: none;
	color: #B00D00;
}
#main_panel  a:hover, #main_panel  a:active, #error_div a:hover, #error_div a:active {
	text-decoration: underline;
	color: #3C652B;
}
#calendar {
	font-size: 1.2em;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#single_panel {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5em;
	padding-bottom: 15px;
}

#calendar td {
	background-color: #C9D1C6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#calendar th {
	background-color: #DADCC0;
	font-size: 1.4em;
	color: #006633;
	padding: 5px;
	text-align: center;
}


/*email form styles*/
#contact {
	width: 600px;
	margin-left: 250px;
	font-size: 1.5em;
	padding-bottom: 50px;
}
form {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0;
}
#name, #email {
	width: 200px;
}
#message {
	width: 450px;
	height: 150px;
	margin-bottom: 10px;
}
label, .warning {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.warning {
	color: #CC0000;
}
#error_div {
	font-size: 1.5em;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
}
.dvd_cover {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #BFC8C6;
	margin: 10px;
}
.dvd_table {
	margin-bottom: 15px;
}
#emenet {
	text-align: right;
	padding-right: 30px;
	font-size: 1.2em;
	color: #999999;
	padding-bottom: 40px;
}
#emenet a {
	color: #999999;
	text-decoration: none;
}
#emenet a:hover {
	color: #EAD68F;
	text-decoration: underline;
}

