/**
* (C) by Andreas Zeman 2008,
*
**/



body {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:center;
	background-color:#E6F8E0;
	background-image:url("../../img/bg5_90.jpg");
	background-repeat:repeat;
	background-size:100% auto;
	   
	}

#container  {
	margin:20px auto 25px auto;
	position:relative;
	width:1000px;
	text-align:left;
}


#header {
	width:100%;
	position:relative;
	padding:0px 0px 0px 0px;
	color:#FFE4E1 ;
	font-size:20px;
}

#title {
	position:absolute;
	left:20px;
	top:30px;
	color:#111;
	font-size:30px;
	font-weight:bold;
}

#contenter {
	width:100%;
	min-height:780px;
	height:auto;
	background-color:#F3F781;
	background: rgba(255,250,205,.4); 
	border: 1px solid #1C1C1C;
	
}




#navigation {
	width:920px;
	position:relative;
	overflow:hidden;
	padding:30px 40px 20px 40px;
	height:auto;
}

* html #content {
	width:200px;
	height:190px;
	w\idth:200px;
}

	
#content {
	margin:0px auto;
	width:920px;
	position:relative;
	padding:50px 40px 30px 40px;
}

* html #content {
	width:580px;
	height:277px;
	w\idth:530px;
}


	
#footer {
	clear:both;
	width:1000px;
	height:40px;
	padding:5px 0px 0px 0px;
	text-align:right;
	
	position:relative;
	color:#262429;
	border-top:0px solid #ccc;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #footer {
	width:780px;
	w\idth:780px;
	}
	
#footer #last-change {
	position:absolute;
	left:0px;
	font-size:10px;
	top:4px;
}

#footer #by {
	position:absolute;
	right:0px;
	font-size:10px;
	top:4px;
}
