BODY {
 background: #FFFFF;
 margin: 0;
 text-align: center;
}

#page {
 width: 820px;
 margin-top: 40px;
 margin-left: auto;
 margin-right: auto;
}

#frame {
 background: #FFFFFF;
 float: left;
 width: 820px;
}

#footer {
 text-align: right;
 background: #FFFFFF;
 float: left;
 height: 20px;
 width: 820px;
 font-family: Arial, Verdana;
 font-size: 10px;
 font-weight: bold;
 color: #D3A107;
}

#footer a {
 color: #D3A107;
 text-decoration: none;
}

#footer a:hover {
 color: #D3A107;
 text-decoration: underline;
}

#main_lefttop {
 float: left;
 margin: 0px;
 width: 420px;
 height: 220px;
 background-image: url(../images/logo.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 }
 
 #main_righttop {
	text-align: left;
	float: left;
	margin-left: 40px;
	width: 360px;
	height: 220px;
	background: #4f6a01;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
 }
 
#main_leftbottom {
	text-align: left;
	float: left;
	margin: 0px;
	width: 200px;
	height:auto;/* 220px;*/
	background: #849045;
 }
 
#main_leftbottom_2 {
	text-align: left;
	float: left;
	margin: 0px;
	width: 220px;
	height: auto;/*220px;*/
	background: #849045;
 }
 
#main_rightbottom {
 text-align: right;
 float: left;
 margin: 0px;
 width: 400px;
 height: 242px;
 background: #FFFFFF;
 background-image: url(../images/2.jpg);
 background-repeat: no-repeat;
 background-position: center right;
 position: relative;
}

#right_decor1 {
 position: absolute;
 top: 0;
 left: 400px;
 width: 138px;
 height: 242px;
 background: white url(../images/3.jpg) no-repeat top left;
}
 
#left_bottom {
 font-family: Arial, Verdana;
 font-size: 15px;
 color: #FFFFFF;
 list-style-image: url(../images/pallo.png);
 margin-left: 15px;
 margin-top: 10px;
 margin-bottom:20px;
}

#right_bottom {
 font-family: Arial, Verdana;
 font-size: 18px;
 color: #596B05;
 margin-right: 180px;
 margin-top: 95px;
}

#right_bottom a {
 color: #D3A107;
 text-decoration: none;
}

#right_bottom a:hover {
 color: #D3A107;
 text-decoration: underline;
}

#right_top {
	font-family: Arial, Verdana;
	font-size: 15px;
	list-style-image: url(../images/pallo.png);
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 5px;
}

#right_top2{
 text-align: right;
 font-family: Arial, Verdana;
 font-size: 18px;
 color: #FFFFFF;
 margin-right: 160px;
 margin-top: 10px;
}

.otsikko {
 font-family: Arial, Verdana;
 font-size: 18px;
 color: #D3A107;
}

