body {
	margin: 0px;
	padding: 0px;
	color: #309;
}
#wrapper {
	background-color: #666;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	color: #FFF;
	text-decoration: none;
}
#wrapper #Logo {
	background-image: url(file:///C|/Documents%20and%20Settings/Johan/Skrivbord/bannerNY.jpg);
}
#wrapper #meny {
	height: 54px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-right-color: #F6F5F2;
	border-bottom-color: #000;
	border-left-color: #DBDBDB;
	font-size: 37px;
	font-weight: bolder;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../Bilder/MenyNY.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
}
#wrapper #bodyArea #left {
	float: left;
	width: 850px;
	background-color: #666;
	text-align: center;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#wrapper #bodyArea #right {
	width: 145px;
	float: right;
	clear: none;
	overflow: visible;
	background-color: #666;
}

#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	color: #FFF;
	font-size: large;
	background-image: url(../Bilder/FooterNY.jpg);
}

