@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #85E3EF;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: none;
}
#Logo {
	height: 100px;
	padding-bottom: 12px;
	background-image: url(../images/logo20090818.jpg);
	margin-bottom: 12px;
	font-size: xx-large;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
	background-repeat: no-repeat;
}
#sidhuvud {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #000;
}
#footer {
	padding: 0px;
	clear: both;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#Nav {
	height: 30px;
	
}
#Banner {
	height: 200px;
}
#leftcolum {
	float: left;
	width: 500px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 10px;
	padding: 10px;
	background-color: #D1F4FA;
	height: auto;
}
#rightcolum {
	float: right;
	width: 200px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: outset;
	border-left-style: outset;
	margin: 10px;
	padding: 10px;
}
