@charset "utf-8";
/* CSS Document */

body {
   background: url(images/textile.jpg);
   background-position: center;
   background-repeat: inherit;
   background-attachment:fixed;

}

body {
   font: 12px Verdana;
}
  
div#wrapper {
   background:;
   color: #000000;
   font-size: 12px;
   margin: 0 auto;
   width: 900px;
}  
 
div#banner {
   background: url(images/banner.png);
   height: 200px;				
}	

ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  border-top: 1.5px solid #ffffff;
  padding: 15px 60.9px 15px 60.9px;
  background: url(images/texturebutton2.jpg);
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover { background: url(images/texturebutton.jpg) }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 12px;
}
li:hover a { background: url(images/texturebutton2.jpg); }
li:hover li a:hover { background: url(images/texturebutton.jpg) }


div#contents {
   clear: both;
   float:left;
   padding:10px 30px;
   text-align: justify;
   width: 840px;
   line-height: 1.4em;
   letter-spacing: 1px;
   background: url(images/background.jpg);
}

div#sidebar {
   text-align: left;
   clear: inherit;
   width:260px;
   float: right;
   padding: 10px 20px;
   line-height: 1.5em;
   letter-spacing: 1px;
   background: url(images/background.jpg);
}

div#title {
   clear: both;
   text-align: left;
   padding: 15px 25px;
   font-weight: bold;
   font-size: 16px;
   width: 850px;
   background:;
}

div#title2 {
   clear: both;
   text-align: left;
   font-weight: bold;
   font-size: 14px;
}
div#title3 {
   clear: both;
   text-align: left;
   font-weight: bold;
   font-size: 14px;
}
div#title4 {
   clear: both;
   text-align: left;
   font-weight: bold;
   font-size: 14px;
}
div#title5 {
   clear: both;
   text-align: left;
   font-weight: bold;
   font-size: 14px;
}
div#title6 {
   clear: both;
   text-align: left;
   font-weight: bold;
   font-size: 14px;
}
div#title7 {
   clear: both;
   text-align: left;
   font-weight: bold;
   font-size: 14px;
}

div#picture0 {
   clear: both;
   padding: 0px 0px;
   background: url(images/background.jpg);
}

div#picture1 {
   clear: both;
   padding: 15px 25px;
   background: url(images/background.jpg);
}

div#picture2 {
   clear: both;
   padding: 15px 25px;
   background: url(images/background.jpg);
}
div#picture3 {
   clear: both;
   padding: 15px 25px;
   background: url(images/background.jpg);
}
div#picture4 {
   clear: both;
   padding: 15px 25px;
   background: url(images/background.jpg);
}

div#button {
   border: medium; 
   width: 200px;
   color: #000000;
}

div#footer {
   text-align: center;
   background: url(images/footer.png);
   color: #000000;
   padding: 10px 90px;
   height: 180px;
   clear: both;
}

