/*
Theme Name: SEVA Manchester
Theme URI: http://www.nathanbunn.co.uk/
Description: The default theme for SEVA Manchester Website, designed by NB Web Solutions
Version: 2.6
Author: Nathan Bunn, NB Web Solutions
Tags: SEVA

Bespoke template for SEVA Manchester website.  Please do NOT edit this stylesheet.
*/
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background:#FFFFFF;
}

a, a:hover{
	text-decoration:underline;
}
li a{
	display:block;
}

a{
	color:#000066;
}

#sidebar li{
	list-style-type: none;
	margin:2px;
}

#sidebar ul{
	list-style-type: none;
	margin:0px;
	padding:0px 0px 0px 15px;
}

a:hover{
	color:#003366;
}
#sidebar li a:hover{
	background-color:#DDDDDD;
}

#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(images/bodybackground.jpg);
}

#header {
	background-image:url(images/titlebackground.jpg);
	width: 780px;
	height: 127px;
	margin-left: auto;
	margin-right:auto;
	background-repeat: no-repeat;
	clear:both;
	text-align:right;
}

.headerimage{
	float:left;
	width:150px;
	height:150px;
	margin-top: 25px;
	margin-left: 35px;
	margin-bottom: 15px;
}

.bodybackground {
	width: 780px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(images/bodybackground.jpg);
	clear: both;
	height:inherit;
}

#main{
	clear:both;
}
#content {
	width: 75%;
	float: right;
}

#sidebar {
	width: 23%;
	float: left;
}

#both {
	clear: both;
}

#footer {
	width: 730px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(images/footerbackground.jpg);
	height: 205px;
	padding-right: 25px;
	padding-left: 25px;
	clear:both;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}
.titletext{
	font-size:200%;
	font-weight:bold;
}
.titlearea{
	padding-top:55px;
	padding-right:35px;
	margin-bottom:10px;
	padding-bottom:10px;
}
.searchbox{
	padding-right:35px;
	height: 35px;
}