﻿/*
Design by Jan Fissette
http://www.janfissette.be/
Copyright (c)
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #33AA33;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	color: #B13413;
}

h2 {
	color: #B13413;
}

h1 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

blockquote {
	margin-top: 0;
}

ol {
	margin-top: 0;
}

ul {
	margin-top: 0;
}

p {
	margin-top: 0;
}

a:link, a:active {
	text-decoration: none;
	color: #3284B5;
}

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

a:visited {
	text-decoration: none;
	color: #3284B5;
}

img {
	border: none;
}

input {
	font: arial;
	font-size: 12px;
}

/* Header */

#header {
	width: 800px;
	height: 190px;
	margin: 0 auto;
	background: url(images/header2.png) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.png)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/img3.png);
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img3.png);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: url(images/img4.1.gif);
}

#colOne {
	float: right;
	width: 0px;
	padding: 0px 0px 0 0px;
}

#colTwo {
	float: right;
	width: 740px;
	padding: 20px 30px 0 30px;
}

#colThree {
	float: right;
	width: 0px;
	padding: 0px;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.png) repeat-x;
}

#footer * {
	color: #008000;
}
