/*		Copyright Nikki Veldhuis	*/
/*		www.fieldhousedesign.nl     */
/*		www.maprima.nl			    */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#2d2a7b;
	background-image:url(../images/splashbg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	line-height: 170%;
} 

#content {
	width: 923px;
	background-image:url(../images/splash.jpg);
	background-repeat:no-repeat;
	margin: 100px auto;
	height: 500px;
	background-color:#FFF;
}

#image {
	width: 923px;
	height: 400px;
}

#footer {
	width: 903px;
	padding: 10px;
	background-image:url(../images/splashshade.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:center;
	height: 70px;
	background-color:#FFF;
}

h2 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-decoration:none;
	line-height: 225%;
}

#list {
	list-style: square;
	list-style-position: inside;
}

#sublist {
	list-style: disc;
	list-style-position: inside;
	list-style-type: upper-roman;
	padding-left: 15px;
}

h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	line-height: 225%;
}

h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	line-height: 225%;
}

A:link {
	color: #006;
}

A:visited  {
	color: #036;
}

A:hover {
	color: #009;
}

table { 
margin: auto; 
} 