* {
	margin:0;
	padding:0;
}
ul {
	margin-left:30px;
}
body{
	/* position:relative; */
	background:#942035 url(images/grad.jpg) repeat-x;
	/* background:#2C5648 ;	 */
	/* font-family: tahoma, Helvetica, sans-serif; */
	font-family: georgia;	
	font-size: 80%;
	color:#222;
}
h1, h2, h3, h4 {
	padding-top:10px;
	padding-bottom:10px;	
	font-family:  georgia;
	font-weight:normal;
}
a {
	color: #942035;
	text-decoration:none;
	position:relative;
}
a:hover {
	color: #000;
}
p {
	padding:5px;
}
fieldset {
	padding: 10px;
	outline:none;
}
input {
	margin:5px;
}
#container {
	width:700px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
} 
#masthead {
	background: url(/images/banner.jpg) no-repeat; 
	position:relative;
	height:150px;
}
#head {
	visibility:hidden;
}
#menu a {
	color: #555;
	background:#fff;
}
#menu a:hover {
	color: #222;	
	
}
#menu {
	position:absolute;
	width: 25em;
	right:40px;
	bottom:0;
	font-size: 1.5em;
}
#menu li {
	list-style-type: none;
	float:left;
	padding:10px;
}
#main {
	
	background: #fff;
	padding: 10px;
}
#holder {
	min-height: 300px;
	border: 1px #bbb dotted;
	padding:10px 40px 10px 40px;	
}
#notice {
	padding:10px;
}
#footer {
	color: #fff;
	padding: 5px;
	text-align:center;
	background: #bbb;
}
#contact_deets {
	padding:20px;
}
#contact_deets li {
	padding:10px;
}