@charset "UTF-8";

html {
  
  /* background: #d5cdc5; */
}

body  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000;
  margin: 0;
  padding: 0;
  background: url(../images/body_bg.gif);
}

A:hover img {
  border: 0;
}

#topborder {
  background-color:#000000;
  height:20px;
  color:#FFFFFF;
  padding-left: 515px;
}

#container {
  width: 1020px;
}

#metamenu {
  font-size: 11px;
  height:20px;
  line-height:20px;
  }
  
#metamenu A {
  color:#555;
  text-decoration: none; 
  }
  
#metamenu A:hover {
  color: #FFFFFF; 
  text-decoration: none;
  border-bottom:1px dotted #FFFFFF;
  }
  
#search {
  width:195px;
  margin-bottom: 20px;
  padding: 0px 15px 15px 40px;
  height: 30px;
  background-image: url(../images/sucheBG.png);
  background-repeat: no-repeat;
  background-position: 25px -15px;
  }

#search FORM {
  }
  
#search .searchbutton {
  border:0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
  }  

#search .searchbox {
  font-size:14px;
  color:#000000;
  border:0px;
  margin:0px;
  width:140px;
  height:30px;
  background:transparent;
  padding-left: 5px;
  }
  


#mainContent {
  float:left;
  width:470px;
  line-height:18px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 100px;
  margin-left: 20px;
  background: #fff;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:inset 1px 1px 3px #666;
  -webkit-box-shadow:inset 1px 1px 3px #666;
  box-shadow:inset 1px 1px 3px #666;
  opacity:0.9;
  /* background-image: url(../images/contentBG.png);
  background-repeat: repeat; */
  }
      
#mainContent h1 {
  margin: 0;
  color:#000;
  text-decoration:none;
  font-size:24px;
  line-height:22px;
  font-weight:100;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #a99b89;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0;
  }
    
#sidebar1 {
  float: left;
  width: 250px;
  font-size:11px;
  padding-top: 100px;
  min-height: 1000px;
}
  
#sidebar2 {
  float: left;
  width: 250px;
  font-size:11px;
  margin-top: 100px;
}
  

  
.clearfloat { 
      clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

