
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #dcbb74 url(kuvat/ylareuna.png) repeat-x; 
}

#wrapper {
margin: 0 auto;
width: 1000px;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top { 
width: 1000px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#sisalto {
width: 1000px;
min-height: 300px;
}


#valikko {
float:left;
width: 1000px;
font: normal 10pt/16pt trebuchet ms, arial,sans-serif;
}


#teksti {
float:left;
width: 1000px;
margin-right: 100px;
font: normal 12pt/16pt trebuchet ms, arial,sans-serif;
}

table#logot td{
text-align: center;
}

#teksti ul{
list-style-image: url(images/bullet.gif)
}

#teksti h1{
font: normal 20pt trebuchet ms, arial,sans-serif;
}

#teksti h2{
font: normal 16pt trebuchet ms, arial,sans-serif;
}

#valikko2 {
font-size: 24px;
}

#valikko2  a{
text-decoration: none;
color: #000000;
}

#valikko2 a.valittu{
text-decoration: none;
font-style: normal;
font-size: 30px;
}



#alaotsikko {
background: #dcbb74;
width: 1000px;
height: 51px;
}


img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}

