html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffe1b3;
	background-image: url('images/back.jpg');
	background-position: center;
	background-repeat: repeat-y;
	font-family: arial;
	font-size: 10pt;
}
#container {
	width: 826px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	}

#header {
	height: 132px;
	background-color: #900000;	
	text-align: center;
}

	#contact {
		width: 170px;
		height: 106px;
		padding: 15px;
		background-image: url('images/back_contact.jpg');
		background-repeat: no-repeat;
		color: white;
		font-size: 8pt;
		float: left;
		text-align: left;
	}
		#contact a{
			color: white;
			text-decoration: none;
		}
	
	.header_image {
		
	}

#menu {
	width: 205px;
	float: left;
	clear: both;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	color: white;
	font-size: 11pt;
	border-top: 1px solid #ffffff;
}
	#menu ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	#menu ul li{
		border-bottom: 1px solid #ffffff;
	}

	#menu ul a {
		color: white;
		text-decoration: none;
		font-weight: bold;
		display: block;
		width: 205px;
		padding: 8px 0px 8px 0px;
		text-align: center;
		
	}
	#menu ul a:hover {
		color: #900000;
		background-color: white;
	}
	
	#wame a{
		color: #ab4343;
		text-decoration: none;
		font-size: 7pt;
	}
	

#content {
	width: 570px;
	float: left;
	padding: 20px;
	margin: 0px;
	margin-top: -4px;
	background-image: url('images/back_content.gif');
	background-repeat: repeat-x;
	height: 100%;
}

	#content h1{
		color: #c00000;
		margin: 0px; 
		padding: 0px 0px 4px 0px;
		border-bottom: 2px solid #f5a633;
		font-size: 15pt;
	}
	
	#content p{
		padding: 0px;
		margin: 0px;
	}
	.illu_left {
		padding-right: 10px;
		padding-bottom: 5px;
	}
	.illu_right {
		padding-left: 10px;
		padding-bottom: 5px;
}
.taal {
	color: #f3a0a0;
	text-decoration: none;
	font-size: 8pt;
}
