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


#wrapper {
	position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    z-index: 0;
    background: #ffffff; 
	border: 1px solid #dddddd;
	border-top: none;   
}

#innerWrapper {
	min-height: 600px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 600px; /* IE6 Hack*/
}

/*---------- HEADER
--------------------------------------------------------------------------*/

#header {
	position: relative;
    padding: 0 0 0 0;
    z-index: 2;	    
}

#header p{
	margin: 0;
    padding: 0 0 0 0;   
}

#banner1 {
	margin: 0 0 0 0;
	height: 120px;
}

#banner2 {
	position: absolute;
	top: 120px;
	left: 990px;
	margin: 0 0 0 0;
	width: 180px;
	height: 200px;	
}

#banner3 {
	position: absolute;
	top: 320px;
	left: 990px;
	margin: 0 0 0 0;
	width: 180px;
	height: 200px;	
}

#banner4 {
	position: absolute;
	top: 520px;
	left: 990px;
	margin: 0 0 0 0;
	width: 180px;
	height: 200px;	
}

#banner5 {
	position: absolute;
	top: 720px;
	left: 990px;
	margin: 0 0 0 0;
	width: 180px;
	height: 200px;	
}

#design {
	margin: 0 0 0 0;
	height: 150px;
	background: url(images/design.jpg) no-repeat left top;
}

#design a{
	display: block;
	margin: 0 0 0 0;
	width: 250px;
	height: 140px;
	background: url(images/design.jpg) no-repeat left top;
}

#mainNav {
	position: relative;
    padding: 0px 0 0 0;
    z-index: 3;    
}




/*---------- CONTENT
--------------------------------------------------------------------------*/

#content {
	padding: 0px 0 20px 0;
	min-height: 500px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 500px; /* IE6 Hack*/
    z-index: 1;	
}

#left {
    float: left;
	margin: 0 0 0 0px;
	padding: 0px 0;
    width: 670px;
	min-height: 150px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 150px; /* IE6 Hack*/
}

#right {
    float: right; 
    width: 220px;
	min-height: 300px; /* IE6 Hack*/
	height: auto !important; /* IE6 Hack*/
	height: 300px; /* IE6 Hack*/	
}

#huutokauppa {
	height: 80px; /* IE6 Hack*/	
}

#huutokauppa a{
	display: block;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-family: tahoma, arial;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

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


#footer {
    padding: 0;  
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1em;	
	color: #ffffff;
	background: #2b649f;
}

#copyRight {
	padding: 10px 0 10px 0;
	text-align: center;
}



