﻿body
{
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #333333;
	background-color: #7B7458;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


#shadow
{
	width: 980px;
	height: 660px;
	margin: 9px auto 10px;
	background: url(/images/shadow.gif) center center no-repeat;
	border-top: 1px solid #7B7458;
}

#credit
{
	display: block;
	width: 940px;
	margin: 9px auto 10px;
	font-size: 0.8em;
	color: #B2AEA1;
	text-align: right;
}

#container
{
	margin: 10px;
}


#header
{
	position: relative;
	height: 90px;
	background-color: #ffffff;
}

#logo
{
	margin-left: 20px;
}

#logo a
{
	display: block;
	text-indent: -1000em;
}

#logo, #logo a
{
	width: 294px;
	height: 90px;
	background: url(/images/logo.png) top left no-repeat;
}


#navigation
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li
{
	display: block;
	float: left;
	margin-left: 20px;
}

#navigation a
{
	color: #666666;
}
#navigation a:visited
{
	color: #999999;
}


#content
{
	height: 550px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}
#content #bodyholder
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 350px;
	z-index: 2;
}

#content .draghandle
{
	height: 19px;
	line-height: 19px;
	margin: 0 0 1px 0;
	padding: 0 0 0 5px;
	color: #bbbbbb;
	font-size: 0.8em;
	background-color: #ffffff;
	opacity: 0.85;
	cursor: move;
}

#content .closebutton
{
	float: right;
	margin: 1px;
	width: 17px;
	height: 17px;
	text-indent: -1000em;
	background: url(/images/close_button.png) top left no-repeat;
	cursor: pointer;
}

#content .bodytext
{
	padding: 15px 20px;
	background-color: #ffffff;
	opacity: 0.85;
}

#content .bodytext h1
{
	margin: 0 0 0.75em;
	font-size: 1.6em;
	color: #666666;
}

#content .bodytext p
{
	line-height: 1.4em;
	text-align: justify;
}

#pageimages
{
	z-index: 1;
	padding: 0;
	margin: 0;
	width: auto;
}

#pageimages img
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

