body {
	background: #aab3ba url(../images/bg_tile.jpg) repeat-y fixed center;
	margin-top: 25px;
	font: 10pt/normal Arial, Helvetica, sans-serif;
	color: #000;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #646464;
	text-decoration: none;
	}
	
a:active {
	color: #000;
	text-decoration: underline;
	}

#container {
	width: 446px; 
	margin: 0 auto 0 auto;
	} 
	
#header {
	}
	
#logo {
	background: url(../images/logo.jpg) no-repeat center;
	height: 302px;
	}
	
#logo h1 {
	display: none;
	}
	
#navigation {
	background: url(../images/body_top.jpg) no-repeat center top;
	height: 63px;
	padding-top: 16px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	word-spacing: 30px;
	}

#navigation h2 {
	display: none;
	}
	
#navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #bfbfbf;
	}
	
#navigation a:active {
	color: #fff;
	}

#content {
	background: url(../images/body_tile.jpg) repeat-y center;
	margin: -16px 0 -16px 0;
	padding: 30px;
	padding-top: 8px;
	}
	
.newspost, .contentblock {
	height: auto;
	padding-bottom: 32px;
	}
	
.newspost h3, .contentblock h3 {
	background: url(../images/peekybot.jpg) no-repeat bottom left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 12px;
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
	}
	
.newspost h4 {
	margin-top: -12px;
	text-align: right;
	color: #808080;
	font-size: 8pt;
	font-weight: bold;
	}
	
.contentblock h4 {
	margin-top: 32px;
	font-size: 11pt;
	font-weight: bold;
	}

.newspost p, .contentblock p {
	text-indent: 25px;
	text-align: justify;
	}
	
.thumbnails {
	text-align: center;
	}
	
.thumbnails img {
	border: 1px solid #808080;
	margin: 2px;
	background-color: #fff;
	padding: 5px;
	}
	
.thumbnails img:hover {
	background-color: #bfbfbf;
	}
	
.thumbnails img:active {
	background-color: #fff;
	}

#footer {
	background: url(../images/body_bottom.jpg) no-repeat center top;
	height: 63px;
	padding-top: 30px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	}