/* Perusmäärittelyt */
body {
font-family : georgia, helvetica, sans-serif;
font-weight : 100;
color : #000000;
background-image: url('../template/images/background.png');
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
}

div  {
overflow: hidden;
}

/* Keskitetään sivu */
#container {
border-style : solid;
border-width : 0;
position : relative;
width : 900px;
height : auto;
margin-left : auto;
margin-right : auto;
}

#header {
background-image: url('../template/images/header_bg.png');
background-position: top center;
background-repeat: no-repeat;
border-style : solid;
border-width : 0px;
border-color: #000000;
position : relative;
width : 878px;
height : 120px;
margin-left : auto;
margin-right : auto;
padding: 10px 10px 10px 10px;
}

#menu {
border-style : solid;
border-width : 0px;
border-color: #000000;
position : relative;
width : 300px;
height : auto;
margin-left : 0;
float:left;
}

#content {
border-style : solid;
border-width : 0px;
border-color: #000000;
position : relative;
width : 500px;
height : auto;
margin-left : auto;
margin-right: 20px;
float:right;
}

#footer {
color: #FFFFFF;
font-size: 10px;
background-image: url('../template/images/footer_bg.png');
background-position: top center;
background-repeat: no-repeat;
border-style : solid;
border-width : 0px;
border-color: #000000;
position : relative;
width : 878px;
height : 120px;
margin-left : auto;
margin-right : auto;
padding: 20px 0px 0px 20px;
}



h1 {
color: #9d1c17;
size: 16px;

}

h2 {

}

p {
size: 12px;
}

ul {
}







