* {
	padding: 0;
	margin: 0;
}



img {
	border: none;

}


#container {
	width: 100%;


}

#content {	

	
	padding-left: 12em;
	width: 77%;
	

}

#header {	
	text-align: center;
	
	margin: 2em auto 1em auto;
}

#header a {

	white-space: nowrap;	
}


#navi-main {
	
	display: inline;
	list-style: none;	
}



#navi-main li{
	display: inline;
	margin-right: .3em;
	padding: 0 .6em 0 .3em;
	border-right: 1px solid black;	

}


#sidebar {	

	width: 10em; 
	position: absolute;
	top: 5em;
	left: 3%;

}


#navi-sidebar ul{

	list-style: none;
	margin-left: 0em;
	padding: 1em;

}	


#pagecontent {
	margin: 0 auto;

	min-height: 300px;	
	height: 100% !important;
	height: 300px;

}



#footer {
	float: left;
	text-align: center;
	padding-top: 2em;
	width: 100%;
}

.message {
	width: 80%;
	background: white;
	border: 1px solid #555;
	color: #333;
	text-align: center;
	margin: auto;
	font-size: 1.2em;
	padding: .5em;
	margin-bottom: .5em;

}
