body {
	/*background-color: red;
	/*color: yellow;*/
	font-family: "Times New Roman", serif;
	background-color: rgb(185, 232, 225);
	color: black;
}

/* Fix IE hasLayout bug */
* html .body {
	height: 1px;
}

#header {
	background: url('north-winds.png') no-repeat top center;
	position: absolute;
	height: 160px;
	top: 0px;
	left: 180px;
	right: 0;
	/*display: block;*/
	margin-left: auto;
	margin-right: auto;
	width: auto;
	/*
	border-width: 1px;
	border-color: red;
	border-style: solid;
	*/
}

#header img {
	position: absolute;
	left: 0; right: 0;
	margin: auto;
}

#footer {
  /*position: relative;
  left: 0px;
  width: 180px;
  height: 20px;*/
  /*float: left;*/
  /*margin-left: 0px;*/
	margin-left: 180px;
}

#left {
  /*display: inline-block;*/
  /*border-style: solid;*/
  /*margin-right: 10px;*/
  /*background: white;*/
  position: absolute;
  top: 50px;
  bottom: 20px;
  left: 0px;
  width: 180px;
  /*float: left;*/
  /*margin-left: 0px;*/
}

#right {
  /*display: inline-block;*/
  /*border-style: solid;*/
  /*margin-right: 10px;*/
  /*background: white;*/
  position: absolute;
  top: 160px;
  bottom: 20px;
  right: 0px;
  width: 420px;
  /*float: left;*/
  /*margin-left: 0px;*/
}

#right {
}

#body {
  /*display: inline-block;*/
  /*border-style: solid;*/
  /*border-color: white;*/
  /*background: yellow;*/
  /*float: left;*/
  /*margin-left: 180px;
  margin-right: 30px;
  margin-top:60px;*/
	/*
  position: absolute;
  top: 160px;
  left: 180px;
  padding-right: 8px;
  	*/
	margin-top: 160px; margin-left: 180px;
	padding-left: 0;
}

#body60 {
  /*display: inline-block;*/
  /*border-style: solid;*/
  /*border-color: white;*/
  /*background: yellow;*/
  /*float: left;*/
  /*margin-left: 180px;
  margin-right: 30px;
  margin-top:60px;*/
	/*
  position: absolute;
  top: 160px;
  left: 180px;
  padding-right: 8px;
  	*/
	/*margin-top: 160px; margin-left: 180px;*/
	margin-top: 160px; margin-left: 20px;
	margin-right: 420px;
	padding-left: 0;
	padding-right: 20px;
}

.lower {
/*
  display: table;
  border-style: solid;
  border-color: maroon;
  background: yellow;
*/
}

.box_outline {
	background-color: white;
	color: black;
	border-width: 1px;
	border-color: rgb(193, 193, 193);
	border-style: solid;
	margin-left: 8px;
	margin-bottom: 8px;
}

h3 { margin-left: 8px; }

#header h1 {
	display: none;
}
#headline {
	/*color: rgb(17, 221, 185);
	font-family: "URW Chancery L", "Comic Sans MS", "Times New Roman", serif;
	font-weight: bold;
	font-size: 56pt;*/
	background: transparent url('north-winds.png') no-repeat top left;
	/*background-repeat: no-repeat;
	background-position: center;*/
	/*visibility: hidden;*/
	float: right;
	display: none;
}
#headline span {
	display: none;
}

.box_head {
	margin: 0px 0px;
	padding: 0px 5px;
	background-color: rgb(119, 203, 234);
	color: black;
	/*
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: dashed;
	border-color: black;
	display: block;
	*/
	left: 3px;
}

.news_date {
	font-weight: bold;
	display: inline;
}

.news_author {
	font-style: italic;
	display: inline;
	text-align: right;
	padding: 2px;
}

.box_body {
	background-color: white;
	color: black;
	display: block;
	padding: 5px;
	/*width: 500px;*/
}

.box_body_hidden {
	background-color: white;
	color: black;
	display: none;
}

p {
	text-align: justify;
	text-indent: 2em;
}
.box_body p {
	margin-top: 0;
	text-indent: 0;
	text-align: left;
}
