* { padding: 0; margin: 0; }
body {
  background: #90785E url(../images/bg-main4.gif);
}
#header {
  width: 100%;
  padding: 100px 0 0;
  margin: 0;
  background: #90785E url(../images/header.gif) repeat-x center top;
}
#header h1 { display: none; }
#header h2 { display: none; }
#header #navigation {
  /* margin: 100px 0 0 0; */
  clear: both;
  height: 2em;
  background: #4C2017 url(../images/bg-nav.gif) repeat-x top;
  color: #FED5AB;
}
#header ul {
  line-height: 1.6em;
  text-transform: uppercase;
  color: #FED5AB;
  font-size: 0.85em;
  list-style: none outside none;
}
#header ul li {
  display: block;
  float: left;
  padding: 0.35em 1.25em 0 0.45em;
  font-family: "Gill Sans", Verdana, sans serif;
}
#header ul li a {
  text-align: center;
  text-decoration: none;
  padding: 5px 0 2px;
  color: #FED5AB;
}
#header ul li a:hover {
  border-bottom: 1px solid #FED5AB;
}
#sidebar {
  background: #90785E url(../images/bg-side2.gif) repeat-y right top;
  padding: 1em 0 0 0;
  float: left;
  clear: left;
  width: 12em;
}
#sidebar ul li {
  margin: 0 0 0 2px;
}
#sidebar p.sidebar-bottom {
  margin: 0.3em 0 0 0;
  line-height: 3px;
  background: #90785E url(../images/bg-side-bottom.gif) no-repeat right bottom;
}
#sidebar #login fieldset {
  margin: 0 0.35em 0.2em 0;
  border: none;
  text-align: right;
}
#sidebar #login legend {
  font-weight: bold;
}
#sidebar #login fieldset li { list-style: none; }
#sidebar #login label {
  display: inline-block;
  float: left;
  padding: 0 2px 0 0;
}
#sidebar #login input.user, input.pass {
  width: 10em;
}
#sidebar a {
  text-decoration: none;
  color: #000000;
}
#sidebar A:hover {text-decoration: underline; color: #000000;}
#sidebar div {
  padding-top: 5px;
  line-height: 1.4em;
}
#sidebar h3 {
  width: 8em;
  border-bottom:1px solid #701400;
}
#main {
  margin: -1em 0 0 1em;
  width: 37em;
  float: left;
}
#main p{
  padding: 0 0 1.3em;
  line-height: 1.6em;
  text-align: left;
  font-family: "Gill Sans", Verdana, sans-serif;
}
#main div.post {
  padding: 1.5em 0 0;
}
#main div.post h3 {
  /* border-bottom: 1px solid #4C2017; */
  float: left;
}
#main div.post div.head {
  border-bottom: 1px solid #701400;
  float: left;
  width: 100%;
}
#main div.post span.author { 
  float: right;
  font-weight: bold;
}
#main #bloglist {
  text-align: center;
}
#main #bloglist p {
  text-align: center;
}
#main img { 
   max-width: 400px;  
}
#footer {
  clear: both;
  text-align: center;
  border-top: 1px solid #4C2017;
}
span.error {
  color: #FF0000;
}
A:link {
  text-decoration: none;
  color: #FED5AB;
}
A:visited {
  text-decoration: none;
  color: #FED5AB;
}
A:active {text-decoration: underline;}
A:hover {text-decoration: underline; color: #FED5AB;}
td.row1	{ background-color: #EFEFEF; color : #000000; }
td.row2	{ background-color: #DEE3E7; color : #000000; }
td.row3	{ background-color: #D1D7DC; color : #000000; }
th	{
	color: #FFFFFF;
	background-color: #666666;
}
table.newsposter {
  width: 100%;
}
td.newsposter {
  text-align: center;

}
td.newsposter_text {
  text-align: center;
}
table.membermanagement {
  width: 100%;
  background: #90785E url(../images/bg-main4.gif);

}

.floatLeft { float: left; padding: 5px; }
.floatRight { float: right; padding: 5px; }