A{ color:#A9A366; text-decoration:none; }
A:link  { color:#CC6600; text-decoration:none; }
A:hover  { color:#CCCCCC; text-decoration:none;}
A:active  { color:#996633; text-decoration:none; }

* html {
  margin:0px;
  padding:0px;
}

img {
  border:0px;
}

body {
  text-align:center;
}

#body_wrapper {
  width:800px;
  margin:0 auto;
  margin-top:0px;
  text-align:left;
}
/* ----- HEADER ----- */
#header {
  width:800px;
  height:100px;
  border:0px #000000 solid;
}

/* ----- MENU ----- */
#menu {
  background: #999999;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
}
#menu li {
  float: left;
  font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
#menu a {
  background: #999999;
  color: #FFFFFF;
  display: block;
  float: left;
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
}
#menu a:hover {
  background: #FFFFFF;
  color: #000000;
  padding-bottom: 8px;  
}

/* ----- MAIN CONTENT ----- */
.cl {
  clear: both;
}

#content { 
  width:800px;
  min-height:600px; /* for modern browsers */
  height:auto !important; /* for modern browsers */
  height:600px; /* for IE5.x and IE6 */
  border:1px #999999 solid;
  margin-top:5px;
}

.top_photo {
  text-align:center;
  vertical-align:top;
}

.side-a {
  width: 400px;
  float: left;
}

.side-b {
  width: 390px;
  float: right;
  margin-top: 5px;
  margin-left:5px;
}

.side-b p {
  margin: 0;
  margin: 5px;
  padding: 0;
  padding-bottom: 15px;
  font-size: 75%;
  border-bottom: 1px dashed #999999;
  line-height: 1.2em;
}

.side-b h2 {
  font-size: 12px;
  border-top: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  padding-top: 3px;
  padding-bottom:3px;
}

.side-c {
  width: 390px;
  float: right;
  margin-top: 5px;
  margin-left:5px;
  text-align: right;
}

.site_navi {
  margin-top: 15px;
  margin-right: 5px;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px dashed #999999;
  height: 100%;
}

.site_navi_2 {
  margin-top: 15px;
  margin-right: 5px;
  padding: 0;
  padding-bottom: 15px;
}

.side-b dt{
  padding:0px 10px 0px 0px;
  width:25%;
  font-weight:normal;
  font-size:11px;
  line-height:1.2em;
  text-align:right;
  float:left;
}

.side-b dd{
  margin-bottom:20px;
  vertical-align:top;
  font-size:11px;
  line-height:1.2em;
  padding:0px 0px 0px 10px;
  border-left:3px #666666 solid;
  width:65%;
  float:left;
}

/* ----- FOOTER ----- */
#footer { 
  width:800px;
  height:32px;
  margin-top:5px;
}
