body {
	background: #fff url(../images/patterns/plaster.jpg) repeat;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	margin: 0;
	overflow-y: scroll;
	padding: 0;
}

#container {
  border-top: 5px solid #06a;
}

#navigation {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.4em;
  padding: .3em 0 .5em 0;
}

#navigation a {
  cursor: pointer;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0px;
}

#navigation a.focus {
  color: #000;
}

#navigation .separator  {
  color: #bbb;
  cursor: default;
  font-size: .5em;
  font-style: italic;
  padding-right: 8px;
}

#navigation .introduction {
  color: #333;
  font-size: .5em;
  padding: 0 0 6px 4px;
}

#content .introduction {
  margin: 0 0 25px 0;
}

h1 {
  left: 20px;
  position: absolute;
  top: 0;
}

h1 a img {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

a {
	color: #bbb;
	padding: 2px 0;
  text-decoration: none;
}

a:hover {
  color: #000 !important;
	padding: 2px 0;
  text-decoration: underline;
}

a:visited {
  color: #bbb;
}

.clearfix {
  clear: both;
}

.inner {
  margin-right: 0;
}

.splitter {
  border-top: 1px dashed #bbb;
  clear: both;
  margin: 10px auto 0 auto;
  padding: 0 0 10px 0;
}

.details {
  background-color: #F8F7EF;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  margin: 0;
  text-align: center;
}

.details .splitter {
  border-top: none;
  padding: 0;
}

.other-articles {
  border-left: 1px solid #bbb;
  padding: 15px 8px 0 0;
}

.other-articles h4 {
  font-size: 1.8em;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
}

.article {
  margin: 0 0 10px 0;
  padding: 0 0 10px 20px;
}

.title div {
  line-height: 1.3em;
}

.title a {
  color: #06a;
}

.article .title a {
  font-size: 1.4em;
  line-height: 1.1em;
}

.main .title {
  line-height: 2em;
  padding: 10px 0 0 0;
  text-align: center;
}

.main .description {
  color: #cc6a00;
  font-size: 1.2em;
  margin: 2px 10px 5px 25px;
  text-align: center;
}

.main .content {
  padding: 15px 0 0 0;
}

.main .title a {
  font-size: 2em;
}

.main .date {
  color: #666;
  font-size: 1.2em;
  text-align: center;
}



