/* ======================================================= */

p { 
  padding-top: 10px !important ;
  padding-bottom: 10px !important ;
}

a {
  color: #A0522D;
}

a:visited {
  color: #A0522D;
}

a:hover {
  color: #cccccc;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 70%;
  color: #99182C;
}

textarea {
  width: 70%;
  color: #99182C;
}

input,
textarea {
  padding: 2px 0 2px 0;
  margin: 0;
  font: 1em verdana, arial, sans-serif;
  color: #99182C;
  background-color:  #F5F5DC;
  border: 1px dotted #99182C;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #99182C;
  background-color: #F5F5DC;
  border: 2px dotted #99182C;
}

h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #F5F5DC;
  background: #99182C;
}

#sideBar h1 {
  text-align: right;
  color: #F5F5DC;
  background: #99182C;
}

#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/* ======================================================= */

body {
  margin: 0;
  height: 100%;
  padding: 0px;
  background: #FFE4C4;
}
       

.inner_body {
 position: absolute;
 display: block;
 width:100%;
 margin: 0;
 padding: 25px 0 5px 0;
 text-align: center;
 font: 0.65em verdana, arial, sans-serif;
 line-height: 200%;
 color: #333333;
 background: url(../images/bg_body.png) repeat-y top center;
}

/* ======================================================= */

div#header{
  position:absolute;
  top:5px;
  left:0;
  width:100%;
  height: 5.0em;
  background: url(../images/bg_header.gif) repeat-y top center;
}



/* ======================================================= */

#menu {
  width: 767px;
  height: 5em;
  margin: 0 auto;
  text-align: left;  
  background: #99182C;
}

#menu ul {
  margin: 0;
  padding: 0;
  padding-left: 0px;
}

#menu li {
  width: 8em;
  float: left;
  list-style: none;
  text-align: center;
}

#menu a {
  display: block;
  height:5em;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px solid #f5f5dc;
  margin: 0px;
  color: #F5F5DC;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color:#F5F5DC;
  background-image: url("../images/menu_tab.gif");
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* ======================================================= */

#title {
  padding: 0;
  margin-right: 0.5em;
  float: right;
}

#title h1 {
  color: #F5F5DC;
  background-image: none;
}

/* ======================================================= */

#content { 
  clear: both;
  top: 0px;
  width: 767px;
  min-height:550px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: left;
}

#text {
  float: left;
  width: 490px !important ;
  padding: 10px 5px 20px 10px !important ;
}

#text li{
 list-style: none;
}

#text img{
 border: solid 2px #99182C;
}

#image {
  float: left;
  width: 93px;
  vertical-align: top;
}

#sideBar {
  float: right;
  width: 145px !important ;
  padding: 10px 15px 20px 0 !important ;
}

/* ======================================================= */

.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

/* ======================================================= */

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  color: #99182C;
  background: #F5F5DC;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #A0522D;
}

#comments a:visited {
  color: #A0522D;
}

#comments a:hover {
  color: #cccccc;
}

#comments h1 {
  color: #F5F5DC;
  background: #99182C;
}

/* ======================================================= */

div#footer{
  float: left;
  width:100%;
  height: 3em;
  text-align:center;
  background: url(../images/bg_header.gif) repeat-y top center;
}


#footer p {
  padding-top: 0 !important ;
  padding-top: 10px;
}

#footer a {
  padding: 0;
  margin: 0;
  color: #fff;
}

#footer img {
  padding: 0;
  margin: 0;
}


#footer a:hover {
  color: #ccc;
}

/* ======================================================= */

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

// @media screen{
//  .inner_body>div#header{
//    position:fixed;
//  }
//  .inner_body>div#footer{
//    position:fixed;
//  }
// }

* html body{
 overflow:auto;
} 

* html div#content{
 height:100%;
 overflow:auto;
}

#text .mail_img {
border: none;
}


