html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000 url(../images/background.jpg);
}

body
{
	font: 14px/1.4 Georgia, Times, 'Times New Roman', serif;
	color: #000;
}

h1, h2, .news h3
{
	font-family: Rockwell, Georgia, Times, serif;
	color: #4c3208;
}

h1
{
	font-size: 27px;
	margin: .2em 0 .3em 0;
}

h2, 
.news h3
{
	margin: 1em 0 0 0;
	font-size: 16px;
}

h3
{
	margin: 1em 0 0 0;
	font-size: 1em;
}

p
{
	margin: 0 0 1em 0;
}

a, a:link, a:visited {
	text-decoration: underline;
}

a:link {
	color: #000;
}

a:visited {
	color: #333;
}

a:hover {
	text-decoration: none;
}

#wrapper
{
	width: 800px;
	background: #cbb092;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

#header
{
	font-weight: bold;
}

#header p.date
{
	margin: 0 15px 0 0;
	float: right;
	color: #4c3208;
}

#introduction-image
{
	position: relative;
	overflow: hidden;
}

#introduction-image,
#introduction-image .overlay
{
	height: 272px;
	width: 800px;
}

#introduction-image .overlay
{
	background: url(../images/header/top/frame.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

#introduction-image .first-image
{
	position: relative;
	z-index: 0;
}

#introduction-image .second-image
{
	position: absolute;
	z-index: 0;
	bottom: 0;
}

#introduction-image img
{
	display: block;
}


#content
{
	margin: 0 20px;
	padding-bottom: 81px;
}

#navigation
{
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0 0 10px 3px;
	margin: 0;
}

#navigation li
{
	margin: 0;
	padding: 0 15px 0 17px;
	float: left;
	background: url(../images/separator.gif) no-repeat 0% 50%;
}

#navigation li.first-child
{
	background: none;
}

#navigation a:link,
#navigation a:visited
{
	color: #4c3208;
	text-decoration: none;
}

#navigation a:hover
{
	text-decoration: none;
	border-bottom: 2px solid #4c3208;
}

#navigation strong
{
	color: #4c3208;
	border-bottom: 2px solid #4c3208;
}

#footer {
	width: 800px;
	margin: -81px auto 0 auto;
	clear: both;
	position: relative;
}

#footer address
{
	height: 21px;
	background: url(../images/footer-background.gif) no-repeat 50% bottom;
	font-style: normal;
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
}

#footer, 
#footer a:link, 
#footer a:visited 
{
	color: #7a0000;
}

#frontpage
{
	margin: 0 25px;
	padding-bottom: 81px;
}

.main-article
{
	width: 470px;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url(../images/frontpage/separators/horizontal.gif) no-repeat left bottom;
}

.main-article h1
{
	margin-top: 15px;
}

.main-article p
{
	padding: 0 5px;
}

.news
{
	float: right;
	width: 250px;
	margin: 20px 0 0 0;
	padding: 0 0 0 22px;
	background: url(../images/frontpage/separators/vertical.gif) no-repeat left top;
	font-size: 12px;
}

.news h2
{
	margin: 5px 0;
	text-indent: -9999px;
	background: url(../images/frontpage/news.gif) no-repeat left top;
}

.news h3
{
	clear: both;
}

.news img.align-left
{
	border: 2px solid #fff;
	margin-left: -2px;
}

.newsletter
{
	clear: left;
	padding: 16px 10px;
	width: 206px;
	height: 151px;
	float: left;
	background: url(../images/frontpage/newsletter/box.jpg) no-repeat left top;	
}

.newsletter h2
{
	margin: 0;
}

.newsletter form
{
	border: 0;
	padding: 0;
	margin: 0;
}

.newsletter fieldset
{
	border: 0;
	padding: 7px 9px;
	margin: 0;
	height: 25px;
	background: url(../images/frontpage/newsletter/form.gif) no-repeat left top;	
}

.newsletter form label
{
	display: none;
}

.newsletter form input
{
	font-size: 10px;
}

.newsletter form #email
{
	width: 110px
}

.newsletter form .submit
{
	font-size: 10px;
	margin-left: 10px;
}

.times
{
	width: 210px;
	height: 183px;
	margin-left: 23px;
	float: left;
}

.times h2
{
	margin: 5px 0;
	line-height: 1.2;
}

.times h3
{
	font-size: 1em;
	margin: 0;
}

.times ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
