#wrapper {
	height: auto;
	width: 980px;
	background-image: url(/images/left_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	clear:both;
	margin: 0 auto 0 auto;
}
#clear {			  /* doesn't contain anything. Just to allow the sidebar to extend */
  clear: both;        
  height: 1px;
  overflow: hidden;   
  margin: 0;          
}
#topContainer {
	height: 105px;
	width: 980px;
	align: left;
}
#leftContainer {
	height: auto%;
	width: 171px;
	float:left;
	background-color:#0D380D;
}
#mainContainer {
	height: auto;
	width: 794px;
	background-image: url(/images/end_of_foot.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:15px;
	padding-right:0px;
	float:left;
}
#topBannerMain {
	height: 105px;
	width: 719px;
	float:left;
	align: left;
}
#topBannerProfile {
	height: 105px;
	width: 143px;
	float:left;
}
#topBannerContact {
	height: 105px;
	width: 118px;
	float:left;
}
#footerWrap {
	height: 38px;
	width: 980px;
	margin: 0 auto 0 auto;
}
#footerLeft {
	height: 38px;
	width: 171px;
	float:left;
	background-color:#0D380D;
}
#footerMain {
	background-image: url(/images/footertile.gif);
	height: 35px;
	width: 799px;
	float:left;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}

body{
margin-top:0;
}
/* These are the presets for your H1 and Paragraph tags, you can change these as */
/* you wish, the same can be set for any standard HTML tag ie a, h2, etc */
H1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}
H2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
}
p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}
newsbox {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#663300;
}
td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

a.newsbox:link,
a.newsbox:visited,
a.newsbox:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#0D380D;
}


A:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#0D380D;
}
A:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#0D380D;
}
A:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#0D380D;
}
A:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#6BA56B;
}

/* These are custom styles which you can assign to anything, these will override */
/* the defaults set by the presets above */
.exampleStyle {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#006600;
}
/*** Form Styling ***/

input.formbtn {

            border-top: 1px solid #999;
            border-right: 1px solid #666;
            border-bottom: 1px solid #333;
            border-left: 1px solid #999;
            background-color:#0D380D;
            font-weight:bold;           
            color:#FFFFFF;
            font:11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.textbox {color:#0D380D; border:1px solid #ccc; background:#efefef; font:10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; padding:2px; width:180px;}
.FormStyle{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000000;
}
ul.bullet {
	list-style-type: none;
	margin: 15px 0px 0px -55px;
	font-weight: bold
}
	ul.bullet li {
	padding-bottom: 13px;	
	padding-left: 23px; 
	background: url('https://www.southerntrails.co.uk/images/pointer.gif') no-repeat;	 
}