/*#############################################################
Name: Emma Clease
Date: 01/07/2006
Author: William Long
#############################################################*/
* {margin: 0; padding: 0;}
a {text-decoration: none; color: #F09;}
body {
	margin: 20px 0;
	background: #FFF url('img/bg.jpg') repeat-y fixed bottom center;
	text-align: center;
	color: #311; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Trebuchet MS, Arial
}
ul {
	padding: 10px 0;
}
li {
	list-style: none;
	margin: 4px 0 4px 20px;
}
li span {
	font-size: 0.9em; color: #444;
}
.container {
	border-left:1px solid #CCC; border-right:1px solid #CCC; border-top:1px solid #EEE; border-bottom:1px solid #AAA; text-align: left;
	width: 600px;
	margin: 0 auto;
	background: #FFF url('img/header_image.jpg') no-repeat;
	
}
.clearer, .footer {
	clear: both;
}
.content, .footer {
	padding: 0 5px;
}
.footer {
	background: #000;
	color: #FFF;
	margin: 5px;
	padding: 2px 5px;
}
.header {
	height: 210px;
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: #F09;
	font-size: 2.4em;
}
.item {
	padding: 10px;
	text-align: justify;
}
.item h1 {
	font: normal 1.6em serif,Arial;
	letter-spacing: 1px;
	color: #C36;
}
.left {
	float: left;
	width: 390px;
	background: #F2EEF2;
}
.menu {
	margin-left: 18px;
}
.menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size: 18px;
}
.menu a:hover {
	text-decoration: underline;
}
.right .submenu_end {
	background: url('img/bgsubmenu_end.gif') no-repeat; height: 29px
}
.right {
	float: right;
	width: 195px;
	background: #DDD;
}
.right a:hover {
	text-decoration: underline;
}
.top {
	height: 250px;
}