body
	{
		background-color: #e5e4d2;
	 	background-image: url(../images/background.png);
	 	background-repeat: repeat-y;
	 	background-position: center;
	 	text-align: center;
	 	width: 100%;
	 	height: 100%;
	 	min-height: 100%;
	 	font-size: 10px;
	 	padding: 0;
		margin: 0;
		font-family: Arial, Helvetica,Verdana;
		font-size: 10pt;
	}
	
p
{
	margin: 0px;
	padding: 0px;	
}
	
#container
	{
		text-align: left;
		position: relative;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
#header
{
	position: absolute;
	height: 135px;
	top: 0px;
	left: 0px;
	width: 800px;
}

#logo_cjg
{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 353px;
	height: 131px;
}

#logo_leiden
{
	position: absolute;
	right: 5px;	
	top: 29px;
	width: 182px;
	height: 109px;
}

#navigation
{
	position: absolute;
	height: 30px;
	top: 141px;
	left: 0px;
	width: 800px;
	background-image: url(../images/gradient.png);
	 background-repeat: repeat-x;
}

#main
{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 800px;
}

#header_links
{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 180px;
	color: #572381;
	font-size: 14pt;
	font-weight: bold;
}

#links
{
	position: absolute;
	top: 25px;
	left: 9px;
	width: 202px;
}

#header_content
{
	position: absolute;
	top: 0px;
	left: 235px;
	width: 546px;
	color: #572381;
	font-size: 14pt;
	font-weight: bold;
}

#content
{
	position: absolute;
	top: 25px;
	left: 224px;
	width: 568px;
	color: #572381;
}

.top_left
{
	background-image: url(../images/border_top_left.png);
	width: 11px;
	height: 11px;
}

.top_right
{
	background-image: url(../images/border_top_right.png);
	width: 11px;
	height: 11px;
}

.bottom_left
{
	background-image: url(../images/border_bottom_left.png);
	width: 11px;
	height: 11px;
}

.bottom_right
{
	background-image: url(../images/border_bottom_right.png);
	width: 11px;
	height: 11px;
}

.center_left
{
	background-image: url(../images/border_center_left.png);
	width: 11px;
}

.center_right
{
	background-image: url(../images/border_center_right.png);
	width: 11px;
}

.bottom_center
{
	background-image: url(../images/border_bottom_center.png);
	height: 11px;
}

.top_center
{
	background-image: url(../images/border_top_center.png);
	height: 11px;
}

#links ul
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#links ul li
{
	padding: 0px 0px 0px 5px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

#links ul li a
{
	color: #572381;
	text-decoration: none;
}

#links ul li a:hover
{
	color: #e40780;
	text-decoration: underline;
}

#audentia
{
	width: 568px;
	text-align: right;
}

#audentia img
{
	border: 0px;
	margin: 5px 0px 5px 5px;
}

h2
{
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	color: #e40780;
}

#content a
{
	color: #572381;
	text-decoration: none;
}

#content a:hover
{
	color: #e40780;
	text-decoration: underline;
}

#news_footer
{
	text-align: right;
	width: 546px;
}

#news_footer small
{
	font-size: 8pt;
	color: Gray;
}

#news_overview
{
	width: 546px;
}