/* @group Body Structure  
-------------------------------------------------------------------------------------*/

#wrapper {
	position: relative; 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 935px;	
}

#header {
	position: relative;
	padding: 0 34px 0 37px; 	
	background: #aaaaaa url(images/design.jpg) no-repeat left top;
}

#design {
	position: relative;
	padding: 49px 0 0 0; 
	height: 246px;
	background: url(images/designkuva1.jpg) no-repeat left 49px;
}

#main-menu {
	position: relative; 
	height: 35px;
	background: url(images/mainmenu.gif) repeat-x left top;	
	border-left: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
}

#content {
	position: relative;
	padding: 5px 34px 20px 38px; 
	min-height: 100px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 100px; /* IE6 Hack*/
	background: #ffffff;	
}

#content-inner {
	background: url(images/mainmenu.gif) repeat-x left -105px;
}

#left {
	position: relative;
	float: left;
	display: inline; /* IE6 Hack*/
	padding: 100px 0 0 0; 
	width: 160px;	
	min-height: 200px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 200px; /* IE6 Hack*/	
	background: url(images/logo.jpg) no-repeat left top;		
}

#palv-menu {
	position: relative;	
	padding: 0 0 10px 0;
	background: url(images/palvmenu_bottom.gif) no-repeat left bottom;						
}

#center {
	position: relative;
	margin: 0 0 0 0;
	float: left;
	display: inline; /* IE6 Hack*/
	padding: 0;
	width: 500px;	
	min-height: 400px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 400px; /* IE6 Hack*/					
}

#right {
	position: relative;
	float: right;
	display: inline; /* IE6 Hack*/
	padding: 0;
	width: 190px;
	min-height: 400px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 400px; /* IE6 Hack*/	
}

#footer {
	position: relative; 
	margin: 0 0 0 40px;
	padding: 10px 0 0 0;
	text-align: center;
	height: 30px;
	color: #ffffff;	
	background: url(images/footer.gif) no-repeat left top;	
}


/* @group Structure Div's  
-------------------------------------------------------------------------------------*/

#text {
	position: relative;
	padding: 0 0 0 15px;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	color: #545454;  	 
}

#text h1{
	position: relative;
	padding: 15px 0 10px 0;
	font-family: Trebuchet ms, arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2em;	
	color: #2e7860;  	 
}

#text h2{
	position: relative;
	padding: 10px 0 4px 0;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;	
	color: #232323;  	 
}

#text h3{
	position: relative;
	padding: 10px 0 4px 0;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;	
	color: #454545;  	 
}

/* @group Structure Div's  
-------------------------------------------------------------------------------------*/

#lataa {
	position: relative;
	padding: 5px 0 0 10px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;	
	color: #545454;  	  	 
}

#lataa a:link, #lataa a:visited {
	padding: 1px 0 1px 20px;
	color: #0099fa;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;	
	line-height: 1.5em;
	background: url(images/pdf.gif) no-repeat left top;
}

#lataa a:hover {
	color: #333333;
}





