html {
	font-size: 62.5%;
}

body {
	font: 1.1em Verdana, sans-serif;
	color: #fff;
	background: url("/images/body_bg.jpg") no-repeat top center;
}

a, a:link, a:visited, a:active {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #696969;
}

p {
	margin: .2em 0 .6em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet Ms", Arial, sans-serif;
	font-style: italic;
	margin: .4em 0 .8em;
	color: #afc750;
}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
		margin: .4em 0 .2em;
	}
	h4 {
		font-size: 1.4em;
	}
	
input, textarea {
	border: 1px solid #555;
	background: #444;
	color: #ccc;
	font-size: .95em;
	line-height: 1em;
}
	input {
		padding: 2px;
	}
	


#container {
	margin:130px auto 30px;
	width: 1020px;
	text-shadow: #666 1px 1px 1px ;

}

#header {
}
	#header h1 {
		margin: 0 0 15px;
	}
	#header h1 a {
		display: block;
		width: 200px;
		height:60px;
		margin-left: 30px;
		background: url("/images/logo.png") no-repeat 0 0;
	}
	#header h1 span {
		display: none;
	}

#nav {
	float: left;
	width: 180px;
	font-weight: bold;
	padding-top: 20px;
}
	#nav a {
		display: block;
		color: #fff;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: top right;
	}
	#nav ul {
		margin-bottom: 30px;
	}
		#nav li a {
			width: 130px;
			height: 14px;
			padding: 6px 0 6px 30px;
			margin: 0 0 3px 20px;
		}
			#nav ul.first a {
				background-image: url("/images/nav_li_groen.png");
			}
			#nav ul.second a {
				background-image: url("/images/nav_li_cyan.png");
			}
			#nav ul.third a {
				background-image: url("/images/nav_li_neon.png");
			}
	#nav div a {
		font: normal 1.3em "Gill Sans MT", "Gill Sans", "Trebuchet MS", Verdana, sans-serif;
		font-style: italic;

		height: 64px;
		width: 126px;
		padding: 15px 0 0 20px;
		margin: 0 0 3px 34px;
	}
		#nav div small {
			font-size: 0.85em;
		}
		#nav div.purple_box a {
			background-image: url("/images/purple_box.png");
		}
		#nav div.blue_box a {
			background-image: url("/images/blue_box.png");
		}
		#nav div.yellow_box a {
			background-image: url("/images/yellow_box.png");
		}


#main {
	margin-left: 3px;
	width:650px;
	float:left;
}
	#main div.top-border {
		height: 13px;
		background: url("/images/content_top.png") no-repeat top center;
	}

#content {
	background: #828282 url("/images/content_bg.png") no-repeat bottom right;
	min-height: 930px;
	padding: 7px 20px 20px;
}
	#content p {
		line-height: 1.8em;
	}
	#content div.two_column {
		width: 45%;
		float: left;
		margin: 0 30px 0 0;
	}
	
#mainwrapper {
	width:840px;
	float:left;
}	
	
#rightcolumn {
	width:180px;
	min-height:300px;
	float:right;
	padding:20px 0 0 0;
}

	#rightcolumn a {
		display: block;
		color: #fff;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: top right;
	}
	#rightcolumn ul {
		margin-bottom: 30px;
	}
		#rightcolumn li a {
			width: 130px;
			height: 14px;
			padding: 6px 0 6px 30px;
			margin: 0 0 3px -4px;
		}
			
			#rightcolumn ul.second a {
				background-image: url("/images/nav_li_cyan.png");
			}
			
	#rightcolumn div a {
		font: normal 1.3em "Gill Sans MT", "Gill Sans", "Trebuchet MS", Verdana, sans-serif;
		font-style: italic;

		height: 64px;
		width: 126px;
		padding: 15px 0 0 20px;
		margin: 0 0 3px 34px;
	}
		#rightcolumn div small {
			font-size: 0.85em;
		}
		#rightcolumn div.purple_box a {
			background-image: url("/images/purple_box.png");
		}
		#rightcolumn div.blue_box a {
			background-image: url("/images/blue_box.png");
		}
		#rightcolumn div.yellow_box a {
			background-image: url("/images/yellow_box.png");
		}



#search {
	text-align: right;
	float: right;
	margin-top: 4px;
}

#footer {
	clear: both;
	height: 29px;
	padding: 13px 70px 0;
	background: url("/images/footer_bg.png") no-repeat 3px 0px;
	color: #777;
	text-shadow: none;
}
	#footer a {
		color: #777;
	}
	#footer p {
		margin: 0;
		text-align: center;
	}
	#footer p.left {
		float: left;
		text-align: left;
	}

#secondary {
	position: absolute;
	top: 20px;
	margin-left: 400px;
	padding: 10px 10px 20px 10px;
	background: url("/images/spot_top.png") no-repeat 0 0;
	width: 259px;
	height: 161px;
	text-shadow: #000 0 0 0;
}
	#secondary p {
		color: #222;
	}



div.flash {
	border: 2px solid #8a8b8f;
	background: #8a8b8f;
	margin: 0 0 0 0;
	padding: 5px;
	text-align: center;
	color: #fff;
}

.no-margin {
	margin: 0;
}

