body {
  background-color: #C5C2A7;
  background: #C7C4A9 url(../xfiles/img.background.small) repeat-y 50% 0;
  background-position:top;
  margin: 0px;
}

body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #7F7D6C;
}

form {
  padding:0px;
  margin:0px;  
}

img {
    border:none;
}

#header {
  height: 131px;
  width: 456px;
  margin: 0 auto;
  margin-top:10px;
  margin-bottom:10px;
  display:block;
}

#header p {
  color:#000;
  display:block;
  float:left;
  text-transform:uppercase;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", sans-serif;
  font-weight:bold;
  padding:4px 0px 0 10px;
  margin:0px;
  width:150px; 
  text-align:left;
  word-wrap:break-word;
  overflow:hidden;
}

#content_wrapper {
  width: 456px;
  margin: 0 auto;
  display:block;
}

#articleTitleBlock {
    width:456px;
    height: 131px;
    display:block;
    background-color:#B1B56F;
    margin-bottom:8px;
    text-align:right;
    overflow:hidden;
}
    
#sidebar {
  width:150px;
  display:block;
  float:left;
  text-align:left;
  word-wrap:break-word;
  overflow:hidden;  
}	
    
#main{
  width:292px;
  
  display:block;
  float:right;
}

#footer {
  width: 456px;
  display:block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  text-align:center;
  font-family: Georgia, "Times New Roman", sans-serif;
  color:#54640D;
  line-height: 150%;
}

#footer a{
    color:#54640D;
    text-decoration:none;
}

#footer a:hover{
    color:#2B300A;
    text-decoration:underline;
}

.highlight{  
  display:block;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", sans-serif;
  font-weight:bold;
  text-align:left;
  margin-bottom:15px;
}

.meta{  
  font-size: 10px;
  display:block;
  margin-top:5px;
  margin-bottom:5px;
}
