body {
    padding: 0 0 20px 0;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	color: #333333;  
    background: #38473a url(images/bg.jpg) repeat-x top left;   
} 

#langsel {
    position: relative; 
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;   
    margin-bottom: 0px; 
    padding: 10px 0px 10px 0px;
    width: 850px;  
    height: 30px;
    color: #ffffff;    
    line-height: 30px;
    text-align: right;       
}

#langsel a:link, #langsel a:visited{
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;       
}

#langsel a:hover{
    color: #ecba68;     
}

#wrapper {
    position: relative; 
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;   
    margin-bottom: 0px; 
    padding: 10px;   
    width: 850px;      
    background: #405946 url(images/wrapper_bg.jpg) no-repeat top left;       
    border: 5px solid #4a6f5a;       
}

#innerWrapper {
    position: relative;
    width: 850px;      
    background: url(images/content_bg.gif) repeat-y top left;          
}

#leftDiv {
    position: realtive;
    float: left;
    width: 250px;
    min-height: 400px;
    height: auto !important;    
    height: 400px;    
}


/*---------- LEFT DIV
--------------------------------------------------------------------------*/

#mainMenu {
    position: realtive;
    padding: 0;
}


#logo {
    position: realtive;
    min-height: 100px; 
    height: auto !important;       
    height: 100px;       
    background: url(images/logo.jpg) no-repeat top left;   
}

#hotelSearch {
    position: realtive;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    margin-top: 30px;  
    background: url(images/search_bg.gif) no-repeat top left;       
}

#hotelSearchBottom {
    position: realtive;
    margin-bottom: 10px;
    height: 20px; 
    background: url(images/search_bottom.gif) no-repeat top left;   
}


#contacts {
    position: realtive;
    padding: 10px 0 5px 10px;
    background: url(images/contact_bg.gif) no-repeat top left;   
}

#contactsBottom {
    margin-bottom: 10px;
    height: 20px; 
    background: url(images/contact_bottom.gif) no-repeat top left;   
}



/*---------- RIGHT DIV
--------------------------------------------------------------------------*/

#rightDiv {
    position: realtive;
    float: right; 
    width: 590px;
    min-height: 400px; 
    height: auto !important;       
    height: 400px; 
}

#helsinkiKuvat{
    position: realtive;
    min-height: 100px; 
    height: auto !important;       
    height: 100px;     
    background: url(images/helsinkikuvat.jpg) no-repeat top left;   
}

#design{
    position: realtive;
    min-height: 180px;
    height: auto !important;       
    height: 180px; 
    background: url(images/design.jpg) no-repeat top left;   
    border: 5px solid #ffffff;
}

/*---------- FOOTER
--------------------------------------------------------------------------*/

div.clear {
    position: relative; /*CSS IE6 Hack*/ 
    clear: both; /*CSS Hack*/  
	line-height: 0px;
	height: 0px;
	font-size: 0px; /*CSS IE6 Hack*/ 
}

#footer {
    position: relative;     
}

#footer div{
    padding: 0 10px 0 0;
    text-align: right;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;    
    color: #ffffff;
    height: 25px;  
    line-height: 25px;     
    background: #909090;	   
}
 	

