/* CSS Document */

body {
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 76%;
color: #222222;
background: url(/images/core/tausta.jpg) repeat-x;
}

img {
border: 0;
}

a {
color: #0066CC;
}

#taitto {
width: 760px;
background: #ffffff;
border: 5px solid #ffffff;
margin-left: auto;
margin-right: auto;
}

#header {
width: 760px;
height: 170px;
background: url(/images/core/header.jpg) no-repeat;
}

/* VALIKKO */

#valikko {
width: 160px;
overflow: hidden;
padding: 0;
margin: 30px 0 10px 0;
float: left;
}

#valikko ul
{
list-style: none;
padding: 5px;
margin: 0;
border: none;
width: 100%;
}

#valikko li {
border-bottom: 3px solid #ffffff;
list-style-image: none;
width: 100%;
vertical-align: bottom; /* Korjaa IE:n list-margin-bugin */
font: bold 11px Verdana, Arial, sans-serif;
}

#valikko ul li a {
display: block;
padding: 3px 5px 3px 5px;
border-left: 10px solid #ffffff;
text-decoration: none;
width: 140px;
}

#valikko ul li a:link, #valikko ul li a:visited {
background-color: #ffffff;
color: #990000;
text-decoration: none;
}

#valikko ul li a:hover {
border-left: 10px solid #CC9900;
background-color: #ffffff;
color: #CC9900;
text-decoration: none;
}

/* SISÄLTÖ */

#sisalto {
float: right;
width: 570px;
padding: 15px;
overflow: hidden;
}

#sisalto_wrapper {
clear: both;
width: 600px;
height: 1px;
}

.gallery td {
text-align: center;
}

/* FOOTER */

#footer {
clear: both;
width: 740px;
height: 14px;
padding: 10px;
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
background: #FFE9EB;
margin-bottom: 20px;
}

#footer a {
text-decoration: none;
color: #666666;
}