@charset "utf-8";
/* CSS Document */

/**** Reset Styles ****/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px 0px 10px 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**** End Reset Styles ****/

/**** Style ****/
body {
	color:#000000;
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	margin-bottom:20px;
	color:#6d1c0f;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	color:#6d1c0f;
	font-size:21px;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	color:#414342;
	font-size:16px;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
}
a {
	color:#000000;
}
a:hover {
	color:#6d1c0f;
}
.greyed {
	color:#d39489;
}
.return {
	margin-top:45px;
}
.bullets ul {
	margin: 0px 0px 0px 10px;
}
.bullets li {
	list-style:inside;
	margin: 0px 0px 10px 10px;
}
/**** End Style ****/

/**** Sections ****/
#main {
	width:870px;
	background-color:#FFFFFF;
	margin:10px auto 0px auto;
}
#header {
	width:870px;
	background-color:#414342;
	color:#FFFFFF;
	padding-top:35px;
	display:block;
}
#image_left{
	width:399px;
	float:left;
	border-top:solid #FFFFFF 2px;
	border-right:solid #FFFFFF 1px;
	border-bottom:solid #FFFFFF 2px;
}
#image_right{
	width:469px;
	float:left;
	border-top:solid #FFFFFF 2px;
	border-left:solid #FFFFFF 1px;
	border-bottom:solid #FFFFFF 2px;

}
#navigation {
	width:850px;
	clear: both;
	background-color:#414342;
	color:#FFFFFF;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-align:center;
}
#navigation li {
	white-space:nowrap;
	margin:30px;
	clear: both;
	list-style:none;
	display:inline;
}
#gallery a, #navigation a {
	color:#FFFFFF;
	text-decoration:none;
}
#gallery a:hover, #navigation a:hover {
	color:#dedf95;
	text-decoration:none;
}
#content {
	float:left;
	width:850px;
	padding:10px;
}
#text {
	float:left;
	width:580px;
	margin:10px;
}
#calendar {
	font-size:11px;
	width:580px;
	line-height: 1.35em;
}
#calendar h3 {
	font-size:15px;
	color:#6d1c0f;
	margin:0px;
}
.calendar_row {
	background-color:#dEdEdE;
	float:left;
	width:580px;
	border:1px #000000 solid;
	margin-top:-1px;
}
.calendar_date {
	float:left;
	width:135px;
	padding:10px;
	border-right:1px #000000 solid;
}
.calendar_event {
	float:left;
	width:365px;
	padding:10px;
	border-left:1px #000000 solid;
	margin-left:-1px;
}
#sidebar {
	background-color:#c7c7af;
	float:right;
	width:210px;
	margin:10px;
	padding:10px;
}
#sidebar2 {
	background-color:#c7c7af;
	float:right;
	width:230px;
	margin:10px;
	padding:0px;
}
#images {
	background-color:#000;
	border:1px solid #D39489;
	padding:5px;
	float:left;
	width:502px;
	margin:-10px 10px 10px 10px;
}
#description {
	position:relative;
	float:right;
	width:296px;
	margin:-10px 10px 10px 10px;
}
#full {
	float:left;
	width:830px;
	margin:10px;
}
#gallery {
	width:750px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	margin:0px auto 0px auto;
}
#gallery li {
	width:140px;
	background-color:#000000;
	list-style:none;
	display: inline-block;
	float:left;
	text-align:center;
	margin:0px 5px;
}
#gallery p {
	height:60px;
	margin:10px;
}
#gallery img {
	margin-bottom:20px;
}
.gallery_thumbs {
	clear:both;
	text-align:center;
	padding-top:10px;
}
.gallery_thumbs img:hover {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
.gallery_thumbs img{
	border:1px solid #d39489;
}
#footer {
	clear: both;
	width:850px;
	color:#FFFFFF;
	background-color:#414342;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-align:center;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
/**** End Sections ****/


/**** New Image Gallery ****/
#thumbs img:hover{
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
#thumbs{
	width:500px;
	margin-top:5px;
	float:left;
}
#thumbs img, #fullsize{
	float:left;
	border:1px solid #D39489;
}
#fullsize{
	width:500px;
	margin:0px;
	display:block;
}
.fade{
	background-color:#FFF;
	height:82px;
	width:122px;
	float:left;
}
.fade2{
	background-color:#FFF;
	height:82px;
	width:98px;
	float:left;
}
/**** End New Image Gallery ****/
