/***************************************************
   HTML Element Styles
 ***************************************************/

body {
background: #690;

 /* background: #FFF url('menu_ust3.JPG') fixed top left;*/
  padding:0px; font-family:arial, helvetica, sans-serif; font-size:9px; color:#FFF; margin-left:50; margin-right:0; margin-top:0; margin-bottom:100px; background-attachment:fixed
}

h1 {
  font-size: 20px;
  padding: 5px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 00px;
  text-transform: uppercase;
}

hr {
  border-left:0px none; border-right:0px none; border-bottom:0px none; border-top:1px dashed #000; height: 1px
}

sup, sub {
  color: #FC0;
}

a {
  font-size: 10px;
  color: #FFF;
  text-decoration: none;
  border: 0px;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

a:hover {
  
}

/***************************************************
   User-Defined Styles
 ***************************************************/

#lpanel {
  width: 200px;
  height: 500px;
  background: #9C0;
  margin: 60px 0 0 100px;
  border: 20px solid #FFF;
}

#banner {
  margin: 0px;
  padding: 0px;
  
  background: #FFF url('banner3.jpg');
  width: 200px;
  
  text-align: center;


  height: 200px
}

#nt1 {
  background: #690;
  width: 200px;
  height: 20px;
  font-size: 15px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

#nt2 {
  background: #690;
  width: 200px;
  height: 20px;
  font-size: 10px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

#nav {
  padding: 0px;
  line-height: 20px;
  text-align: center;
  text-transform: lowercase;
}

#nav a {
  color: #000;
  font-size: 15px;
  display: block;
  border: 0px;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

#nav a:hover {
  background: #FC0;
  font-weight: bold;
}

#nav .active {
  font-weight: bold;
}

#header {
  font-size: 20px;
  color: #690;
  width: 500px;
  position: absolute;
  top: 90px;
  left: 320px;
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-style: dotted;
  text-align: right;

}

#content {
  color: #000;
  position: absolute;
  width: 450px;
  top: 120px;
  left: 320px;
  padding: 50px;
}

#footer {
  color: #000;
  background: #FFF;
  padding: 20px;
  margin: 20px 0 0 0;
  text-align: center;
}

#footer a {
  color: #666;
  border: 0px;
  border-bottom: 1px solid #666;
  border-style: dotted;
}

#footer a:hover {
  color: #000;
}