﻿body
{
	margin: 0;
	padding: 0;
	background-image: url('../images/backgroundtop.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

div#wrapper
{
	width: 800px;
	margin: 0 auto 2em auto;
}

div#header
{
	background-image: url('../images/header.jpg');
	height: 200px;
	background-position: center top;
	background-repeat: no-repeat;
}

h1#header a, h1#header a:link, h1#header a:active, h1#header a:hover, h1#header a:visited
{
	color: #FFFFFF;	
	border-style: none;
}

h1#header a:hover
{
	text-decoration: underline;
}

div#navigation
{
	margin-top: 1.5em;
	line-height: 1em;
	font-size: 1em;
	float: left;
	width: 12em;
}

ul#navigation
{
	margin: 1em 2em;
	list-style: none none inside;
	text-align: right;
}

ul#navigation li
{
	margin: 1em 0;
}

div#content
{
	margin-top: 1em;
	float: left;
	width: 38em;	
}

div#footer
{
	clear: both;
	border-top: 1px #CC6633 dotted;
	font-size: 0.8em;
	margin: 1em 5em 3em 5em;
}

div#footer p
{
	margin: 1em 2em;
}

img
{
	padding: 8px;
	border: solid 1px #CCCCCC;
}