/* Core CSS Document */

body {
margin: 0;
padding: 0;
background: #1C1A0D;
}

img {
border: 0;
}

table {
border-collapse: collapse;
}

#wrapper {
width: 725px;
margin: 0 auto 0 auto;
border: 5px solid #171405;
}

/* HEADER */

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

/* MENU */

#menu {
width: 710px;
height: 23px;
background: #171405;
padding: 10px 0 0 15px;
}

#menu a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: uppercase;
padding: 0 10px;
font-weight: bold;
}

#menu a:link, #menu a:active, #menu a:visited {
color: #959471;
text-decoration: none;
}

#menu a:hover {
color: #fde691;
}

/* CONTENT */

#content {
width: 675px;
background: url(/images/core/bg.content.jpg) repeat-x #55543f;
padding: 25px;
color: #ffffff;
}

#etuvasen {
width: 400px;
float: left;
}

#etuoikea {
width: 250px;
float: right;
}

#etuoikea .uutinen {
width: 230px;
padding: 8px 10px;
background: url(/images/core/bg.news.jpg) top right no-repeat #444331;
color: #cccccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 7px;
}

#etuoikea .uutinen .pvm {
color: #777777;
}

#etuoikea .uutinen .news_header {
font-weight: bold;
color: #ffffff;
}

#etuoikea .uutinen a {
color: #a5946d;
text-decoration: none;
}

#etuoikea .uutinen a:hover {
color: #fde691;
}

#vasenwide {
width: 500px;
float: left;
}

#oikeawide {
width: 130px;
padding: 10px;
float: right;
background: #444331;
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#oikeawide a {
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
color: #a5946d;
}

#oikeawide a:hover {
color: #fde691;
}

#content_footer {
clear: both;
}

/* FOOTER */

#footer {
width: 700px;
height: 22px;
padding: 8px 0 0 25px;
background: #171405;
font-family: Tahoma;
font-size: 11px;
color: #807458;
clear: both;
}

#footer a {
text-decoration: none;
font-weight: bold;
color: #807458;
}

/* FORM */

.nimi, .puhelinnumero, .email {
width: 180px;
margin: 2px 0;
}

.viesti {
width: 250px;
height: 60px;
margin: 2px 0;
}