html
{
	overflow-y: scroll;
}

html, body
{
	height: 100%;
}

body, div, img, p, object, h1, h2, h3, h4, table, td
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #593827;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	vertical-align: top;
}

ul, ul li, ul ul
{
	margin: 0;
	padding: 0;
}
ul, ul ul
{
	padding-left: 25px;
}
ul li
{
	font-size: 0.8em;
}
ul ul li
{
	font-size: 1.0em;
}

#home, #home div, #home img, #home p, #home ul, #home li, #home object
{
	color: #fff;
}

#home
{
	background: #f00;
}

div, img
{
	display: block;
	overflow: hidden;
}
div.separator
{
	border-top: 1px solid #d52027;
	clear: both;
	height: 15px;
	line-height: 15px;
}
div.left-column
{
	float: left;
	width: 290px;
}

img.left
{
	float: left;
}
img.right
{
	padding: 0 0 15px 15px;
	float: right;
}

p
{
	margin-bottom: 15px;
	font-size: 0.8em;
	line-height: 1.3em;
}
p img
{
	display: inline;
}
p.note
{
	color: #666;
	font-size: 0.7em;
	font-style: italic;
}
p.clear
{
	clear: both;
}

span.intro
{
	color: #d52027;
	font-size: 1.05em;
	line-height: 1.4em;
}

h1, h3
{
	margin-bottom: 13px;
	color: #d52027;
	font-size: 1.5em;
}

h2
{
	margin-bottom: 14px;
	padding-top: 10px;
	color: #593827;
	font-size: 1.1em;
	font-weight: normal;
}

h3
{
	margin-bottom: 14px;
	font-size: 1.1em;
}

h4
{
	margin-bottom: 14px;
	color: #593827;
	font-size: 0.9em;
}

a:link, a:visited, a:focus
{
	outline: 0;
	color: #f00;
	text-decoration: none;
}
a:hover, a:active, a.active
{
	outline: 0;
	color: #593827;
	text-decoration: underline;
}
#home a:link, #home a:visited, #home a:hover, #home a:active, #home a.active
{
	color: #fff;
}

#wrapper
{
	margin: 0 auto;
	padding: 50px 20px;
	width: 950px;
}

#left-nav
{
	padding-top: 20px;
	float: left;
	clear: left;
	width: 180px;
}
#left-nav ul
{
	padding-left: 0;
}
#left-nav li
{
	list-style: none;
	float: left;
	clear: left;
	font-size: 1.0em;
}
#left-nav li a
{
	padding: 8px 0;
	display: block;
	width: 180px;
	color: #593827;
	text-decoration: none;
}
#left-nav li li a
{
	padding: 0 0 6px 15px;
	width: 165px;
	font-size: 0.75em;
}
#left-nav li a:hover, #left-nav li a:active, #left-nav li a.active
{
	color: #f00;
}
#home #left-nav li a:hover, #home #left-nav li a:active, #home #left-nav li a.active
{
	color: #fff;
	text-decoration: underline;
}

#content
{
	padding: 50px 130px 0 0;
	float: right;
	clear: right;
	width: 590px;
}
#home #content
{
	padding: 0;
	width: 760px;
}

#gallery
{
	padding-bottom: 50px;
}
#gallery a
{
	color: #666;
	font-size: 0.7em;
}

.footer
{
	margin: 0 auto;
	padding-bottom: 50px;
	width: 900px;
	color: #593827;
}
.footer a
{
	color: #593827;
}
.footer h3, .footer p
{
	margin-bottom: 10px;
	color: #593827;
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
}

.sitemap a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.sitemap ul a
{
	font-weight: normal;
}
.sitemap a:hover
{
	text-decoration: underline;
}
