/*Style Sheets - Bluecrab Web Template*/

* {
	margin: 0px;
	padding: 0px;
}

body {
   font-family: Verdana, Arial, Helvetica;
   background-image:url(../images/bg.jpg);
   background-repeat:repeat-x;

}

div#holder{
 width:980px;
 height:100%;
 margin: 10px auto 5px auto;
}

div#header {
  width:880px;
  height:63px;
  background-image:url(../images/header.jpg);
  padding-top:35px;
  padding-left:100px;
}

div#tagline {
 float:right;
 width:400px;
 font-size:9pt;
 color:#1fa9fd;
 padding-top:10px;
}


div#nav {
 float:left;
 width:875px;
 height:28px;
 background-image:url(../images/nav-bg.jpg);
 padding-top:12px;
 padding-left:105px;
}

#main-menu {
    list-style: none;
    float: left;
}
 
ul#main-menu li {
    float: left;
    display: inline;
    margin-right:90px; /*gap between items*/
 }
 
ul#main-menu li a, ul#main-menu li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: normal; /*change to "bolder" to bold it*/
    color: #dee5e8; /*change to the colour you want*/
    font-size:12pt;
}

ul#main-menu li a:hover {
   text-decoration:overline;
   color: #a4dafb;   
}

div#main-pic {
 float:left;
 width:980px;
 height:334px;
}

div#intro {
 float:left;
 width:880px;
 height:220px;
 background-image:url(../images/intro.jpg);
 padding-left:100px;
 padding-top:13px;
}

div#intro-text {
 float:left;
 width:780px;
 height:90px;
 overflow:auto;
 color:#1e201a;
 font-size:8pt;
 padding-right:100px;
} 

div#middle-holder {
  float:left;
  width:980px;
  height:100%;
  background-color:#f6f1f0;
}

div#left {
  float:left;
  height:100%;
  width:634px;
  background-color:#f6f1f0;
}

div#left-contents {
  float:left;
  height:100%;
  width:500px;
  font-size:8pt;
  color:#1e201a;
  background-color:#f6f1f0;
  padding-left:100px;
  padding-top:50px;  
}

div#right {
  float:left;
  height:100%;
  width:346px;
  background-image:url(../images/links-right.jpg);
  background-color:#f6f1f0;
}

div#right-contents {
  padding-top:50px;
  float:left;
  width:250px;
  height:100&;
  font-size:9pt;
  color:#1e201a;
  overflow:auto;
  padding-left:50px;
}


div#footer {
 clear:both;
 float:left;
 width:880px;
 height:36px;
 background-image:url(../images/footer.jpg);
 color:#64584c;
 font-size:8pt;
 padding-left:100px;
 padding-top:20px;
}

div#credits {
  float:right;
  width:300px;
  height:50px;
}


H1 {
font-size:30px;
color:#f2eceb;
}

H2 {
font-size:16px;
color:#027ec9;
}

H3 {
font-size:14px;
color:#027ec9;
}

.link {font-size:9pt; color:#0066CC; text-decoration:none;



