body {
	margin: 0;
}

img {
	border: 0;
}

#frame {
	margin: auto;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #fff;
	background-image: url("/resources/images/layout/bg_2.gif");
	background-repeat: repeat-x;
}

#container {
	position: relative;
	width: 900px;
	margin: auto;
	border: solid 1px #a0a0a0;
	background-color: white;
} 

#header {
	padding:0;
	width: 900px;
	height: 170px;
}

#logo {
	visibility: visible;
	width: 130px;
	height: 50px;
	margin: 0;
	padding: 0;
}

#logo_2 {
	visibility: visible;
	width: 130px;
	height: 36px;
}

#speech_buble {
	width: 888px;
	height: 118px;
	padding-top: 52px;
	padding-left: 12px;
	background-image:url('/resources/images/layout/puhekupla.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#menu {
	float: left;
	width: 900px;
	height: 30px;
	padding: 0;
	background-color: #a0a0a0;
}

#menu ul {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #ffcc00;
	list-style-type: none;
}

#menu li {
	margin: 0;
	padding: 0;
	background-color: #fc0;
	display: inline;
}

#menu li a {
	float: left;
	display: block;
	width: 9em;
	margin: 0 5px;
	padding: 10px 5px 8px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #fff url("/resources/images/layout/button.gif");
	color: #000;
	text-align: center;
	text-decoration: none;
}

#menu li a:link {
	font: bold 11px arial;
	font-weight: bold;
	color: #000000;
	background-color: #fff;
	text-decoration: none;
}

#menu li a:visited {
	font: 11px arial;
	font-weight: bold;
	 color: #000000;
	background-color: #c0c0c0;
	text-decoration: none;
}

#menu li a:hover {
	background-color: #ffcc00;
	text-decoration: underline;
}

#menu li a:active {
	background: #fc0;
	color: #000;
	text-decoration: none;
}

#content {
	width: 900px;
	min-height: 580px;
	margin-top: 25px;
	padding: 0;
}

#map {
	visibility: visible;
	float: right;
	margin: 15px 20px 0 0;
	width: 330px;
	height: 480px;
	text-align: right;
}

#banner_small_1 {
	visibility: visible;
	float: left;
	width: 250px;
	margin: 20px 5px 20px 20px;
}

#banner_small_2 {
	visibility: visible;
	float: left;
	width: 250px;
	margin: 20px 5px 20px 5px;
}

#text {
	width: 510px;
	margin: 20px 5px 10px 20px;
	text-align: left;
}

#footer {
	clear: both;
	bottom: 0;
	width: 900px;
	height: 20px;
	background-color: #a0a0a0;
}

.img  {
	float: left;
	margin: 5px 5px 5px 20px;
}

.imgRight  {
	float: right;
	clear: both;
	margin: 5px 5px 5px 20px;
}

.footer  {
	color: #fff;
	font-size: 11px;
	font-family: arial;
	text-align: right;
	margin-right: 10px;
}

.footer a {
	color: #fff;
}
.footer a:visited {
	color: #fff;
}
