body {
	padding: 0px;
	background-color: #362626;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#page {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background_09.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 600px;
	background-color: #B1BFBF;
	margin-top: 0px;
	padding-top: 25px;
	padding-left: 25px;
	}

#clear {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 30px;
	}

.bannerHome {
	height: 111px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top-bar.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	}

#page p {
	width: 550px;
	color: #000000;
	font-size: 12px;
	}

h1 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	margin-top: 60px;
	}

#page a {
	color: #FFFFFF;
	text-decoration: underline;
	}


.dropdown {float:left; padding-right:5px}
.dropdown dt {width:188px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
