/* CSS Document */

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0px 15px 0px;
	color: #000;
	background-color: #3e3322;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* General Properties */

td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000;
}

td.empty {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#spacer{
	height: 7px;
}

input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000;
	border: 1px solid #000;
	background-color: #eeeeee;
}

select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000;
	border: 1px solid #000;
	background-color: #eeeeee;
}

textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000;
	border: 1px solid #000;
	background-color: #eeeeee;
}

td.empty {
  font-size: 1px;
  font-family: arial, verdana, helvetica;
  color: #fff;
}


h1 {
	padding: 0px;
	margin: 0px 0px 18px 0px;
	color: #3e3322;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h3 {
	padding: 0px;
	margin: 0px;
	color: #3e3322;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
}

a:link {
	color: #8b0000;
	text-decoration: none;
}
a:visited {
	color: #8b0000;
	text-decoration: none;
}
a:hover {
	color: #8b0000;
	text-decoration: underline;
}
a:active {
	color: #8b0000;
	text-decoration: none;
}

/* Main Menu */

table.mm { background-color:#9c9c9c; width:100%; }

td.mm {
	background-color:#9c9c9c;
font-family:"Times New Roman",Times,serif;
font-size:14px;
font-weight:bold;
padding:5px 10px;
text-align:center;
}

td.mm a { color:#ffffff; }

td.mm a:hover { color:#ffffff; }

td.mm_dot {
	text-align: center;
	background-color: #ffffff;
	padding:4px 0px;
	width:1px;
}

td.mm_ov {
	text-align: center;
	padding: 0px;
	background-color: url(../images/mm_ov.gif);
	background-repeat: no-repeat;
}

td.mm:hover {
	text-align: center;
	padding: 0px;
	background-color: #880000;
	padding:5px 10px;
	cursor:pointer;
	color:#ffffff;
}

.mm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

td.mm a:link {
	text-decoration:none;
	color: #fff;
}

td.mm a:visited {
	text-decoration:none;
	color: #fff;
}

td.mm a:hover {
	text-decoration:none;
	color: #fff;
}

td.mm a:active {
	text-decoration:none;
	color: #fff;
}

/* Content */

td.frame {
	padding: 8px;
	background-color: #fff;
}

td.content {
	font-size: 11px;
	padding: 10px;
	border-right: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
}


/* Footer */

td.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #747474;
	padding: 8px;
	line-height: 18px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.footer:link {
	text-decoration:underline;
	color: #fff;
}

a.footer:visited {
	text-decoration:underline;
	color: #fff;
}

a.footer:hover {
	text-decoration:underline;
	color: #fff;
}

a.footer:active {
	text-decoration:underline;
	color: #fff;
}

/* Photo Gallery */
  
 .photo {
	margin: 5px;
}

div#photos img {
	border: 3px solid #fff;
}
div#photos img:hover {
	border: 3px solid #bb996f;
}
div#photos {
	color: #FFFFFF;
	/* width: 680px;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990033;
}

