*{
  font-family: verdana,arial,helvetica;
}

html{
  margin: 0;
  padding: 0;
}

body{
  margin: 0;
  padding: 0;
  font-size: 0.7em;
}


/* header */

div#header{
  border-bottom: 1px solid #000;
  height: 68px;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  position: fixed;
  background-color: rgb(242,182,0);
  background-color: rgb(235,235,235);
  background-color: #336699;
  z-index: 10;
  border-bottom: 3px groove #000;
  background-image: url(../images/surfli-banner-bg2.jpg);
  background-repeat: repeat-x;
}

div#header div#banner{
  background-image: url(../images/surfli-banner2.jpg);
  background-repeat: no-repeat;
  width: 700px;
  height: 68px;
}

div#header h1{
  display: block;
  position: absolute;
  /*background-image: url();
  background-repeat: no-repeat;*/
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 5px;
  border: 1px solid transparent;
  color: #f9f9f9;
  text-align: center;
  letter-spacing: 5px;
  border-right: 1px solid #000;
}

div#header h2{
  display: block;
  position: absolute;
  left: 162px;
  top: 0;
  margin: 0;
  padding: 5px 20px;
  line-height: 58px;
  font-size: 15px;
  font-style: oblique;
  border: 1px solid transparent;
  color: #f9f9f9;
  
}

div#header ul#links-top{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: 68px;
  text-decoration: none;
}
div#header ul#links-top a{
  text-decoration: none;
  float: right;
  line-height: 68px;
  font-size: 13px;
  margin: 0;
  padding: 0 10px 0 60px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  letter-spacing: 2px;
  color: #fcfcfc;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 5px center;
}
div#header ul#links-top a:hover{
  color: #fff;
  background-color: rgb(242,182,0);
  background-color: #6699cc;
  text-decoration: underline;
}

/* content-main */

div#content-main{
  width: auto;
  position: absolute;
  top: 68px;
  left: 20em;
  right: 20em;
  margin: 1px;
  /*border-bottom: 1px solid #ccc;*/
  padding: 2em 2em 7em 2em;
  color: #333;
  text-align: justify;
}


/* content-left */

div#content-left{
  position: fixed;
  top: 69px;
  bottom: 0;
  width: 16em;
  border-right: 1px solid #eee;
  padding: 0 2em;
}

div#content-left > div{
  margin: 1.5em 0 2em;
  border: 1px solid #ccc;
}

div#content-left > div ul{
  padding: 0 2em;
  list-style-type: square;
  color: #ccc;
}

div#content-left > div ul a{
  color: #666;
  text-decoration: none;
  padding: 0.3em;
  line-height: 1em;
  display: block;
}

div#content-left > div ul a:hover{
  background-color: #f6f6f6;
  padding-left: 0.5em;
  color: #000;
}

/* content-right */

div#content-right{
  position: fixed;
  right: 0;
  top: 69px;
  bottom: 0;
  width: 16em;
  padding: 0 2em;
  border-left: 1px solid #eee;
}

div#content-right > div{
  margin: 1.5em 0 2em;
  border: 1px solid #ccc;
}

div#content-right div div{
  padding: 0 1em;
  margin: 1em 0;
  /*text-align: justify;*/
}

/* footer */

div#footer{
  border-top: 2px groove #000;
  position: absolute;
  bottom: 0;
  position: fixed;
  width: 100%;
  padding: 5px;
  margin: 0;
  text-align: center;
  background-color: rgb(242,182,0);
  background-color: #336699;
  color: #f6f6f6;
}

div#footer a{
  color: #f6f6f6;
  text-decoration: none;
}
div#footer a:hover{
  color: #fff;
  text-decoration: underline;
}


/* Generic */

a{
  color: rgb(220,160,0);
}

a:hover{
  color: rgb(242,182,0);
}

h1{
  color: #bbb;
  letter-spacing: 2px;
  margin-bottom: 1.5em;
}

h3{
  margin: 0;
  padding: 0.5em 1em;
  background-color: #eee;
  color: #666;
  font-size: 1em;
}