html * {
margin:0;
padding:0;
}

body {
background:url("img/bodybg.jpg") repeat-x #fff;
font-family:Arial, Helvetica, sans-serif;
color:#50575C;
font-size:14px;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
margin-bottom:10px;
}

h2 {
margin-bottom:10px;
}

h3 {
margin-bottom:10px;
}

p {
margin-left:2px;
margin-bottom:10px;
font-size:14px;
}

a {
outline:none;
color:#727679;
}

a:hover {
color:#50575C;
}

object {
outline:none;
}

ul,ol {
padding-left:30px;
margin-bottom:10px;
}

.clr {
clear:both;
}

#wrapper {
width:892px;
height:750px;
margin:0 auto;
background:url("img/wrapperbg.jpg") no-repeat;
}

#wrapper a.etime {
width:318px;
height:175px;
display:block;
float:right;
/*background:url("img/etime.jpg") no-repeat;*/
}
/*#wrapper a.etime:hover {
background:url("img/etime_hover.jpg") no-repeat;
}*/

#navi {
float:right;
padding-right:135px;
height:32px;
margin-top:5px;
cursor:default;
}
#navi img {
border:0;
}
#navi a {
margin:0 7px 0 7px;
color:#50575C;
font-weight:bold;
text-decoration:none;
padding:11px 2px 0 2px;
float:left;
letter-spacing:-1px;
font-size:16px;
}
#navi a:hover {
/*border-bottom:3px solid #50575C;
padding-top:10px;*/
color:#828A8F;
}


#box {
width:620px;
margin:0 auto;
height:370px;
background-color:#F5F5F5;
border:8px solid #50575C;
overflow:auto;
}

#wrapper .content {
padding:8px;
background-color:#F5F5F5;
} 

#hinnasto-table {
width:70%;
}
#hinnasto-table td {
padding:3px;
}
#hinnasto-table tr:hover {
background-color:#EEEEEE;
}
#hinnasto-table tr.nohover {
background-color:#F5F5F5;
}





#footer {
width:620px;
margin:8px auto;
}
#footer p {
color:#50575C;
font-size:12px;
}
#footer p.author {
/*padding-top:15px;*/
padding:65px 5px 0 0;
float:right;
color:#ABABAB;
}
#footer a {
color:#ABABAB;
text-decoration:none;
}
#footer a:hover {
color:#50575C;
}

















