/* CSS Document */

html {

}

body {
  height: 100%;
  margin-bottom: 1px;
  background: #3e3b2d;
  font-family: Arial, Helvetica, Sans Serif;
}

/********************************************* head */
#head {
  float: left;
  padding-top: 40px;
  margin-right: 2px;
  width: 100%;
  height: 70px;
  font-family: Arial, Helvetica, Sans Serif;
  /*background: url(../images/header_short.jpg) no-repeat;*/
}


.head{
  margin-bottom: 0px;
  margin-top: 0px;
  color: #a79629;
}


/********************************************* buttons */
#buttons ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}


#buttons a
{
float: left;
/*width: 4.6em;*/
text-decoration: none;
text-align: center;
font-size: 75%;
color:white;
/*background-color: #bf9a85;*/
padding:0.35em 0.5em;
/*border-right:1px solid #ddd8c3;*/
text-align:center;
}

/*
#buttons a:hover {
  background-color:#998877;
}
*/

/*#buttons*/
li {
  display: inline;
}

img {
	border: none;
}


/********************************************* tables */

.newspane {
  width: 100%;
}

table {
  text-align: left;
}

td.contentheading {
  font-weight: bold;
  text-align: left;
  display: inline;
}
