#Wrapper {
	width: 900px;
	margin: auto;
	text-indent: 10px;
	background-color: #000099;
	color: #CCCCCC;
	text-align: left;
}
#header {
	height: 125px;
	font-size: 36px;
	padding: 0px;
	margin: 0px;
	background-image: url(Bilder/Banner.jpg);
}
#meny {
	float: left;
	width: 125px;
	height: 475px;
}
#reklam {
	float: right;
	width: 125px;
}
#fotter {
	height: 75px;
	width: 900px;
	text-align: center;
	clear: both;
}


#main {
	width: 775px;
	margin-left: 0px;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
	height: 440px;
}

body {
	background-color: #0066CC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:active {
	color: #999999;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}
