body{
	/*background: rgb(206,234,236) url(../img/header.jpg) no-repeat left top;*/
	background: rgb(192,192,192);
}
#main{
	width: 1000px;
	margin-left: 0px;
	margin-top: 0px;

}
#header{
	/*background-image: url(../img/header.jpg);*/
	float: left;
	height: 205px;
	width: 900px;
	margin-left: 0px;
	margin-top: 0px;
}
h2{
	font-family: Tahoma;
}
#script{
	position: relative;
	float: none;
	margin-right: 80px;
	margin-left: 140px;
}
#text{
	position: relative;
	float: left;
	width: 60%;
}
#picture{
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
#adresa{
	position: relative;
	float: left;
	width: 700px;
	text-align: center;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
#owner{
	font-style: italic;
	font-size: 1.3em; 
}
aplet{
	padding: 100px;
}
#content{
	font-family: Tahoma;
	font-size: 0.8em;
	float: right;
	position: relative;
	border: 1px #000000;
	width: 700px;
	background: rgb(206,234,236);
}
#menu_bar{
	float: left;
	list-style: none;
	float: left;
	width: 200px;
	background: rgb(206,234,236);
}
#menu_bar ul li{
	width: 140px;
	padding: 0px;
	height: 45px;
	list-style: none;
	font-size: 1.8em;
}
#main{
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	background: rgb(206,234,236);
	overflow: hidden;
	/*width: auto;
	height: auto;*/
}