@charset "utf-8";
/* CSS Document */

body {
	font-size:		.9em;
}

.float-left {
	float:			left;
}

.float-right {
	float:			right;
}

.clear {
	clear:			both;
}

a {
	text-decoration:none;
}

a:link {
	color:			#7D88CA;
}

a:visited {
	color:			#FA054A;
}

a:hover {
	color:			#E2D253;
}

/*
 * PRIMARY HEADER
 * --------------
 * Logo and navigation
 */

#primary-header {
	width:			100%;
	height:			130px;
	padding:        0;
	border-top:		5px solid black;
}


#primary-header-wrap {
	width:			908px;
	padding:        0;
	margin:			0 auto;
}


#header-col1 {
	width:			502px;
	float:			left;
	padding:        10px 0 0px 0;
	margin:			0;
}

#header-col2 {
	width:			404px;
	float:			left;
	padding:        0;
	margin:			0;
	border-top:		10px solid #C4DBE7;
}

#header-col2 ul {
	display:		block;
	margin:			0;
	padding:        0;
	width:			200px;
}

#header-col2 ul a {
	color:			#000000;
}

#header-col2 ul a:hover {
	color:			#E2D253;
}

#header-col2 ul li {
	width:			200px;
	display:		block;
	border-bottom:	1px solid black;
	margin-top:		10px;
	font-weight:	bold;
	letter-spacing: 2px;
	font-size:		1em !important;
}



/*
 * SECONDARY HEADER
 * ----------------
 * Splash images
 */

#secondary-header-wrap {
	width:			100%;
	height:			200px;
	background:		#C4DBE7 url('http://www.netherlandicstudies.com/assets/images/header-bg.jpg') top center;
} 



/*
 * FOOTER
 * ------
 * Cap the page
 */

#footer {	
	border-top:		5px solid black;
}

#footer-wrap {
	width:			908px;
	margin:			0 auto 20px auto;
}

#footer-left-col {
	width:			500px;
	border-top:		10px solid #C4DBE7;
	font-size:		.8em;
}
