a, a:link, a:active, a:visited 
{
	color: Red;
	text-decoration: none;
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

body
{
	background: #002f61 url('../img/design/background-gradient.jpg') repeat-x top left;
	font-family: Verdana;
	font-size: 0.6em;
	margin: 0 0;
	overflow: auto;
	text-align: center;
}

em
{
	color: Red;
	font-weight: bold;
}

h1
{
	color: Red;
	font-size: 1.4em;
}

h2
{
	color: Red;
	font-size: 1.2em;
}

h3
{
	color: Red;
	font-size: 1.0em;
}

li
{
	list-style-image: url('../img/design/arrow_red.gif');	
}

a.menuItem, a.menuItem:link, a.menuItem:active, a.menuItem:visited
{
	color: White;
	text-decoration: none;
	font-weight: bold;	
}

a.menuItem:hover
{
	text-decoration: underline;
}

div#wrap
{
	background: url('../img/design/dropshadow.png') repeat-y 10px top;
	margin: 0 auto;
	width: 882px;
}

div#wrapFooter
{
	background: #002f61 url('../img/design/dropshadow-bottom.png') no-repeat 10px -45px;
	height: 123px;
	width: 882px;
}

div#container 
{
	background: #3f7bbc url('../img/design/container-gradient.jpg') repeat-x top left;
	margin: 0 auto;
	width: 792px;
	border: 5px solid White;
	text-align: left;
}

	div#header
	{
		background: White url('../img/design/boats.jpg') no-repeat top right;
		border-bottom: 4px solid White;
	}
	
	div#home
	{
		margin-top: 34px;
		margin-bottom: -57px;
		margin-left: 20px;
	}
	
		div#home a
		{
			color: White;
			font-weight: bold;
		}

	div#profiles 
	{
		
		height: 58px;
		margin-top: -11px;
		padding: 0;
	}
		
		div#profiles ul 
		{
			margin-left: 188px;
			padding-top: 35px;
		}
		
			div#profiles ul li 
			{
				float: left; 
				font-size: 1.1em;
				font-weight: bold;
				list-style-type: none;
				list-style-image: none;
				margin-right: 40px;
			}			

	div#menu
	{
		background: #3f7bbc url('../img/design/menu-background.jpg') no-repeat top left;
		float: left;
		height: 448px; /*448*/
	}
	
		div#menu ul 
		{
			margin-left: -40px;
			margin-top: 59px;
		}
		
			div#menu ul li
			{
				border-bottom: 1px solid #002f61;
				background: #2f5b8b url('../img/design/arrow_white.gif') no-repeat 12px 13px;
				list-style-type: none;	
				list-style-image: none;
				height: 24px;
				padding-left: 20px;
				padding-top: 10px;
				width: 163px;
			}

	div#content
	{
		background-color: White;
		border: 1px solid #002f61;
		color: #002f61;
		font-size: 1.1em;
		line-height: 1.9em;
		padding: 23px;
		width: 535px;
		float: left;
	}
		
		div#content h1
		{
			width: 540px;
			height: 24px;
		}
		
			body#index div#content h1 { background: White url('../img/design/payoff.gif') no-repeat -7px top }
			body#wieispenaco div#content h1 { background: White url('../img/design/wieispenaco.gif') no-repeat -7px top }
			body#waarompenaco div#content h1 { background: White url('../img/design/waarompenaco.gif') no-repeat -7px top }
			body#watbiedtpenaco div#content h1 { background: White url('../img/design/watbiedtpenaco.gif') no-repeat -7px top }
			body#voorwie div#content h1 { background: White url('../img/design/voorwie.gif') no-repeat -7px top }
			body#links div#content h1 { background: White url('../img/design/links.gif') no-repeat -7px top }
			body#referenties div#content h1 { background: White url('../img/design/referenties.gif') no-repeat -7px top }
			body#particulier div#content h1 { background: White url('../img/design/particulier.gif') no-repeat -7px top }
			body#watersportvereniging div#content h1 { background: White url('../img/design/watersportvereniging.gif') no-repeat -7px top }
			body#management div#content h1 { background: White url('../img/design/management.gif') no-repeat -7px top }
			body#directie div#content h1 { background: White url('../img/design/directie.gif') no-repeat -7px top }
		
			div#content h1 span
			{
				visibility: hidden;			
			}
		
		
	
		div#content p {}
		
			div#content p span.sailingQuote
			{
				font-style: italic;	
			}
			
			div#content p img
			{
				border: solid 1px #2f5b8b;
				float: left; 
				margin: 10px 10px 10px 0px;
			}
	
	div#footer
	{
		color: #002f61;
		margin-top: 10px;
		margin-left: 320px;
		margin-bottom: 10px;
	}	
	
		div#footer a, div#footer a:link, div#footer a:active, div#footer a:visited
		{
			color: #002f61;
		}
		
		div#footer a:hover
		{
			color: White;
		}