body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
}
p {
  padding: 10px 10px 10px 20px;
  display:block;
  color:#000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
    font-weight: normal;
}
a {
  color:#6b7272;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#container {
  margin: 0px auto;
  text-align: center;
  width: 1024px
    ;
}
#header{
  height:100px;
  width:1024px;
  background-image:url(../img/header.png);
  background-repeat: no-repeat;
}
#content{
}
#left{
  width:0px;
  float:left;
}
#middle{
  margin-left:103px;
  margin-right:196px;
  width:820px;
}
#right{
  width:192px;
  float:right;
}

/********************* menu ****************************/
.menucontent{
  width:50px;
  background-image:url(../images/menumiddle.gif);
  padding-top:10px;
  background-repeat: repeat-y;
}.menuheader h1{
  padding: 10px 0px 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5px;
  font-weight: bold;
}
.menufooter{
  width:192px;
  height:15px;
  background-image:url(../images/menubottom.gif);
  display:block;
}
.postheader,.menuheader{
  color:#fff;
  text-transform: uppercase;
}
/********************* post ****************************/
.post{
  margin-bottom:15px;
}
.postheader{
  background-image:url(../images/posttop.gif);
  display:block;
  width:820px;
  height:33px;
}
.postheader h1{
  padding: 7px 0px 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.postcontent{
  background-image:url(../images/postmiddle.gif);
  background-repeat: repeat-y;
  padding: 20px 20px;
    color:#525757;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.postfooter{
  background-image:url(../images/postbottom.gif);
  background-repeat: no-repeat;
  display:block;
  width:820px;
  height:33px;
}
/********************* header ****************************/
#header{
  position:relative;
}
#header ul{
  position:absolute;
  top:200px;
  display:block;
  left:190px;
}
#header ul li{
  display:inline;
  text-align:center;
  margin:auto;
  width:auto;
  border-right: 1px solid #6b7272;
}
.last{
  border-right: 0px none #6b7272 !important;
}
#header ul li a{
  display:inline;
  text-align:center;
  text-decoration:none;
  padding: 0px 10px;
  text-transform: uppercase;
}
#header ul li a:hover{
  text-decoration:underline;
}
/********************* footer ****************************/
#footer{
  width:850px;
}
#footer ul{
  display:block;
  margin-left:190px;
}
#footer ul li{
  display:inline;
  text-align:center;
  margin:auto;
  width:auto;
  border-right: 1px solid #6b7272;
}

#footer ul li a{
  display:inline;
  text-align:center;
  text-decoration:none;
  padding: 0px 10px;
  text-transform: uppercase;
}
#footer ul li a:hover{
  text-decoration:underline;
}
#footer span{
  color:#525757;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 850px;
  display: block;
  padding: 15px 0px;
}
