body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;
	color: #D7D7D7; 
	background: #DEE2E1 url(images/bg2.gif) repeat-x top left; /*harmaa */
}

#wrapper {
	position: relative; /*IE6 Hack */
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 55px 5px 5px 5px;
	width: 800px;
	background: #DEE2E1; /*musta*/
}
#inner-wrapper {
	position: relative; /*IE6 Hack */
	padding: 0;
	background: #ffffff; /*sininen */
}

#design {
	position: relative; /*IE6 Hack */
	height: 230px;
	background: url(images/banner.jpg) no-repeat top left; /* */
	border-bottom: 0px solid #ffffff;
}

#mainMenu {
	position: relative; /*IE6 Hack */
	height: 35px;
	background: url(images/mainmenu_bg.gif) repeat-x top left;/*tumman sininen */
	border-bottom: 0px solid #000000;
}

#mainBody {
	position: relative; /*IE6 Hack */ 
	background: #D7D7D7 url(images/text_bg.gif) repeat-y top left; /* valkoinen */
}

#left {
	position: relative; /*IE6 Hack */
	float: left;
	width: 555px;
	min-height: 350px; /*IE6 Hack*/
	height: auto !important; /*IE6 Hack*/
	height: 350px; /*IE6 Hack*/ 
	
}

.h1div {
	position: relative; /*IE6 Hack */
	padding: 0 0 0 20px;
	height: 30px; /*IE6 Hack*/ 
	line-height: 30px;
	font-weight: bold;
	color: #3b434e;
	font-size: 15px;
	font-family: trebuchet ms, arial;
	background: url(images/h1_bg.gif) repeat-x top left; /* oranssi */
}

#right {
	position: relative; /*IE6 Hack */
	float: right;
	width: 220px;
	min-height: 350px; /*IE6 Hack*/
	height: auto !important; /*IE6 Hack*/
	height: 350px; /*IE6 Hack*/ 
	
}

.clear {
	position: relative; /*IE6 Hack */
	clear: both;
	line-height: 0px;
	height: 0px ;
	font-size: 0px;
}


#footer {
	position: relative; /*IE6 Hack */
	height: 35px; /*IE6 Hack*/ 
	line-height: 35px;
	color: #ffffff;	
	text-align: center;
	background: url(images/footer.gif) repeat-x top left;
	border-top: 5px solid #ffffff;
}