* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	background: #48747f url(../images/bg_html.jpg) repeat-x left top;
}

body {
	height: 100%;
	background: url(../images/bg_body.jpg) no-repeat center top;
	font-family: Arial;
	font-size: 12px;
	line-height: 160%;
	color: #474437;
	cursor: default;
}

#container {
	width: 853px;
	margin: 0 auto;
}

	#header {
		height: 157px;
		padding: 25px 25px 0px 25px;
		margin: 0px 0px 0px 0px;
	}
	
	#overlay {
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -427px;
		width: 853px;
		background: url(../images/bg_header.png) no-repeat center top;
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://www.franciscushospice.nl/images/bg_header.png');
		height: 185px;
	}
	
	#content {
		background: url(../images/bg_middle.png) repeat-y left top;
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.franciscushospice.nl/images/bg_middle.png');
		_margin-top: -3px;
		min-height: 320px;
	}
	
		#content .wrapper {
			margin-left: 60px;
			width: 580px;
			padding-top: 30px;
			position: relative;
		}
		
		#content h1 {
			color: #f8991d;
			font-size: 140%;
			margin-bottom: 12px;
		}
		
		#content h2 {
			color: #f8991d;
			font-size: 120%;
		}
		
		#content acronym {
			cursor: help;
			border-bottom: 1px dotted #595645;
		}
		
		#content p {
			font-size: 107%;
			line-height: 170%;
			padding-bottom: 16px;
		}
		
		#content ul {
			margin-left: 24px;
		}
		
		#content a {
			text-decoration: none;
			color: #f8991d;
		}
		
		#content a img {
			border: 0px;
		}
		
		#content a:hover {
			
		}
		
		#content table {
			position: relative;
		}
	
	#menu {
		margin-right: -360px;
		position: absolute;
		top: 212px;
		right: 50%;
	}
	
		#menu ul {
			list-style-type: none;
		}
		
		#menu ul li {
			text-align: right;
		}
		
		#menu ul li a {
			line-height: 22px;
			text-decoration: none;
			color: #595645;
			font-size: 120%;
		}
		
		#menu a img {
			border: 0px;
		}
	
	#push {
		clear: both;
	}
	
	#bottom {
		height: 39px;
		background: url(../images/bg_footer.png) repeat-y left top;
		_background: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://www.franciscushospice.nl/images/bg_footer.png');
		clear: both;
	}
	
#footer {
	width: 760px;
	margin: 0 auto 1em auto;
	font-size: 11px;
	color: #f1f0e9;
}

	#footer .left {
		float: left;
		text-align: left;
		width: 60%;
	}
	
	#footer .right {
		float: right;
		text-align: right;
		width: 40%;
		clear: right;
	}
	
	#footer .right a {
		font-size: 10px;
		text-decoration: none;
		color: #f1f0e9;
	}
