/* CSS Document */

body {
	background: #a48863 url(../images/0.jpg) no-repeat;
}
#body_container {
    width: 100%;
}
#main_container {
	background: #fff url(../images/top-bg.jpg) no-repeat;
}
#top-nav-container{
	    margin-top:120px;

}
#top-nav ul li {
    font: normal 12px Verdana, sans-serif;
	text-align:center;
	background: url(../images/nav-bg.png) no-repeat;
	width: 100px;
	height: 60px;
	float: left;
	display:block;
	border-right: 3px solid #ffff99;
}
#top-nav ul li #active {
	color: #333333;
	background: url(../images/nav-bg-act.png) no-repeat;
	display:block;
	width: 100px;
	height: 60px;
}
#top-nav ul li a {
	color: white;
}
#top-nav ul li a:hover {
    color: #FFFF33;
}
#top-nav ul {
    font-size: 11px;
}
#top-nav ul li a,
#top-nav ul li a:visited {
    text-decoration: none;
}
#content{
	clear:both;
}
#copy{
	width: 450px;
}
#copy-wide{
	width: 750px;
}
#copy-narrow{
	width: 300px;
}
#copy,
#copy-narrow,
#copy-wide{
	margin-left: 15px;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
}
#images{
	float:right;
	width: 325px;
}
#images-wide{
	float:right;
	width: 500px;
}
h1 {
	color:#FF9900;
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#contact{
	border-right-style: none!important;
}
#main_container,
#footer   {
    width: 830px;
    margin: 0 auto;
    padding: 25px 25px 5px 25px;
}
#footer{
	clear:both;
	background-color:#b8e167;
	font:  bold 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
}
table.rates {
	font-size: 12px;
	border: 2px solid #CCCCCC;
}
table.rates td{
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}