/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	background-image: url(/images/bgtile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #093B0E;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 130%
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}
a {

}
#container {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {

}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {

}
/*=CONTENT
=== === === === === === === === === === */
#content {
	float: left;
	width: 490px;
	padding: 8px;
	font-size: 12px;
}
#content p {
	padding-bottom: 8px;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: left;
	padding-top: 8px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 24px;
	text-align: center;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#footer a {
	color: #093B0E;
}
#links {
	background-color: #a4a58f;
	margin: 8px;
	padding: 8px;
	float: left;
	width: 255px;
	text-align: center;
	border-top-width: 8px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#links p {
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#links img {
	border: 2px solid #000000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 22px;
	color: #330000;
	margin-bottom: 15px;
	margin-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
}
.conentimage {
	background-color: #a4a58f;
	padding: 4px;
	width: 250px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height: 175px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 4px;
	float: left;
}
#content_wide {
	float: left;
	width: 778px;
	font-size: 12px;
	padding: 0px;
	margin-right: 8px;
	margin-left: 8px;
}
a {
	color: #093B0E;
}
h2  {
	font-size: 18px;
	color: #660000;
	margin-bottom: 8px;
}
.item {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}
