﻿*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color:#cfc05c;
	padding: 0px;
	margin: 0px;
}

img
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li
{
	float:left;
	margin: 0px 50px 0px 0px;
	height: 40px;
	vertical-align: middle;
	font-size:20px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration:none;	
}

#page
{
	width: 1000px;
	
}

#header
{
	height: 250px;	
}

#menu
{
	height:20px;
	background-color:#6f703c;
	padding: 10px;
}

#content
{
	background-color:#9a7335;
	text-align: left;
	padding: 15px;
}

#main
{
	width:730px;
	padding: 10px;
	background-color: #888949;
}

#rightside
{
	float:right;
	width: 185px;
	padding: 10px;
	background-color: #888949;
}

#footer
{
	text-align:center;	
}

#main > p
{
	font-size: 18px;
}

.important
{
	font-weight: 700;
	font-size: 18px;
}

.importantHeadline
{
	font-weight: 700;
	font-size: 20px;
	text-decoration: underline;
}

tr.tableHeader
{
	font-weight: 700;
}