
body {
    height:100%;
    width:100%;
	padding:0;
    margin: 0px;
	background: #ffffff;
	color: #000000;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	line-height: 14px;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}


#main {
    width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
}

#main #top{
    width:100%;
    padding-top:17px;
	background: #dcdcdc;
}

#main #top #header {
    height: 123px;
    width: 968px;
    background: url(../layout/top.jpg);
}

#main #top #topmenu {
    margin-top:17px;
    width:100%;
    height: 37px;
    background:#8cb415;
}


#main #top #topmenu #topmenumiddle {
	width:968px;
}

#main #top #topmenu #topmenumiddle #topmenusearch{
	float: left;
	text-align: left;
	width: 200px;
	margin-top:10px;
	margin-bottom:auto;
	color: #fff;
}

#main #top #topmenu #topmenumiddle #topmenusearch input,select,textarea {
    color:#000;
	border-color:#666;
	border-width:1px;
	border-style:solid;
	font-size:11px;
}
#main #top #topmenu #topmenumiddle #topmenusearch #searchbox {
    width: 90px;
}




#main #top #topmenu #topmenumiddle #topmenuitems{
    float: right;
    width: 718px;
    font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding-left: 50px;
}



#main #container {
     width: 968px;
     padding-top:14px;
}


#main #container #leftmenu {
     width: 252px;
     float:left;

     padding-bottom:213px;
     background-image: url(../layout/menubg.jpg);
     background-repeat: no-repeat;
     background-position: bottom left;
     background-color:#dcdcdc;
}

#main #container #content {
     width: 663px;
     float:right;
     text-align:left;
}

#main #container #content #murupolku {
    color:#808080;
	line-height: 10px;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

#main #container #content #murupolku a {
    color:#808080;
	line-height: 10px;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

#main #container h1 {
    color:#99b93a;
	line-height: 14px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding-bottom:20px;
}

#main #container #texta h1 {
    color:#99b93a;
	line-height: 14px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding-bottom:20px;
}


#main #container #texta h2 {
    color:#68767f;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:3px;
	margin-bottom:0px;
}


#main #container #texta img {
    border-top:1px solid #8cb415;
    border-left:1px solid #8cb415;
    border-right:3px solid #8cb415;
    border-bottom:4px solid #8cb415;

	margin-left:10px;
	margin-bottom:10px;
}


