/*
      Created by Chris Laing
	  
	  E-Mail: chris@caspianseo.co.uk
	  
	
	  
*/

* { padding: 0; margin: 0; }
H1 {
font-size:16px;
font-family: arial, sans-serif;
           color: #333333;
           margin-top:10px;
           margin-bottom:10px;
      }
H2 {
font-size:14px;
           color: #333333;
           margin-top:10px;
           margin-bottom:10px;
      }
H3 {
font-size:12px;
           color: #333333;
           margin-top:10px;
           margin-bottom:10px;
      }
A:link {text-decoration: underline; color: #ffffff;}
A:visited {text-decoration: underline; color: #ffffff;}
A:active {text-decoration: underline; color: #ffffff;}
A:hover {text-decoration: underline; color: #65a4d9;}
a.external:link {text-decoration: underline; color: #333333;}
a.external:visited {text-decoration: underline; color: #333333;}
a.external:hover {text-decoration: underline; color: #65a4d9;}
a.external:active {text-decoration: underline; color: #333333;}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #f6f5ed;
}
#wrapper { 
 margin: 0 auto;
 width: 967px;
}
#headerleft {
 color: #333;
 width: 450px;
 float: left;
 height: 86px;
 margin: 10px 0px 0px 0px;
 background: #ffffff;
 background-image: url(images/headleft.jpg);
 background-repeat:no-repeat;
}
#headerright { 
 float: left;
 color: #333;
 background: #ffffff;
 background-image: url(images/headright.jpg);
 background-repeat:no-repeat;
 margin: 10px 0px 0px 0px;
 height: 86px;
 width: 495px;
 display: inline;
}
#navigationleft {
float: left;
 width: 450px;
 height: 22px;
 color: #fff;
 background: #ffffff;
 background-image: url(images/navleft.jpg);
 background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
}
#navigationright { 
 float: left;
 color: #333;
 background: #ffffff;
 background-image: url(images/navright.jpg);
 background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 height: 22px;
 width: 495px;
 display: inline;
}
#leftcolumn { 
 color: #fff;
 background: #ffffff;
 background-image: url(images/contentleft.jpg);
 background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 height: 350px;
 width: 450px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 background: #ffffff;
 background-image: url(images/midcontent.jpg);
 background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 height: 350px;
 width: 288px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 background: #ffffff;
 background-image: url(images/rightcontent.jpg);
 background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 height: 350px;
 width: 206px;
 float: left;
}
#bottomleftcolumn { 
 color: #333;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 background-image: url(images/bottomleft.jpg);
 background-repeat:no-repeat;
 height: 292px;
 width: 450px;
 float: left;
}
#bottomcontent { 
 float: left;
 color: #333;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 background-image: url(images/bottommid.jpg);
 background-repeat:no-repeat;
 height: 292px;
 width: 288px;
 display: inline;
}
#bottomrightcolumn { 
 color: #333;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 background-image: url(images/bottomright.jpg);
 background-repeat:no-repeat;
 height: 292px;
 width: 206px;
 float: left;
}
#footer { 
 width: 945px;
 clear: both;
 color: #333;
 background: #f6f5ed;
 margin: 0px 0px 0px 0px;
 background-image: url(images/footer.jpg);
 background-repeat:no-repeat;
}