body 
{
    background: #785609 url(../images/body-bg.jpg);
    color:#453714;
    font-family: Verdana, Sans-Serif;
    font-size: 83%;
    line-height: 1.3;
    padding:0;
    margin:0;
}

a {
    color: #453714;
    text-decoration:underline;
}

a:hover {
    color: #453714;
    text-decoration:none;
}

a.left-col-link
{
	display:block;
	width:100%;
	border-bottom:solid 1px  #95a888;
	padding:10px 0;
	color:#453714;
	text-decoration:none;
}

a.left-col-link:hover
{
	text-decoration:underline;
}

#container {
    
    margin: 0 auto;
}

#searchform-bg
{
	background:url(../images/searchform-bg.jpg) repeat-x;
}

#searchform
{
	width:940px;
	height:45px;
	padding-right:15px;
	padding-top:15px;
	text-align:right;
	margin:0 auto;
	background:url(../images/white-bg.png);
}

#searchform input {
    vertical-align: middle;
}

#searchform-q {
    width: 150px;
}

#header
{
	background:#e9e1cb url(../images/header-bg.jpg) repeat-x bottom;
}

#header-image
{
	width:955px;
	height:126px;
	margin:0 auto;
	background:url(../images/white-bg.png);
}

#content-bg
{
	background:url(../images/content-bg.jpg);
}

#content
{
	width:955px;
	margin:0 auto;
	background:url(../images/white-bg.png);
}

#upper-menu
{
	height:9px;
	line-height:9px;
	background:url(../images/upper-menu-bg.png);
}

#bottom-menu
{
	height:18px;
	line-height:18px;
	background:url(../images/bottom-menu-bg.png);
}

#text
{
	padding:10px;
}

#main-table td
{
	vertical-align:top;
}


#left-column
{
	border-right:solid 1px #95a888;
	width:185px;
	padding-right:5px;
}

#middle-column
{
	padding:0 20px;
}

#footer
{
	width:935px;
	margin:0 auto;
	padding:10px;
	color:#fff;
}

#footer a
{
	color:#fff;
}

#upper-footer
{
	background:url(../images/upper-footer-bg.jpg) repeat-x;
	height:8px;
	line-height:8px;
}

#upper-footer-bg
{
	width:955px;
	margin:0 auto;
	background:url(../images/white-bg.png);
}


