html, body { height: 100%; }

body
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Times New roman, Palatino, serif;
	font-size: 13px;
	color: #FFF;
	min-width: 750px;
	background: #E8E8E0 url(/images/bg2.gif) repeat-y 50% 0;
}

#outer
{
	height: 100%;
	min-height: 100%;
	width: 750px;
	color: #000000;
	text-align: left;
	margin: auto;
	margin-bottom: -50px;
	/* make room for footer */
	position: relative;
}

html>body #outer { height: auto; }

/*for mozilla as IE treats height as min-height anyway*/
#innerwrap
{
	/* enables content first */
	float: left;
	width: 750px;
	background: #E8E8E0 url(/images/bg3.gif) repeat-y 0;
}

#header
{
	float: right;
	top: 0;
	left: 0;
	width: 750px;
	height: 119px;
	background: #E8E8E0 url(/images/bg2.gif) repeat-y 50% 0;
	color: #000000;
}

#logo
{
	background-color: #E8E8E0;
	height: 91px;
	padding: 0;
	margin: 0;
}

a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #7E3A2B;
	text-decoration: underline;
}

a[href$=".pdf"]
{
	padding-right: 17px;
	background-image: url(/images/pdf.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#navigation
{
	top: 0;
	margin: 0;
	padding: 8px 0px 0px 0px;
	background-color: #FFF;
	text-align: center;
	height: 20px;
	background-image: url(/images/bg_nav.gif);
	background-repeat: repeat-x;
}

ul
{
	/* all lists */
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav a
{
	/* all links */
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#nav li li a
{
	/* second-level links */
	display: block;
	color: #000;
	font-size: 9px;
	padding: 0.2em 10px;
}

#nav li li a:hover
{
	/* second-level hover */
	color: #7E3A2B;
	padding: 0.2em 10px;
}

#nav li a:hover
{
	/* top-level hover */
	color: #7E3A2B;
	padding: 0 0 5px 0;
}

li
{
	/* all list items */
	float: left;
	position: relative;
	width: 11%;
	text-align: center;
	background-color: #FFF;
}

li#first { border-left-width: 1em; }
li#last { border-right-width: 1em; }

li ul
{
	/* second-level lists */
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 15em;
	font-weight: normal;
	padding: 0.5em 0 0 0;
	border-right: solid 1px #7E3B2B;
	background-color: #FFF;
	border-bottom: solid 5px #602214;
}

li>ul
{
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li li
{
	/* second-level list items */
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width: 15em;
	text-align: left;
}

li:hover ul, li.over ul
{
	/* lists nested under hovered list items */
	display: block;
}

.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
ß
#news li
{
	/* news list items */
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width: auto;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.bullet li
{
	/* news list items */
	list-style-position: inside;
	list-style-type: square;
	float: none;
	background-color: transparent;
	border: 0;
	width: auto;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

h1
{
	color: white;
	font-weight: bold;
	background-color: black;
	padding: 7px 12px 7px 12px;
	font-family: Bookman, Georgia, Times New Roman, Times, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
}

h2
{
	font-weight: bold;
	font-family: Bookman, Georgia, Times New Roman, Times, serif;
	line-height: 24px;
	font-size: 24px;
	letter-spacing: 0px;
}

.headerborder
{
	border-color: black;
	border-width: 2px;
	border-style: solid;
	padding: 2px;
	margin: 0 0 20px 0;
}

#left
{
	width: 210px;  
	
	float: left;
	padding: 20px 20px 0px 20px;
	background-color: #7E3A2B;
	
}

.gallery-thumbs
{
	background-color: #E8E8E0;
	padding: 8px;
	margin: 20px 0px 20px 0px;
	
}

.thumbs
{
	border-color: gray;
	border-width: 1px;
	margin: 6px;
}

#leftcenterinfo
{
	border-color: #E8E8E0;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	padding: 20px 0px 20px 0px;
	color: white;
	line-height: 13px;
}

#leftcenterinfo a
{
	color: white;
	font-weight: normal;
}

p.left-title
{
	border-bottom: #000;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0 5px 5px 5px;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

.centerlogo
{
	float: left;
	padding: 0px 10px 5px 0px;
}

#right
{
	width: 459px;
	float: right;
	padding: 20px 20px 20px 20px;
	background-color: #E8E8E0;
	background-repeat: repeat-x;
}

#footer
{	
	width: 750px;
	clear: both;
	height: 50px;
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	line-height: 10px;
	background-image: url(/images/bg_subnav.gif);
	background-repeat: no-repeat;
	margin: auto;
	position: relative;
}

* html #footer
{
	/*only ie gets this style*/
	\height: 50px;
	/* for ie5 */
	he\ight: 50px;
	/* for ie6 */
}

#footer-text
{
	padding: 8px;
	line-height: 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

#footer a
{
	color: #000;
	border-color: #000;
	margin: 5px;
	text-decoration: none;
}

#footer a:hover
{
	color: #7E3A2B;
	border-color: #000;
	text-decoration: underline;
}

#copyright
{
	background-color: #E8E8E0;
	background-image: url(/images/bg_copyright.gif);
	background-repeat: repeat-x;
	height: 10px;
	font-size: 9px;
	font-weight: normal;
	color: #363636;
	text-align: right;
	padding: 20px;
	width: 708px;
	border-right: #B5B5B0;
	border-left: #B5B5B0;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
}

#copyright a
{
	font-weight: normal;
	color: #363636;
}

.content-photo
{
	float: right;
	text-align: left;
	padding: 5px;
	width: 200px;
	
	margin: 0px 0px 0px 5px;
}

.galleryphoto
{
	border-color: #FFF;
	border-width: 12px;
	border-style: solid;
	margin: 0 0 10px 0;
}

.galleryenterphoto
{
	border-color: #FFF;
	border-width: 4px;
	border-style: solid;
	margin: 10px 20px 10px 20px;
	text-align: center;
}

#galleryenter
{
	text-align: center;
}

p.rightcaption { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	clear: both; }

#clear{clear:both;}

/*clear top margin for mozilla*/
* html #ieclear
{
	width: 100%;
	height: 52px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.gift_image {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.floatright {
	float: right;
	margin: 0 0 5px 10px;
}
