@charset "utf-8";

body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#363612;
background-color:#8f733d;
}
img {
font-size:9px;
color:#9c9c62;
}
a {
color:#00c;
}
.h1 {
font-family:"Trebuchet MS", sans-serif;
font-weight:bold;
font-size:19px;
color:#600;
}
.h2 {
font-family:"Trebuchet MS", sans-serif;
font-weight:bold;
font-size:17px;
color:#600;
}
.h3 {
font-weight:bold;
font-size:13px;
}
.bold {
font-weight:bold;
}
#background {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:-moz-linear-gradient(#2d2006, #8f733d); /* FF 3.6+ */  
background:-ms-linear-gradient(#2d2006, #8f733d); /* IE10 */  
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2006), color-stop(100%, #8f733d)); /* Safari 4+, Chrome 2+ */  
background:-webkit-linear-gradient(#2d2006, #8f733d); /* Safari 5.1+, Chrome 10+ */  
background:-o-linear-gradient(#2d2006, #8f733d); /* Opera 11.10 */  
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2006', endColorstr='#8f733d'); /* IE6 & IE7 */  
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2006', endColorstr='#8f733d')"; /* IE8+ */  
background:linear-gradient(#2d2006, #8f733d); /* the standard */
z-index:-1;
}
#containerOld {
margin:10px auto 0 auto;
width:900px;
background:url(../img/bgPageTop.png) top center no-repeat;
padding-top:40px;
}
#container {
width:800px;
margin:40px auto 20px auto;
padding:20px;
background-color:#fff;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
box-shadow:0px 1px 10px #211702;
-moz-box-shadow:0px 1px 10px #211702;
-webkit-box-shadow:0px 1px 10px #211702;
}
#leftSide {
float:left;
width:200px;
}
#nav {
margin:20px 0px 20px 0px;
border-top:1px #cccc8f solid;
}
a.nav {
display:block;
font-family:"Trebuchet MS", sans-serif;
font-weight:bold;
font-size:15px;
color:#403113;
padding:7px 0px 7px 10px;
border-bottom:1px #cccc8f solid;
text-decoration:none;
outline:none;
}
a.nav:hover {
background-color:#f2f2ce;
}
#rightSide {
float:left;
width:600px;
}
#rightContent {
padding:0px 20px 0px 20px;
margin-bottom:20px;
}
#footer {
clear:both;
padding:30px;
background:url(../img/footerBg.jpg) no-repeat;
font-size:10px;
}
#footer2 {
clear:both;
padding:50px 0px 20px 40px;
background:url(../img/bgPageBottom.png) no-repeat;
font-size:10px;
}
#item {
width:560px;
margin-left:20px;
padding:20px 0px 30px 0px;
background-color:#fff;
border-bottom:1px #999 solid;
}
#itemFeatured {
width:580px;
padding:1em 0 2em 0;
}
#itemPic {
float:left;
width:120px;
}
#item #itemText {
float:left;
width:335px;
margin-right:18px;
}
#itemFeatured #itemText {
float:left;
width:320px;
margin-right:18px;
}
#itemText form {
display:inline;
width:100px;
}
#itemBtns {
float:left;
width:87px;
}
#itemBtns a {
outline:none;
}
#itemBtns div {
margin:0 0 1em 0;
}
a.back2top {
margin-left:20px;
}
#counter {
position:fixed;
top:100%;
left:5px;
height:12px;
margin-top:-17px;
color:#b5934e;
font-size:10px;
}
