@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.open #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 540px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 30px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.open #header {
	background: #FFFFFF;
	height: 230px;
	background-image:url(../img/index_top.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
.open #news {
	float: right;
	width: 291px;
	height: 171px;
	margin-right: 30px;
	margin-top:10px;
	background-color:#A09483;
	background-image:url(../img/newsflash.gif);
	background-repeat:no-repeat;
}
.open #blog {
	float: left;
	width: 278px;
	height: 187px;
	margin-left: 27px;
	margin-top:15px;
	background-color:#A09483;
	background-image:url(../img/blogspot_dk3.gif);
	background-repeat:no-repeat;
}

.open #navbar {
	background: #FFFFFF;
	height: 27px;
	background-image:url(../img/index_mid.jpg);
	background-repeat:no-repeat;
}
.open #enterbox {
	height:27px;
	width:210px;
	float: right;
}
.open #footer {
	background:#FFFFFF;
	height: 283px;
	background-image:url(../img/index_btm.jpg);
	background-repeat:no-repeat;
}
