@charset "utf-8";
/* CSS Document */
body {background:#301830 url(../images/bg.jpg) repeat-x;}
#doc{background:#FFFFFF;  }
#hd{ height:130px; background-color:#FFF51F;}
#bd{ min-height:490px; }
#ft{ height:25px; background:url(../images/ft-bg.jpg) repeat-x; color:#999999; }

#title{float:left; margin:20px 0 0 30px;}
#piper-top{float:left; margin:11px 0 0 30px;}
#piper-bottom{float:left; margin:0 0 0 30px;}
#content{float:left; margin:0 0 0 32px; width:580px; padding:0;}
#col1{float:left; width:230px;}
#col2{float:left; width:320px; margin:0 0 0 20px; }
p{ margin:10px 0 0 0;}
strong{ font-weight:bold;}

#image-feature{ background-color:#FFF51F; margin:0 0 10px 0; width:323px; }
#image-feature a.feature{ display:block; color:#333333; text-decoration:none; font-weight:bold; padding:3px 0 3px 4px;}

#gallery-wrapper{float:left;}

#ft{ text-align:center; font-size:70%; height:38px;}
ul li{list-style:disc; margin-left:14px;}
#nav{
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  margin:0 0 20px 0;
      }
    #nav ul {
      margin:0;
      padding:0 10px 0 -9px;
      list-style:none;
      }
    #nav li {
      float:left;
      background:url("../images/norm_left.gif") no-repeat left bottom;
      margin:0;
      padding:0 0 0 2px; list-style:none;
      }
    #nav a {
      display:block;
      background:url("../images/norm_right.gif") no-repeat right bottom;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    #nav a:hover {
      color:#333;
      }
    #nav #current {
      background-image:url("../images/norm_left_on.gif");
      }
    #nav #current a {
      background-image:url("../images/norm_right_on.gif");
      color:#000;
      padding-bottom:5px;
      }
	  
	  h1{font-size:140%; font-weight:bold; margin:0 0 10px 0; color:#663366;}
	  .clear{clear:both;height:0;}
