/* - www.clip-it.fi - styles */
html * { margin:0; padding:0; }

html, body { height:100%; }

body { 
background:url("img/bodybg.jpg") #3D3D3D;
color:#fff;/*????*/
font-family:"Times New Roman", Times, serif;
font-size:16px;
}

h1 {
font-size:18px;
margin-bottom:15px;
}

h2 {
font-size:16px;
margin-bottom:15px;
}

h3 {
margin-bottom:15px;
}

p {
margin-bottom:25px;
font-size:16px;
}

a {
}

a:hover {
}

/*******************************/

#wrapper {
width:1000px;
height:100%;
height:auto !important;
min-height:100%;
margin:0 auto;
background:url("img/wrapper_shadows.png") top left repeat-y;
position:relative;/*for footerbottom*/
}

#main {
width:900px;
margin-left:50px;
height:100%;
clear:both;
position:relative;
/*height:auto !important;
min-height:100%;*/
/*position:absolute;*/
/*margin:0 auto;*/
/*margin-left:50px;*/
background:url("img/footerbg.jpg") bottom right no-repeat;
}

#leftimg {
/*width:900px;*/
/*height:100%;*/
/*height:auto !important;*/
/*min-height:760px;*/
height:100%;
background:url("img/left/1.jpg") top left no-repeat;
}

/*******************************/

#navi {
width:595px;
height:239px;
float:right;
background:url("img/logo_navibg.png") top right no-repeat;
}
#navi ul {
width:200px;
height:200px;
float:right;
padding:16px 20px 0 0;
text-align:right;
list-style-type:none;
}
#navi ul li { margin-bottom:5px; }
#navi ul li a {
color:#fff;
font-size:22px;
text-decoration:none;
letter-spacing:1px;
}
#navi ul li a:hover { color:#B2B2B2; padding-right:5px; }

/*******************************/

#content {
margin:20px 0 40px 0;
width:540px;/*560*/
min-height:480px;
margin-right:25px;
float:right;
}




#hinnasto table {
width:480px;
margin-bottom:15px;
}
#hinnasto table td.td_lev { width:420px; }









/*******************************/

#footer {
width:900px;
height:30px;
position:absolute;
bottom:0;
}
#footer p {
font-size:16px;
margin:0;
width:540px;
margin-right:25px;
float:right;
line-height:30px;
color:#ccc;
}
#footer a {
color:#ccc;
text-decoration:none;
}
#footer a:hover { text-decoration:none; color:#fff; }

