/* CSS Document */
body{
      background: url(../images/body_bg.gif);
      text-align: center;
      margin: 0 auto;
      font-family: arial, helvetica, sans-serif;
      font-size: 12px;
    }
	a{
		color: #ddd;
	}
    #wrapper{
      width: 825px;
      text-align: center;
      margin: 0 auto;
    }
    #header{
      background: url(../images/bbgd_web_logo.png);
      background-repeat: no-repeat;
      height: 130px;
    }
    #menu ul{
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: right;
      float: right;
      width: 100%;
      z-index: -1;
    }
    #menu ul li{
      padding: 0;
      margin: 0;
      display: inline;
    }
    #menu ul li a{
      padding: 10px 30px;
      float: right;
      text-align: center;
      display: block;
      background: #424242;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
    }
    #menu ul li a:hover{
      background: #787677;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
    }
    #maincontent{
      background: #c5c3c4;
      border: 10px solid #fff;
      margin-bottom: 20px;
      padding-bottom: 30px;
      text-align: center;
    }
    #leftnav{
      width: 220px;
      text-align: left;
      margin: 20px 25px;
      padding-top: 15px;
      font-size: 12px;
      letter-spacing: 2px;
      font-family: verdana, helvetica,san-serif;
    }
    #leftimg{
      width: 200px;
      text-align: center;
      margin: 20px 25px;
      padding-top: 40px;
    }
    .leftnav{
      width: 250px;
      text-align: center;
    }
    #leftnav ul{
      padding: 0;
      margin: 0;
      list-style: none;
    }
    #leftnav ul li{
      padding: 10px 10px;
      border-bottom: 1px solid #7c0201;
    }
    #leftnav ul li a{
      text-decoration: none;
      color: #333;
    }
    #leftnav ul li a:hover{
      text-decoration: none;
      color: #fff;
    }
    #footer{
      background: #424242;
      color: #fff;
      font-weight: bold;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      letter-spacing: 1px;
    }
    #content{
      width: 505px;
      height: 419px;
      margin: 50px 0 10px; 0;
      text-align: left;
      background: url(../images/bg_grad.gif);
      border: 1px solid #fff;
    }
    #show_main{
      margin: 55px 0;
      text-align: center;
    }
    .textpage{
      font-size: 10px;
      padding: 10px;
      letter-spacing: .02em;
      line-height: 1.3em;
      font-family: verdana;
    }
    .clearfloat{
      clear: both;
    }
    .default_bullet{
      list-style-position: outside;
      list-style-type: square;
      width: 400px;
    }
