body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:white;
}
#wrapper {
	width:985px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	position:relative;
}
.error {
	color:#CC0000;
	font-weight:bold;
}
input, textarea {
	width:190px;
}
textarea {
	height:80px;
}
#top {
	background-color:#d4e5f1;
	background-image:url(../images/top.gif);
	width:956px;
	height:229px;
}
#menu {
	background-image:url(../images/menu_back.gif);
	background-repeat:no-repeat;
	width:657px;
	height:62px;
	position:absolute;
	top:200px;
	left:222px;
	padding-left:22px;
}
#menu a {
	display:block;
	height:24px;
	float:left;
	margin-top:3px;
	border-right:1px solid white;
	padding:10px;
	padding-top:20px;
	color:#797054;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	border-left:1px solid #eebd2c;
}
#menu a:hover, #menu .menu_active {
	background-image:url(../images/menu_item_active_back.gif);
	color:#575346;
}
#content {
	background-color:#febe00;
	padding-top:40px;
	background-image:url(../images/content_corner_topleft.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:29px;
	margin-right:29px;
	padding-bottom:20px;
}
	#news {
		float:left;
		background-color:#00b1ff;
		background-image:url(../images/news_top.gif);
		width:193px;
		padding:10px;
		padding-top:40px;
		min-height:394px;
		background-repeat:no-repeat;
		position:relative;
		margin-left:-40px;
		color:white;
	}
		#news h2 a{
			color:white;
			font-size:14px;
		}
		#news h2 a:hover{
			color:#797054;
		}
		#news_bottom {
			width:213px;
			height:24px;
			background-image:url(../images/news_bottom.gif);
			position:absolute;
			bottom:-20px;
			lefT:0px;
		}
		.news_item_title span {
			display:none;
			font-size:10px;
			font-weight:normal;
		}
	#foto {
		float:left;
		width:220px;
		height:465px;
		margin-left:20px;
	}
	#txt {
		background-color:#ffe897;
		background-image:url(../images/content_top.gif);
		background-repeat:no-repeat;
		width:420px;
		padding:20px;
		padding-top:40px;
		float:left;
		margin-left:20px;
		position:relative;
		min-height:380px;
		color:#575346;
	}
		#txt h1 {
		color:#63b0fc;
		font-size:18px;
		}
		#txt_bottom {
			background-image:url(../images/content_bottom.gif);
			width:460px;
			height:25px;
			position:absolute;
			bottom:-20px;
			left:0px;
		}
#footer {
	background-color:#febe00;
	background-image:url(../images/content_corner_bottomleft.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:20px;
	color:#797054;
	margin-left:29px;
	margin-right:29px;
	padding:5px;
	text-align:right;
	padding-right:100px;
	clear:both;
}
#footer a {
	color:#797054;
}
#footer a:hover {
	color:black;
}