@charset "utf-8";
/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	padding:0px;
	margin:0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#036;
	font-size:11px;
}
/*
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	text-align:left;
	margin:0px auto;
	width:800px;
	min-height:750px;
	background-color:#FFF;
}
/*
-----------------------------------------------------------------------------
Container/Header
-----------------------------------------------------------------------------*/
#header {
	width:800px;
	height:128px;
	background-image:url(../images/banner.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
ul {
	padding-left:15px;
}
#menu {
	text-align:center;
	border-bottom:1px #000 solid;
}
#menu li {
	display:inline;
	list-style:none;
}
#menu a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
	color:#F00;
	color:#8549D0;
	text-shadow:1px 1px 1px #AAA;
}
#menu ul {
	padding:5px;
}
/*
-----------------------------------------------------------------------------
Container/Page
-----------------------------------------------------------------------------*/
#page {
	width:720px;
	padding:25px;
	font-size:11px;
}
.centred {
	text-align:center;
}
table tr td img {
	padding:15px;
}
#news img {
	border:1px #000 solid;
}
#gallery tr td {
	padding:10px;
	height:300px;
	vertical-align:top;
}