
html, body {
	margin: 			0;

	background-color:	#FFFFFF;

	font-family:		sans-serif;
	font-size:			13px;
	text-align:			center;
	
	min-height: 100%;
	height: 100%;
}


#container {
	width:			780px;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		left;
	
	min-height:		400px;
}

* html div#container {
	height:	400px;	
}


#page_container {
	margin: 0;


	width: 100%;
	 
	height: 100%;
	
	border: 1px solid #000000;
	border-top: 0;
	
	background-color: #d6dfef;
	
	background-image: url(../img/helsinki.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

* html div#page_container {
	height: 100%;
}




#menu_container {

	margin: 0;
	padding: 0;
	
	height: 100%;

	float: left;

	width: 18%;
   
   border-right: 1px solid #000000;
   background-color: #becfeb;
}




#content_container {
	
	float: left;
	clear: right;

	margin: 0;

	padding: 5px;
	padding-bottom: 10px;

	width: 80%;
}


#header {
	height: 100px;
	width: 100%;
	background-color: #FFF;
	background: url('../img/top.jpg');	
	background-repeat: no-repeat;
	border-left: 1px solid black;
	border-right: 1px solid black;
}


#footer {
	height: 27px;
	width: 100%;
}







ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: block;
}



#menu a {
	text-decoration: none;
	font-size: 15px;
}


#menu a:link, #mainmenu a:visited {
	color: #000000;
}

#menu a:hover, #mainmenu a:active, #mainmenu a.selected {
	color: #C87600;	
}




#pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	margin: 10px;
}



#pagecontent {
	margin-top: 5px;
}



.clearfix {
	clear: both;
}




