/*Tyylitiedosto Trimpet-sivuille*/

body{
	background-color: rgb(230, 230, 230);
	font-family: Verdana, Arial;
	font-size: smaller;
	margin: 0;
}

h1 {
	font-weight:bold;
	font-size: medium;
}

h2 {
	font-weight: bold;
	font-size: small;
}

#frame {
	width: 1100px;
	height: 950px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url('koksu_pieni_Kallistettu.gif');
	background-repeat: no-repeat;	
	background-position:780px 500px;
}

#page {
	width:1000px;
	height: 950px;
	position: absolute;
	left:0;
	top: 0;
	background-image: url('reunus.gif');
	background-repeat: no-repeat;
	
}

#header {
	width:905px;
	height:170px;
	position: absolute;
	top:7px;
	left:8px;
	background-color:#DCE2F2;
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	border-bottom: solid thin #657AB4;

}

#menu {
	width:905px;
	height:34px;
	position: absolute;
	top:157px;
	left:8px;
}



#content {
	width:500px;
	height:400px;
	position:absolute;
	top:250px;
	left:200px;
}

#hinnasto {
	width:300px;
	height:300px;
	position:absolute;
	top:50px;
	left:50px;
}
#map {
	width:360px;
	height:265px;
	background-image: url('karttaPieni.jpg');
	position: absolute;
	top:550px;
	left:400px;

}

#huom {
	
	color: red;	
}
