/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  background: #f0f0ff ;
  background-attachment:fixed;
  margin: 0 0 100px 0;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
}

h1 {
  font-size: 20px;
  padding: 5px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 10px;
  text-transform: uppercase;
}

hr {
  border: none 0;
  border-top: 1px dashed #000000;
  height: 1px;
}

sup, sub {
  color: #FC0;
}

a {
  font-size: 9px;
  color: #202020;
  text-decoration: none;
  border: 0px;
  border-bottom: 1px solid #cccccc;
  border-style: dotted;
}

a:hover {
  
}

/***************************************************
   User-Defined Styles
 ***************************************************/

#lpanel {
  width: 200px;
  height: 400px;
  background: #b0b0c0;
  margin: 100px 0 0 100px;
  border: 16px solid #606060;
}

#banner {
  margin: 0px;
  padding: 0px;
  background: url(images/harboraura.jpg);
  width: 200px;
  height: 200px;
  color: #404060;
}

#nt1 {
  background: #a0a0a0;
  width: 200px;
  height: 20px;
  font-size: 10px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 1px;
  border-top: 1px solid #00;
  border-bottom: 1px solid #000000;

}

#nt2 {
  background: #404040;
  width: 200px;
  height: 20px;
  font-size: 10px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  border-style: dotted;
}

#nav {
  padding: 0px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  text-transform: lowercase;
}

#nav a {
  color: #202050;
  font-size: 10px;
  display: block;
  border: 0px;
  border-bottom: 1px solid #000000;
  border-style: dashed;
}

#nav a:hover {
  background: #a0a0a0;
  font-weight: bold;
}

#nav .active {
  font-weight: bold;
}

#header {
  font-size: 20px;
  color: #000000;
  width: 480px;
  height: 120px;
  position: absolute;
  top: 60px;
  left: 340px;
  margin: 0 0 0 0;
  padding: 20px;
  background: url(images/sunset_sc.jpg);
  border: 1px solid #303030;
}

#content {
  color: #000000;
  background: #e0e0e8 ;
  position: absolute;
  width: 360px;
  height: 350px;
  top: 240px;
  left: 370px;
  padding: 50px;
  border: 2px solid #909090;
}
#content  a {
  color: #e0e0e0;
  border: 0px;
  border-bottom: 0px solid #000000;
}

#content  a:hover {
  color: #ff00ff;
}
#team {
  color: #303030;
  width: 250px;
  top: 200px;
  left: 320px;
  padding: 50px;
  text-align: right;
}
#subcontent{
  color: #ffffff;
  background: #e0e0e8 ;
  position: absolute;
  width: 190px;
  height: 120px;
  top: 640px;
  left: 508px;
  padding: 5px;
  border: 2px solid #909090;
  text-align: center;
}
#subcontent a {
  color: #000000;
  border: 0px;
  border-bottom: 0px solid #000000;
}

#subcontent a:hover {
  color: #ff00ff;
}
#footer {
  color: #000000;
  background: #a0a0a8;
  padding: 20px;
  width: 200px;
  margin: 10px 0 0 0;
  text-align: center;
  border: 2px solid #707070;

  position: absolute;
  top: 780px;
  left: 490px;
}

#footer a {
  color: #000000;
  border: 0px;
  border-bottom: 0px solid #000000;
}

#footer a:hover {
  color: #0000ff;
}

