/*
      Created by Chris Laing
	  
	  E-Mail: chris@caspianseo.co.uk
	  
	
	  
*/

* { padding: 0; margin: 0; }
H1 {
font-size:20px;
font-family: arial, sans-serif;
           color: white;
           margin-top:10px;
           margin-bottom:10px;
      }
H2 {
font-size:14px;
           color: white;
           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: #ffffff;
 background-image: url(../images/bg.jpg);
 background-repeat:repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 920px;
 float: left;
 border: 1px solid #65A4D9;
 height: 75px;
 margin: 0px 0px 0px 0px;
 background: #65A4D9;
 background-image: url(../images/top1.jpg);
 background-repeat:no-repeat;
}
#menu {
 float: left;
 width: 880px;
 height: 10px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #313236;
}
#navigation {
 float: left;
 width: 478px;
 height: 251px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 border: 1px solid #313236;
 background: #313236;
 background-image: url(../images/image1.jpg);
 background-repeat:no-repeat;
}
#rightnav { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 height: 251px;
 width: 400px;
 padding: 10px;
 display: inline;
 border: 1px solid #313236;
 background: #313236;
 background-image: url(../images/image2.jpg);
 background-repeat:no-repeat;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 520px;
 width: 578px;
 float: left;
 background: #FFF;
 background-image: url(../images/image3.jpg);
 background-repeat:no-repeat;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 520px;
 width: 300px;
 display: inline;
 background: #FFF;
}
#leftcolumn1 { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 138px;
 width: 578px;
 float: left;
 background: #e8e8e8;
}
#rightcolumn1 { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 138px;
 width: 300px;
 display: inline;
 background: #e8e8e8;
}
#footer { 
 width: 900px;
 height: 100px;
 clear: both;
 color: #333;
 border: 1px solid #333;
 background: #313236;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}