	body {
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
	}
	
	#wrapper {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background: url('pics/background.jpg') no-repeat;
		height: 630px;
		width: 830px;
	}
	#navigation {
		position: absolute;
		top: 170px;
		left: 13px;
		background: url('pics/nav_bg.jpg');
		width: 196px;
		height: 130px;
	}
	#navigation ul {
		margin-left: -40px;
		*margin-left: 0px;
	}
	#header {
		position: absolute;
		left: 250px;
		top: 30px;
		height: 90px;
		width: 545px;
		text-align: center;
	}
	#content {
		position: absolute;
		left: 250px;
		top: 170px;
		height: 410px;
		width: 545px;
		overflow: auto;
		color: #858585;
	}
	#footer {
		position: absolute;
		top: 590px;
		left: 390px;
		font-size: 8pt;
		color: #a0a0a0;
	}
	#footer a {
		color: #777777;
	}
	div.seperator {
		width: auto;
		border-bottom: 1px dotted #858585;
		margin-bottom: 20px;
	}
	
	div.news-latest-morelink a {
		color: #858585;	
	}
	div.news-latest-morelink a:hover {
		color: #333333;
	}	
	
	div.news-list-item h3 a {
		color: #858585;
		text-decoration: none;
	}
	div.news-list-morelink a {
		color: #858585;		
	}
	div.news-list-morelink a:hover {
		color: #333333;
	}	
	div.news-list-item-date {
		font-size: 8pt;
		margin-top: -10px;
	}
	
	a.external-link-new-window {
		color: #858585;		
	}
	
	a.mail {
		color: #858585;		
	}
	
	a.download {
		color: #858585;		
	}
	
	a.internal-link {
		color: #858585;		
	}
	a.external-link {
		color: #858585;		
	}
