/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background: url(images/bg.gif) repeat-x;
	background-color:#039;
	font:12px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#039;
	text-align:left;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom:0px;
	font-size: 12px;
	color: #039;
}

ul {
	margin-left: 15px;
}


/* Page Structure */

#wrapper {
	width:836px;
	margin:0 auto;
	padding:0px;
	background-color:#fff;
	border-bottom: solid 4pt #09c;
	}
#header {
	height:106px;
	background-image:url(images/header.jpg);
	}
	
#menu {
	height:396px;
	width: 836px;
	}
	

#content {
	background: url(images/watermark.gif) repeat-y;
	min-height:417px;
	margin: 5px 20px 0px;
	padding-bottom: 25px;
	}
	

#footer {
	clear:both;
	padding:10px 0;
	font:9px/16px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:0px;
	font-size:18px;
	font-weight: bold;
	padding-bottom:0px;
	padding-top: 0px;
	color: #09c;
	text-decoration:none;
	}


h2 {
	font-weight:normal;
	letter-spacing:0px;
	font-size:22px;
	font-weight: bold;
	padding-bottom:5px;
	padding-top: 0px;
	color: #036;
	}

h3 {
	font-weight:normal;
	letter-spacing:0px;
	font-size:14px;
	line-height: 16px;
	padding-bottom:0;
	color: #f93;
	}
	
h4 {
	font-weight:normal;
	font-size:14px;
	line-height: 16px;
	padding-bottom:5px;
	color: #333;
	}
	
h5 {
	font-weight:normal;
	font-size:12px;
	line-height: 16px;
	padding-bottom:0;
	color: #333;
	}


/* Links */

a {
	color:#09c;
	text-decoration:underline;
	}
a:hover {
	color:#039;
	text-decoration:underline;
	}
	
ul a {
	color:#fff;
	text-decoration:underline;
	}
ul a:hover {
	color:#f93;
	text-decoration:underline;
	}
	
	
/* Footer */

#footer a {
	font-weight:normal;
	color: #fff;
	}
#footer a:hover {
	text-decoration:none;
	color: #09c;
	}

/* Extra's */

.img-no-border {
	float: right;
	padding: 4pt;
	margin-left: 22px;
}

.img-right {
	float: right;
	border: solid 1pt #ccc;
	padding: 4pt;
	margin-left: 22px;
}

.img-left {
	float: left;
	border: solid 1pt #ccc;
	padding: 4pt;
	margin-right: 22px;
}

.showcase {
	border: solid 1pt #c0c0c0;
	padding: 4pt;
	margin-right: 27px;
}

/*Form*/

label{
float: left;
width: 120px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

input, textarea{
width: 298px;
margin-bottom: 12px;
background-color: #efefef;
color: #000;
}

textarea{
width: 300px;
height: 200px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 40px;
}

