html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #113860;
	font-size: 10pt;
}

h1 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

h2 {
	font-size: 10pt;
	border-bottom: 1px solid #B7C3CF;
	margin-bottom: 5px;
}

body {
	background-color: #FAF7EC;
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
}

.error {
	color: red;
}

#popup {
	background-color: white;
	margin: 6px;
	padding: 10px;
}

#header {
	width: 960px;
	height: 108px;
	background-image: url('/images/header.png');
}

#navigation {
	float: left;
	width: 158px;
	height: 545px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url('/images/navigation/background.png');
	background-repeat: no-repeat;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation a {
	font-size: 10pt;
	font-weight: bold;
	color: #113860;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #94AAC1;
}

#frame {
	margin: 0;
	padding: 0;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#background {
	margin-left: 9px;
	margin-right: 10px;
	width: 941px;
	background-color: white;
	border-bottom: 4px solid #B7C3CF;
}

#content, #content_wide {
	float: left;
	width: 450px;
	padding-top: 10px;
}

#content_wide {
	width: 725px;
}

a, #content a, a:visited, a:hover, a:active {
	color: #C1980A;
	text-decoration: underline;
}

#news {
	margin-top: 20px;
}

#news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#news li .header {
	border-bottom: 1px solid #B7C3CF;
	margin-bottom: 5px;
}

#news li .header .date {
	float: right;
}

#news li .body {
	margin-bottom: 20px;
	padding-left: 5px;
}

.clear {
	clear: both;
}

#poll {
	float: left;
	width: 200px;
	margin-left: 30px;
	margin-top: 10px;
	padding-left: 20px;
	border-left: 1px solid #B7C3CF;
}

#poll ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#poll li {
	padding: 4px;
}

#poll .amount {
	float: right;
	margin-left: 10px;
}

#newsletter {
	float: left;
	width: 200px;
	margin-top: 30px;
	margin-left: 30px;
	padding: 20px;
	padding-top: 10px;
	background-color: #416080;
	color: white;
}

#newsletter a {
	color: white;
	color: #FBD551;
}

#footer a {
	color: #C1980A;
}

#footer {
	border-top: 1px solid #B7C3CF;
	text-align: center;
	padding: 10px;
}

/* Information page */

#members {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#members .header {
	border-bottom: 1px solid #B7C3CF;
	margin-bottom: 5px;
}

#members .body {
	margin-bottom: 10px;
	padding-left: 5px;
}

/* Events page */

#events {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#events .header {
	border-bottom: 1px solid #B7C3CF;
	margin-bottom: 5px;
}

#events .body {
	margin-bottom: 10px;
	padding-left: 5px;
}

/* Guestbook */

#guestbook #Submit
{
	clear: both; margin-left: 35%;
}

#guestbook #LeftSide
{
	float: left;
}

#guestbook #Rating
{
	float: right; margin-right: 10px;
}

#guestbook .body {
	margin-bottom: 10px;
	padding-left: 30px;
}

/* Form */

form legend
{
	background-color: #E1E1E1;
	border-color: #606060;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

form fieldset
{
	border-color: #606060;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
}



label.left 
{
	float: left;
	text-align: right;
	width: 5.5em;
	margin-right: 0.3em;
}

input[type=text], select 
{
	float: left;
}

form div.align_right
{
	margin-left: 5.8em;
}

input.right
{
	float: left;
	width: auto;
	clear: both;
	margin-left: 5.5em;
}

form
{
    line-height : 180%;
}

textarea
{
	font-size: 1.0em;
}

input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right
{
	margin-left: 5.5em;
}

form br 
{
	clear: both;
}

input 
{
	font-size: 1.0em;
}	