@import url("lightbox.css");

html, body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, Sans-Serif; /* Trebuchet MS */
	background: #745f30 url('bg.png') top center repeat-y; 
	color: #000;
	text-align: center;
	margin:			0;
	padding:			0;
 height: 100%;	
}
img{
	border:			2px solid #000;
}

a{
  color: #745f30;
}
#container{
   position: relative;
	width:			760px;
	margin-left:		auto;
	margin-right:		auto;
	padding:		0px;
        height: auto;
        min-height:	100%;
}
#header {
           background: 		url('header.png') no-repeat #000;
	   height:              198px;
	margin:		0px;
           }
#header h1{
	display:		none;
}
#skipnavigation{
    display:                none;
}
#navigation{
    	background:         url('navig.png') left no-repeat #000;
	height:				21px;
	text-align:			left;
	margin-left:			0px;
	}
#navigation ul {
  	margin: 				0 0 0 0px;
  	padding: 				0;
  	padding-top:            		3px;
	padding-left:				10px;
  }
#navigation li {
 	display:				inline;
  	list-style-type: 		none;
  	margin: 				0;
  	padding: 				0;
  	width:				100px;
}
#navigation li a {
	color: 				#000;
	margin: 				0;
  	padding: 				0px;
  	padding-top:			0px;
	font-family:			verdana, arial, helvetica, sans-serif;
	font-weight: 			bold;
  	text-decoration: 		none;
  	font-size:				10px;
  	margin-right:			30px;
}
#main{
	text-align:			left;
	margin-left:			20px;
	padding-right:			20px;
	width:				500px;
	float:				left;
	
	font-size:			x-small;
   height: 100%;
}
#sidebar{
	width:				180px;
	float:				right;
	margin-right:			20px;
}
#sidebar h4{
	background:			url('listhead.png') no-repeat;
	height:				18px;
	padding-top:			7px;
	text-transform:			uppercase;
}
.news{
	text-align:			left;
	border-bottom:			1px solid #a3966c;
}
.news a{
	text-align:			right;
}
#footer{
        position: relative;
	clear:				both;
	bottom: 			5px;
	bottom:				2px;
	margin-left:			auto;
margin-right:			auto;
	width:				720px;
	text-align:			left;
	height:				30px;
	padding-left:			0px;
	color:				#a3966c;
	padding-top:			10px;
     margin-top: -38px;
  background: #d7c8a4;
}

.date{
 font-size: xx-small;
 margin-top: -10px;
}