body {
	/* background-color: #191970; */
	background-color: #C9CBD6;
	font-family: Trebuchet MS, Georgia, Arial, serif;
	font-size: 14px;
	color:#29303B;
	line-height: 1.5em;
	padding: 0; 
	margin: 0;
}

.article {
	width: 480px;
	column-count: 2;
	column-gap: 20px;
}

/* Set the page width */
#header, #navigation, footer, #footer, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	padding: 0 1em;
	max-width: 905px;
	min-width: 800px;
}
footer, #footer {
	background-color: #004F79;
	color: #EEF;
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
	padding: 1em;
}

#header {
	background: white url('/image.cfm') left top;
	padding-top: 10px;
}
#header:after {
	content: '';
	clear: both;
	display: block;
}

#photos {
	float: right;
}

#navigation {
  height:2.7em;
  line-height:2.7em;
  background-color: #004F79;
}

#navigation ul {
  margin:0;
  padding:0;
  margin-left: -1em;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid white;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
  text-decoration: none;
	color:white;
}

#navigation .selected {background-color:#EE0000}
  
#navigation a:hover {background-color:#CC0000}

#wrapper-content {
	background: #FFFFFF;
	padding: 1.5em 1em 2em;
	overflow: auto;
	clear: both;
}

#wrapper-content-leftcol {
	margin-right: 270px;
}

#wrapper-content-rightcol {
	width: 250px;
	margin-left: 20px;
	float: right;
}

h1 {
	color: #004F79;
	font-weight: bold;
	font-size: 22px;
	line-height: 14px;
}

.page-title {
	color: #004F79;
	font-weight: bold;
	font-size: 20px;
}

.side-title {
	text-transform: uppercase;
	font-size: 14px;
	color: #004F79;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px dashed #004F79;
}

.headlines {
	font-weight: bold;
	font-size: 17px;
	padding: .3em 0 .7em;
}
.headlines a {
	color: #36C;
}

.blog_item {
	margin: 0 0 1.5em 0;
	border-bottom: 1px dashed #333;
}
.blog_item img {
	max-width: 100%;
	height: auto;
}

.blog_date {
	border-bottom: 1px dashed #000099;
}
.afterpost {
	text-align: right;
	padding-bottom: .4em;
}

.addr {
	border-collapse: seperate;
	border-spacing: 2em 1em;
	width: 500px;
	margin-top: 3em;
}
.addr td {
	border-top: 1px solid black;
	padding: .5em 1em 2em .5em;
}
.nob {
	border: none!important;
}
.wim {
	border-collapse: collapse;
}
.wim td {
	padding: 1.5em;
	border: 1px solid #999;
	text-align: right;
}
.tac {
	text-align: center!important;
}

.arc3 {
	float: left;
	width: 14.28571428571429%;
	margin: 0;
	border: none;
	padding: .8em 1.5em;
	box-sizing: border-box;
}
.arcnew {
	clear: left;
}