/*
(c) Steelman from HD SofT 2004, 2005
Layout Stylesheet 
*/ 

html, body 
{
	padding: 0;
	color: #333;
	background-color: #AFCFEB;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#side 
{
	width: 191px;
	float: left;
	margin-left: 0px;
	background: url(linkki_tausta.gif) repeat-y left top;

}
	
/* Korkeusmääritys */	
#content 
{
	padding: 10px;
	margin-left: 200px;
	background: #AFCFEB url(sisalto_tausta.gif) no-repeat left top;
	min-height: 43em;
	height:auto;
}

/* Lisäys Internet Explorer selaimelle */
/*\*/
/*html #content {
height: 43em;
}
/**/

/* Korkeusmääritys */	
#content_booking 
{
	padding: 10px;
	margin-left: 200px;
	background: #AFCFEB url(sisalto_tausta.gif) no-repeat left top;
	min-height: 43em;
	height:auto;
}

/* Lisäys Internet Explorer selaimelle */
/*\*/
/*html #content {
height: 43em;
}
/**/







#header 
{
	color: #999;
	
	
	background: url(banneri.gif) no-repeat left top;
	height: 118px;
}


	
#footer 
{
	color: #999;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	background-color: #fff;
}

.spacer 
{
	clear: both;
	background-color: #fff;
}
	
