<!--
/* body tag */
body {
width: 750px;
margin: 0px;
padding: 0px;
background: #6B4848 url('../images/page/bg.gif') repeat-y top left;
text-align: left;
font: normal 11px Georgia, Times New Roman, Serif;
}

/* header tag */
#header {
width: 598px;
height: 400px;
margin: 0px;
padding: 0px;
background: #6B4848 url('../images/page/top.gif') no-repeat top left;
}

/* menu tag */
#menu {
float: right;
width: 160px;
text-align: left;
padding: 0px;
margin: -392px 30px 0px 0px;
font: normal 11px Georgia, Times New Roman, Serif;
color: #6B4848;
}

#menu h1{
background: #CCBFBF url('../images/page/menu_top_bg.gif') repeat-y top right;
text-align: right;
color: #10170D;
font: bold 14px georgia, times new roman, times, serif;
letter-spacing: 4px;
border-left: 2px solid #151C12;
border-right: 2px solid #151C12;
border-top: 2px solid #151C12;
border-bottom: 0px;
padding: 1px  5px 1px 0px;
margin: 0px;
width: 151px;
}

#menu ul{
background: #D2C8C8 top right;
list-style: none;
margin: 0px 0px 15px 0px;
padding: 0px;
border: 2px solid #151C12;
}

#menu li{
margin: 0px 5px 0px 0px;
font: 8pt century gothic, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
padding: 0px;
}

#menu li a{
display: block;
padding: 3px 4px 3px 4px;
background-color: transparent;
letter-spacing: 2px;
color: #000;
text-decoration: none;
width: 148px;
margin: 0px;
}

#menu li a:hover{
padding: 2px 3px 2px 3px;
background: #6B4848;
color: #fff;
font: 8pt century gothic, Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
margin: 0px;
border-left: 1px solid #151C12;
border-top: 1px solid #151C12;
border-bottom: 1px solid #602C2C;
border-right: 1px solid #602C2C;
}

/* content tag */
#content {
margin: -4px 0px 0px 14px;
width: 512px;
padding: 0px;
float: left;
}

#content h1, #content h2, #content h3, #content h4 {
margin: 0px;
padding: 1px;
color: #6B4848;
text-align: right;
}
#content h1 {
padding: 0px;
font: 25px Georgia, Times New Roman, Serif;
letter-spacing: 7px;
}
#content h2 {
padding: 0px;
font: 20px Georgia, Times New Roman, Serif;
letter-spacing: 6px;
}
#content h1.date {
color: #FFF4F4;
padding: 0px;
font: 30px Georgia, Times New Roman, Serif;
letter-spacing: 7px;
margin: 2px;
padding: 0px;
text-transform: capitalize;
}
#content h2.title {
color: #6B4848;
padding: 0px;
font: 20px Georgia, Times New Roman, Serif;
letter-spacing: -1px;
margin-top: -20px;
}
#content h3 {
padding: 0px;
font: 16px Georgia, Times New Roman, Serif;
letter-spacing: 5px;
}
#content h4 {
padding: 0px;
font: 14px Georgia, Times New Roman, Serif;
letter-spacing: 5px;
}
#content .td {
color: #000;
margin: 3px;
padding: 0px;
font: 11px Georgia, Times New Roman, Serif;
letter-spacing: 1px;
text-align: left;
}
#content p, #content li {
color: #000;
margin: 3px;
padding: 0px;
font: 11px Georgia, Times New Roman, Serif;
letter-spacing: 1px;
}
#content .td {
color: #000;
padding: 0px;
font: 11px Georgia, Times New Roman, Serif;
letter-spacing: 1px;
}
#content p.posted {
color: #000;
margin: 5px 0px 15px 7px;
padding: 0px;
font: bold 10px Georgia, Times New Roman, Serif;
letter-spacing: 1px;
}
#content p.menu {
color: #000;
margin: 5px 0px 15px 7px;
padding: 0px;
font: bold 10px Georgia, Times New Roman, Serif;
letter-spacing: 1px;
text-align: center;
}
#content a {
font-weight: bold;
color: #6B4848;
}
#content a:hover, #content .submit:hover {
color: #fff;
text-decoration: none;
background: #6B4848;
}
#content .text {
padding: 2px;
background: #D2C8C8;
border: 1px solid #602C2C;
font: normal 11px Georgia, Times New Roman, Serif;
}
#content .select {
padding: 2px;
background: #D2C8C8;
border: 1px solid #602C2C;
font: normal 11px Georgia, Times New Roman, Serif;
}
#content .submit {
background: #D2C8C8;
padding: 2px;
border: 1px solid #602C2C;
font: bold 11px Georgia, Times New Roman, Serif;
}
//Content Form
#content form {
  margin-top: 10px;
}
#content form div.row {
  margin-left: 20px;
  width: 300px;
  padding-top: 5px;
  clear: both;
  text-align: right;
}
#content form span.left {
  float: left;
  width: 125px;
  text-align: right;
  font-size: 11px;
  margin-top: 3px;
  margin-right: 5px;
}
#content form span.right {
  float: right;
  width: 160px;
  text-align: left;
}
#content form input.text, form textarea.text, form select.text {
  background: #D2C8C8;
  width: 160px;
  font-size: 11px;
  padding: 2px 1px;
  font-family: Verdana, sans-serif;
}
#content form input.submit {
  background: #D2C8C8;
  font-size: 9px;
}

//Normal Row
#content .rows {
  margin-top: 10px;
}
#content .rows div.row {
  margin-left: 20px;
  width: 300px;
  padding-top: 5px;
  clear: both;
  text-align: right;
}
#content .rows span.left {
  float: left;
  width: 125px;
  text-align: right;
  font-size: 11px;
  margin-top: 3px;
  margin-right: 5px;
}
#content .rows span.right {
  float: right;
  width: 160px;
  text-align: left;
}
#content .rows .text {
  border: 1px solid #602C2C;
  width: 160px;
  font-size: 11px;
  padding: 2px 1px;
  font-family: Verdana, sans-serif;
}

/* footer tag */
#footer {
margin: 10px 0px 0px 11px;
border-top: 1px dashed #000;
width: 500px;
padding: 0px;
float: left;
padding: 10px;
}
#footer p {
color: #6B4848;
margin: 0px;
font: 10px Georgia, Times New Roman, Serif;
letter-spacing: 1px;
}
#footer a {
font-weight: bold;
color: #6B4848;
}
#footer a:hover {
color: #fff;
text-decoration: none;
background: #6B4848;
}

/* IE Fix Part */
/* menu tag */
* html #menu {
margin: -392px 20px 0px 0px;
}

* html #menu li a{
padding: 3px 4px 3px 4px;
width: 143px;
}

/* content tag */
* html #content {
margin: -4px 0px 0px 7px;
}

/* footer tag */
* html #footer {
margin: 10px 0px 0px 5px;
width: 502px;
}
-->