/*#############################################################
Name: Creative Waterscenes
Date: 13-03-2007
Author: Matthew Hodgson

This stylesheet is subject to copyright.
Please visit http://www.patent.gov.uk/copy/c-compute.htm for more information.
#############################################################*/

* {
	margin: 0;
	padding: 0;
}

a {}

a:hover {}

body {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(img/page_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

ul {margin-left: 1.2em;}

li {
	list-style-type: square;
}

h1 {font-size: 1.4em;}

blockquote {
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	background-color: #FFFFFF;
}

blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #FFFFFF;}

.clearer {clear: both;}

.container {
	margin: 0 auto;
	width: 702px;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
}

.top {
	background: #0000CC;
	width: 630px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	font: normal 0em Verdana,sans-serif;
}

.top a {
	display: block;
	width: 100%;
	line-height: 18pt;
	text-decoration: none;
}

.top span {padding-left: 10px;}

.top a:hover {
	background: #0000CC;
	font: normal 0em Verdana,sans-serif;
}

.header {
	background: #FFFFFF;
	width: 630px;
	height: 180px;
	margin: 0 auto;
	font: normal 0em Verdana,sans-serif;
}

.item {clear: both;}

.item .date {
	color: #FFFFFF;
	float: left;
	height: auto;
	text-align: center;
	width: 36px;
}

.item .date div {padding-top: 4px;}

.item .content {
	float: left;
	width: 420px;
	height: auto;
}

.item h1 {
	background: #0000CC;
	color: #FFFFFF;
	line-height: 32px;
	padding-left: 12px;
}

.item .body {
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 5px;
}

.main {float: left;}

.navigation {
	float: left;
	margin-left: 0px;
	width: 210px;
}

.navigation h1 {
	background: #0066FF;
	color: #FFFFFF;
	line-height: 32px;
	padding-left: 12px;
}

.navigation ul {margin: 0; padding: 0px;}

.navigation li {
	list-style: none;
}

.navigation li a {
	display: block;
	text-decoration: none;
	background-image: url(images/menu_background_1.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-left: 18px;
	padding-right: 0px;
	padding-bottom: 8px;	
}

.navigation li a:hover {
	background-image: url(images/menu_background_2.gif);
}

.footer {
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 32px;
	text-align: center;
	width: 626px;
	background-color: #0000CC;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.footer a {color: #FFFFFF;}

.footer a:hover {color: #FFFFFF;}
