@charset "utf-8";
/* CSS Document */
*{padding:0px; margin:0px;}
body {
	background			: #a5a242 url(../../../images/bg.jpg) center repeat-y;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	color				: #FFFFFF;
	font-size			: 62.5%; /* = 10px */	
}
a img {border:0px;}
h1 {
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			: 1.8em;
	padding				: 0 0 12px 0;
	}	
p {
	padding				: 0 0 12px 0;
	}	
div#container {	
	position			: absolute;
	left				: 50%;
	width				: 990px;
	margin				: 0 0 0 -495px;
	padding				: 25px 0 0 0;
	}
div#menu {
	background			: url(images/logo.gif) no-repeat;
	float				: left;
	width				: 490px;
	height				: 20px;
	padding				: 75px 0 0 5px;
	}	
	div#menu a{
		color				: #f9f7ea;
		font-family			: Georgia, "Times New Roman", Times, serif;
		font-size			: 1.6em;
		font-weight			: bold;
		text-decoration		: none;
		}	
div#taal {
	float				: left;
	width				: 415px;
	height				: 18px;
	padding				: 77px 80px 0 0;
	text-align			: right;
	}	
	div#taal a{
		color				: #f9f7ea;
		font-size			: 1.2em;
		text-decoration		: none;
		}		
div#sfeer {
	background			: #a5a242;
	float				: left;
	width				: 305px;
	height				: 385px;
	padding				: 5px 0 0 5px;	
	}
div#content {
	background			: #a5a242;
	float				: left;
	width				: 655px;
	height				: 370px;
	font-size			: 1.2em;
	line-height			: 1.4em;
	padding				: 20px 25px 0 0;	
	}		
div#footer {
	float				: left;
	width				: 987px;
	height				: 45px;
	padding				: 3px 0 0 5px;
	font-size			: 1.4em;
	}	
