/* CSS Jokela*/
body
{
    background-repeat : repeat-x;
    background-color : rgb(204 , 204 , 204);
    margin : 20px;
    padding : 0;
    text-align : center;
}
h1
{
    font-size : 13px;
    color : black;
    font-weight : 700;
    margin : 0;
}
h2
{
    font-size : 14px;
    color : red;
    margin : 0;
    font-weight : 700;
    Text-decoration : underline;
}
h3
{
    font-size : 16px;
    color : black;
    font-weight : 700;
    margin : 0;
    padding-bottom : 5px;
    border-bottom : 0px dotted rgb(204 , 204 , 204);
}
h4
{
    Font-size : 10px;
    Color : black;
    Margin : 0;
    Font-weight : 700;
}
h5
{
    Font-weight : 700;
    Font-size : 12px;
    Color : black;
    List-style : none;
    Text-decoration : none;
}
p
{
    margin-top : 5px;
    padding-bottom : 5px;
    font-size : 13px;
    line-height : 1.5em;
    Color : black;
}
#container
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 11px;
    margin : auto;
    width : 820px;
    height : auto;
    background-color : white;
    text-align : left;
    Background-image : url("vak.jpg");
}
#banner
{
    width : 800px;
    height : 100px;
    margin-bottom : 0px;
}
#bannerLeft
{
    width : 308px;
    height : 236px;
    margin-right : 0px;
    background-image : url("soorylogo2.jpg");
    float : left;
}
#bannerRight
{
    width : 491px;
    height : 90px;
    background : url("vaakalogo2.jpg") repeat-y;
    float : left;
    Margin-top : 134px;
}
#content
{
    background : url("pysty.jpg") repeat-y;
    height : auto;
    Padding-top : 136px;
    Margin-left : 28px;
}
#leftColumn
{
    float : left;
}
#nav
{
    margin : 0;
    padding : 0;
    list-style : none;
}
#nav a
{
    display : block;
    font-size : 13px;
    color : white;
    text-decoration : none;
    padding : 10px;
    width : 150px;
    height : 10px;
    border-bottom : 1px dotted rgb(37 , 13 , 114);
    Letter-spacing : normal;
}
#leftColumnBottom
{
    width : 150px;
    background : url("soory2.jpg") repeat-x;
    padding : 210px 10px 10px;
    color : rgb(234 , 234 , 234);
}
#nav a:hover
{
    background-color : rgb(37 , 13 , 114);
}
#rightColumn
{
    float : left;
    width : 600px;
    padding-left : 20px;
    color : rgb(102 , 102 , 102);
}
#rightColumn a:hover
{
    Background-color : #6699cc;
    Color : black;
    Text-decoration : none;
    Letter-spacing : normal;
    List-style : none;
}
#clear
{
    clear : both;
}
.date
{
    font-size : 10px;
    color : rgb(153 , 153 , 153);
    font-weight : normal;
}
#copyright
{
    padding-top : 10px;
    font : 10px Arial , Helvetica , sans-serif;
    color : rgb(51 , 102 , 153);
}
#copyright a
{
    text-decoration : none;
    color : rgb(51 , 102 , 153);
}
#copyright a:hover
{
    color : rgb(255 , 51 , 153);
}

