body {
	margin: 0;
	padding: 0;
	border: 0;
/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;
/* Minimum width of layout - remove line if not required */
/* The min-width property does not work in old versions of Internet Explorer */
	font-family: helvetica, verdana, arial, sans-serif;
}
a {
	color: #369;
}
h1, h2, h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}
p {
	margin: .4em 0 .8em 0;
	padding: 0;
}
img {
	margin: 0px;
	border: 0px;
}
/* Header styles */
#header {
	clear: both;
	float: left;
	width: 800px;
}
#header {
	border-bottom: 1px solid #000;
}
#header p, #header h1, #header h2 {
	padding: .4em 15px 0 15px;
	margin: 0;
}
div.col2 ul {
	clear: left;
	float: left;
	width: 133px;
	list-style: none;
	margin: 0px 0 2px 0;
	padding: 0;
	font-size: 10pt;
}
div.col2 ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.col2 ul li a {
	width: 111px;
	display: block;
	float: left;
	margin: 0 0 0 0px;
	padding: 3px 10px;
	text-align: left;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 0px;
	line-height: 1.3em;
}
div.col2 a:hover {
	color: #FFFFFF;
	background: #8AE673;
	text-decoration: none;
}
div.col2 ul li a:hover {
	background: #EBFFE6;
	color: #000000;
}
div.col2 ul li a.active, div.col2 ul li a.active:hover {
	color: #FFFFFF;
	background: #60BF60;
	font-weight: bold;
}
div.col2 ul li a span {
	display: block;
}
/* 'widths' sub menu */
#layoutdims {
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}
/* column container */
.colmask {
	position: relative;
/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 800px;
/* width of whole page */
	overflow: hidden;
/* This chops off any overhanging divs */
}
/* 3 column blog style settings */
.blogstyle {
	background: #60BF60;
/* Right column background colour */
}
.blogstyle .colmid {
	float: left;
	width: 200%;
	margin-left: -190px;
	padding: 0px;
/* Width of right column */
	position: relative;
	right: 100%;
	background: #BFFFBF;
	border-right: 1px solid black;	
/* Centre column background colour */
}
.blogstyle .colleft {
	float: left;
	width: 100%;
	margin-left: -135px;
/* Width of centre column */
 	background: #E6FFE6; 
	border-right: 1px solid black;
/* Left column background colour */
}
.blogstyle .col1wrap {
	float: left;
	width: 50%;
	padding-bottom: 1em;
/* Centre column bottom padding. Leave it out if it's zero */
}
.blogstyle .col1 {
	margin: 0 15px 0 340px;
/* Centre column side padding:                            
	Left padding = left column width + centre column left padding width
	Right padding = right column width + centre column right padding width */
	position: relative;
	left: 100%;
	overflow: hidden;
}
.blogstyle .col2 {
	float: right;
	width: 135px;
	padding-top: 2px;
/* Width of left column content (left column width minus left and right padding) */
	position: relative;
	left: 137px;
/* Width of the left-hand side padding on the left column */
}
.blogstyle .col3 {
	float: right;
	width: 170px;
/* Width of right column content (right column width minus left and right padding) */
	position: relative;
	left: 450px;
}
.col3 p {
	text-align: center;
}
/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 800px;
	border-top: 1px solid #000;
}
#footer p {
	padding: 10px;
	margin: 0;
	font-size: 8pt;
}
/* --> */
<!--[if lt IE 7]>    
<style media="screen" type="text/css">    
.col1 {
	width: 100%;
}
</style>    
<![endif]-->    
a {
	text-decoration: none;
}
div.col1 h2 {
	font-size: 10pt;
}
div.col1 h3 {
	font-size: 9pt;
}
div.col3 h2 {
	font-size: 10pt;
}
div.article {
	font-size: 9pt;
}
div.flags {
	float: right;
}
div.jekyll {
	display: none;
}
table.contacts {
	line-height: 1.7em;
}
tr.tl0 {
	background: #CCFFBF;
}
tr.tl1 {
	background: #EBFFE6;
}
/* photoalbum */
div.photoalbum {
	border-right,border-bottom: 1px solid black;
	padding: 2px;
}
div.photonavig {
	clear: both;
	width: 100%;
	text-align: center;
}
div.photonavig div {
	width: 50px;
	padding-left,padding-right: 10px;
	float: left;
	text-align: center;
	background: #60BF60;
	font-size: 8pt;
	border: 2px solid #BFFFBF;
}
div.photonavig div:hover {
	background: #BFFFBF; 
	color: black;
}
div.photonavig a, div.photonavig a:visited {
	text-decoration: none;	
	font-weight: bold;
	color: #FFFFFF;	
}
div.photoalbum table {
	clear:both;
}
div.photo {
	width: 200px;
	padding: 5px;
	border-right,border-bottom: 1px solid #D0D0D0;
	background: #BFFFBF;
	text-align: center;
}
div.photo a,div.photo a:visiter,div.photo a:hover {
	text-decoration: none;
}
div.photo p {
	font-size: 7pt;
}

div.cleaner {
	clear: both;
}
/* discussion */
div.talknavig {
	clear: both;
	width: 100%;
	background: #BFFFBF; 
	text-align: center;
}
div.talknavig div {
	width: 20px;
	padding-left,padding-right: 5px;
	float: left;
	border: 1px solid #BFFFBF;
	width: 20px;
	text-align: center;
	font-size: 8pt;
	background: #60BF60;
}
div.talknavig a:hover {
	width: 20px;
	background: #BFFFBF; 
	color: black;
}
div.talknavig a, div.talknavig a:visited {
	text-decoration: none;	
	font-weight: bold;
	color: white;	
}
form.talk, form.talk input, form.talk textarea {
	font-size: 8pt;
	font-family:  helvetica, verdana, arial, sans-serif;
}
div.commentlist {
/*	background: #BFFFBF; */
	padding: 5px;
}
div.comment {
	font-size: 8pt;
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	margin-bottom: 4px;
}
p.commentheader {
	font-size: 8pt;
	font-weight: bold;
	color: gray;
}
div.article {
	line-height: 140%;
}
div.article img {
	text-align: center;
}
div.results {
	font-size: 8pt;
}
table th {
	text-align: left;
}
/* navigation */
div.navigation {
	font-size: 8pt;
	clear: both;
	width: 100%;
}
div.navigation ul
{
	padding: 0;
	margin: 0;
/*	clear: left; */
	float: left;
	list-style: none;	
	font-size: 8pt;
	margin-bottom: 10px;
}
div.navigation ul li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 30px;
	text-align: center;
	font-weight: bold;
	margin-left,margin-right: 2px;
}
div.navigation ul li a,div.navigation ul li a:visited {
	width: 30px;
	text-decoration: none;
	background: #60BF60;
	color: white;
	display:block;
}
div.navigation ul li a:hover {
	text-decoration: none;
	background: #BFFFBF; 
	color: black;
}
/* */
div.logo {
	text-align: center;
	margin-top: 10px;
/*	margin-left: 17px; */
}
/* camera */
div.cameras img {
	border: 5px solid #BFFFBF;
}
div.cameras {
	margin-bottom: 5px;
}
/* administration */
div.admin {
	font-size: 10pt;
}
div.admin p.navig {
	font-size: 9pt;
}