body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F3014;
	background-color: #F8F3D3;
	margin-top: 20px;
}
#header {
width: 701px;
height: 208px;
text-align: left;
border-top:  10px solid #7D0000;
border-right:  1px solid #7D0000;
border-left:  1px solid #7D0000;
border-bottom:  1px solid #7D0000;
background: #fff url(../images/img_home_08.jpg) no-repeat top right;
}
#header img {
margin-top: 30px;
margin-left: 30px;
}

#topbar {
	width: 699px;
	height: 10px;
	background-color: #7D0000;
	border: 1px solid #C51015;
}
#topbarhome {
	width: 699px;
	height: 10px;
	background-color: #7D0000;
	border: 1px solid #C51015;
}
#midbar {
	width: 701px;
	background-color: #FFF;
	border-bottom: 1px solid #C51015;
}
#midbarhome {
	width: 701px;
	background-color: #FFF;
	border-bottom: 1px solid #C51015;
	border-left: 1px solid #C51015;
}
#logo {
	height: 200px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;

}
#logohome {
	width: 200px;
	background-color: #FFF;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: 1px solid #C51015;

}
#logo IMG{
	margin-top: 25px;
	text-align: center;
}
#main {
	width: 701px;
	background-color: #FFF;
	border-right: 1px solid #C51015;
	border-left: 1px solid #C51015;
	border-bottom: 1px solid #C51015;
	margin: 0;
	padding: 0;
}
#main #leftcolumn {
	width: 198px;
	background-color: #900;
	border-right: 1px solid #C51015;
	vertical-align: top;
	text-align: left;
}
#main #rightcolumn{
width: 503px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}

	
ul#navigation {
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
    list-style-type: none;
    }

ul#navigation li {
	background:url(../images/li_underline3.gif) no-repeat bottom left;
	margin: 2px 10px 2px 10px;
	padding: 2px 5px 12px 15px;
	list-style-type: none;
	font-size: 12px;
	font-weight:bold;
    }
	
	
ul#navigation li ul {
	margin: 2px 0 0 0;
	padding: 1px 0 0 0;
	list-style-type: none;
    }
	
ul#navigation li ul li {
	background:url(../images/li_bullet.gif) no-repeat 1px 3px;
	margin: 2px 0 2px 0;
	padding: 1px 0 5px 17px;
	list-style-type: none;
	font-size: 11px;
	font-weight:normal;
	color: #EEAB7D;
    }
	
	ul#navigation li ul li.li-last {
	border-bottom: none;

    }

ul#navigation a:link {
	
	color: #EAC097;
	text-decoration: none;
}
ul#navigation a:visited{
	
	color: #EAC097;
	text-decoration: none;
}
ul#navigation a:hover {
	color: #FFF;
	}
ul#navigation a:active {
	
	color: #EAC097;
	text-decoration: none;
    }

