body
{
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: tahoma;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 20px;
}

a:link, a:active, a:visited
{
	text-decoration: underline;
	color : #000;
}

a:hover
{
    color: #AAA08C;
}

img
{
    border: 0;
}

#base
{
    margin: auto auto;
    width: 440px;
    background: url('images/bg-center.jpg') repeat-y;
    padding-left: 10px;
}

#banner
{
    height: 232px;
    background: url('images/banner.jpg') no-repeat;
}

#linkbar
{
    height: 44px;
    width: 420px;
    background: url('images/bg-linkbar.jpg') repeat-x;
    text-align: center;
}

#content
{
    margin-bottom: 16px;
    width: 420px;
    height: 100%;
    background: #F9F2E8;
}

#textarea
{
    padding: 10px;
    float: left;
    width: 190px;
    vertical-align: top;
}

#textarea2
{
	padding: 10px;
    float: left;
    height: 100%;
    border-left: 1px dotted #000;
    vertical-align: top;
}

#imagearea
{
    float: left;
    height: 100%;
    border-left: 1px dotted #000;
    text-align: center;
    vertical-align: top;
}

.kuva
{
    margin: 10px;
}

.subject
{
    padding-left: 6px;
}

#roof
{
    height: 8px;
    background: #AAA08C;
    width: 420px;
    margin-bottom: 20px;
}

#bottom
{
    height: 8px;
    background: #AAA08C;
    width: 420px;
}

