/* basic elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #D3D3D3 url(../images/background.png);
	font: normal 62.5% Tahoma,sans-serif;
}

p, ul {
	padding-bottom: 1.2em;
}

li {
	list-style: box;
}

h1 {
	font: bold 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h1, h2, h3 {
	padding-top: 6px;
}

.clearer {clear: both;}

/* header */
.header {
	background: #FFF;
	color: #E9E51E;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	margin: 0 auto;
	padding: 10px 10px 5px;
	height: 150px;
	width: 780px;
}
.header .picture {
	background: #D3D3D3 url(../images/header.jpg) no-repeat;
	font-size: 3.0em;
}

/* container */
.container {
	background: #FFF;
	font-size: 1.5em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* navigation */
.navigation {	
	background: #039902;
	border: 1px solid #FFFFFF;
	height: 41px;
}
.navigation a {
	background: #039902;
	color: #FFF;
	display: inline;
	float: left;
	font: bold 1.0em sans-serif;
	line-height: 41px;
	padding: 0 22px;
	text-decoration: none;
}
.navigation a:hover {
	background: #D3D3D3; color: #000;
}

/* content */
.content {
	border-top: 4px solid #FFF;
	float: left;
	margin: 10px 0;
	padding: 0 16px;
}

.content li {
	margin-left: 20px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
}

/* footer */
.footer {
	background: #039902;
	color: #FFF;
	font: bold 1.0em sans-serif;
	line-height: 41px;
	text-align: center;
}