/* @override http://bninorthwich.co.uk/design/css/screen.css */

body
 {
  margin:0;
  padding:0;
  background: white;
  font-family:Verdana;
  font-size:12px;
 }

#mainhead
 {
  width:100%;
  background:url('/design/images/headbg.jpg') repeat-x;
  height:111px;
  text-align:center;
 }

#navhead
 {
  background:url('/design/images/head1.jpg');
  width:769px;
  margin-left:auto;
  margin-right:auto;
  height:111px;
 }

#nav
 {
  padding-top:90px;
 }

#nav
 {
 }

#nav a
 {

  padding-right:10px;
  padding-left:10px;
  font-size:12px;
  padding-top:4px;
padding-bottom:7px;
  height:21px;
  color:white;
  text-decoration:none;
 }

*html #nav a
 {
padding-bottom:6px;
 }


#nav a:hover, #nav a.selected
 {
  background:url('/design/images/selected.jpg') bottom repeat-x;
 }


#main
 {
  width:751px;
  margin-left:auto;
  margin-right:auto;
  overflow:auto;
  zoom:1;
 }

#left
 {
  float:left;
  width:142px;
  padding-top:20px;
  padding-bottom:100px;
  font-family:Trebuchet MS;
  background:url('/design/images/navbg.gif');
 }

#left a
 {
  padding-top:5px;
  padding-bottom:5px;
  display:block;
  text-transform:uppercase;
  padding-left:25px;
  text-decoration:none;
  color:#791717;
  line-height:12px;
 }

#left a:hover, #left li.selected
 {
  background:url('/design/images/leftselected.gif') repeat-y;
 }

#right
 {
  float:right;
  width:206px;  
  background:url('/design/images/navbg.gif');
 }

#right div
 {
  background:#f1e1e1;
  margin-top:10px;
  margin-bottom:20px;
  padding:8px 15px;
  color:#313030;
 }

#content
 {
  width:403px;
  float:left;
  text-align:center;
  background:white;
  padding:0px;
  overflow:hidden;
  zoom:1;
 }

#content #text
 {
  margin:0px;
  width:380px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
 }


#contentbottom
 {
  width:673px;
  height:14px;
  margin-left:auto;
  margin-right:auto;
  background:url('/design/images/contentbottom.jpg') no-repeat;
 }



#down
 {
  width:747px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  color:#6f6d6d;
  text-transform:uppercase;
  text-align:center; 
  font-size:10px;
 }

#bottom
{
  clear:both;
  margin-left:auto;
  margin-right:auto;
  font-size:10px;
  text-transform:uppercase;
  text-align:center;
  padding-top:5px;
}
	
#bottom a
{
  text-decoration:none;
  color:#791717;
  margin:5px;
}

#bottom a:hover, #bottom a.selected
{
  color:#8a2828;
}

.red{
	color: #f91b15;
	font-weight: bold;
}

.blue{
	color: #468efe;
	font-weight: bold;
}

.yellow {
	color: #fab52e;
	font-weight: bold;
	text-decoration: underline;
}

.right {
	float: right;
	padding: 2px;
	border: 1px solid;
	border: 1px solid #313030;
	margin-left: 8px;
}

.left {
	float: left;
	padding: 2px;
	border: 1px solid #313030;
	margin-right: 8px;
}

#contact {
	background-color: #EEE;
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.contact_form dt {
	padding: 0px;
	margin:  0px;

}

.contact_form dd {
	padding: 0px 0px 10px 0px;
	margin:  0px;

}

.contact_form input{
	width: 340px;
}

.small_print {
	font-size: 0.8em;
	color: #666;
}
