@charset "utf-8";
/* CSS Document */

html,body{
margin:0;
padding:0;
background:#eee url(bg.jpg);
}
body{
font: 8pt verdana;
text-align:center;
}
div#header {
height:165px;
margin:0;
}
div#container{
text-align:left;
}
div#content p{
line-height:1.4;
background: #fff;
padding: 5px;
}
div#navigation{
background:#fff;
}
div#extra{
background:#FF8539;
}
div#footer{
background: #fff;
color: #FFF;
}
div#footer p{
margin:0;
padding:5px 10px;
}

div#container{
width:750px;
margin:0 auto;
}
div#content{
float:right;
width:540px;
}
div#navigation{
float:left;
width:190px;
line-height:1.4;
padding: 5px;
margin-top:10px;
}
a {
color: #5e6a26;
}
a img {
border: 1px solid #e5e5e5;
}
a:hover {
color: #000;
}

div#extra{
float:left;
clear:left;
width:200px;
}
div#footer{
clear:both;
width:100%;
color:#000000;
text-align:center;
}
.buttonscontainer {width: 190px;}

.buttons a {
color: #5e6a26;
background-color: #f0ecd3;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #e8dfc0;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;
}

.buttons a:hover {
border-left: 10px solid #000;
text-decoration: none;
color: #8d9a4f;
background-color: #efe9c6;
}

li {
list-style:none;
margin-left:-30px;
}
