body {
	margin: 0px;
	padding: 0px;
	background-color: #808080;
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
}

div {
    margin: 0px;
    padding: 0px;
}

div#containera {
    margin-left: 50px;

    background-image: url('img/tausta.png');
    background-repeat: repeat-y;

    width: 806px;
}

div#containerb {
    width: 796px;
    padding: 0px 5px;
}

div#header {
    background-image: url('img/otsikko.png');
    background-repeat: no-repeat;

    height: 200px;
    width: 796px;
}

div#links {
    background-image: url('img/menu.png');
    background-repeat: no-repeat;

    border-bottom: 6px solid red;
    width: 796px;
    height: 17px;
    padding: 5px 0px;
    text-align: center;
}

div#content {
    background-color: #D1E3F4;
    margin: 10px;
    padding: 5px;
    font-size: 1.1em;
}

img.floatimage {
    float: left;
    clear: both;
    margin: 10px 20px 5px 5px;
}

div.logot {
    background-image: url('');
    background-position: bottom right;
    background-repeat: no-repeat;
}

h1 {
    margin-top: 0px;
    padding-top: 40px;
    margin-bottom: 15px;
    color: #2A72B9;
    font-size: 18px;
	line-height: 24px;
}
h2 {
	color: #2A72B9;
	font-size: 11px;
	text-decoration: none;
}
div#content p {
    margin-right: 120px;
    font-weight: bold;
}

div#footercontainer {
    background-image: url('img/tausta-ala.png');
    background-repeat: no-repeat;
    background-position: bottom;

    width: 806px;
}

div#footer {
    padding: 5px 10px 15px 10px;
    width: 786px;
    font-weight: bold;
    text-align: center;
}
div#footer span {
    color: #2A72B9;
}

