
* {
	margin: 0;
	padding: 0;
}

a {border: none;}

a:active, a:focus {outline: 0;}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

h1, h2, h3 {
	margin-bottom: 20px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.4em; font-weight: bold; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #0065CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

.leftimg {
	float: left;
	margin: 0 15px 0 15px;
}

.rightimg {
	float: right;
	margin: 0 15px 0 15px;
}

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 150px;
	text-align: center;
}

#logo h1 {
	margin: 0;
	padding-top: 50px;
	font-size: 2.6em;
}

#logo h2 {
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu {
	float: right;
	width: 460px;
	height: 147px;
	background: #161b88 url(http://www.wysonshow.org.uk/top.gif) no-repeat left bottom;
	border-top: 3px solid #161b88;
}

#menu ul {
	margin: 0;
	padding-top: 40px;
	
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	border: none;
}


/* Menu 2*/

#menu2 {
	float: right;
	width: 460px;
	height: 147px;
	background: #161b88 url(http://www.wysonshow.org.uk/top.gif) no-repeat left bottom;
	border-top: 3px solid #161b88;
}

#menu2 ul {
	margin: 0;
	padding-top: 10px;
	
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	
}

#menu2 a:hover {
	
}

#menu2 .first a {
	
}



/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(http://www.wysonshow.org.uk/side.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 420px;
	padding: 20px;
	
}

/* side */

#side {
	float: left;
	width: 200px;
	padding: 60px 20px 20px 20px;
	background: url(http://www.wysonshow.org.uk/col2.gif) no-repeat;
}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#side li {
	margin-bottom: 20px;
}

#side li ul {
	list-style: disc inside;
}

#side li li {
	margin: 0;
}

#side dl {
}

#side dt {
}

#side dd {
	margin-bottom: 10px;
}

#side ol {
	margin-left: 0;
	list-style-position: inside;
}

#side h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(http://www.wysonshow.org.uk/five.gif) repeat-x left bottom;
	color: #000000;
}

#side blockquote {
	margin-left: 0;
	margin-right: 0;
}

#side a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 450px;
	margin: 0 auto;
	padding: 10px 0;
	margin-left: 250px;
	
	
	font-size: x-small;
	text-align: right;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #999999;
	padding-right: 2em;
}

#footer a {
	color: #999999;
}

.clear{clear: both;}

.mid{text-align: center;}