/* #A97470 */
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
} 
h1 img {
	display: block;
}
img.picture {
	border: 1px solid #666;
	padding: 5px;
	margin: 3px;
}
a {
	color: #A97470;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A97470;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: url(images/bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #5D5D5D;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 830px;
	position: relative;
}

h1 {
	position: absolute;
	background: url(images/header.jpg) no-repeat;
	width: 259px;
	height: 204px;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 35px;
	color: white;
	font: 32px "Lucida Handwriting", "Lucida Calligraphy", verdana, arial, sans-serif;
}
#logo {
	position: absolute;
	background: url(images/logo.jpg) no-repeat;
	width: 383px;
	height: 481px;
	top: 204px;
	left: -59px;
	z-index: 1;
}

.menu{
}
.menu ul{
	list-style:none;
	padding:0 0 0 15px;
	margin: 40px 0 0 0;
}
.menu ul li{
	display:inline;
}
.menu ul li a{
	float:left;
	height:22px;
	border:none;
	padding:0 10px 0 10px;
	margin-left: 5px;
	text-decoration:none;
	line-height:22px;
	font-size:14px;
}
.menu ul li a:hover, .menu ul li.menu-current a{
	border-bottom: 3px solid #A97470;
}
.menu ul li.menu-parent a {
	border-bottom: 3px dotted #A97470;
}

.submenu{
	float: left;
	width: 560px;
}
.submenu ul{
	list-style:none;
	padding:0 0 0 15px;
	//margin: 10px 0 0 0;
	margin: 5px 0 0 50px  ;
	background: #A97470;
	color: #fff;
}
.submenu ul li{
	display:inline;
}
.submenu ul li a{
	float:left;
	border:none;
	padding:2px 10px;
	margin-left: 5px;
	text-decoration:none;
	font-size:14px;
	background: #A97470;
	color: #fff;
	border-bottom: 3px solid #A97470;
}
.submenu ul li a:hover, .submenu ul li.menu-current a, .submenu ul li.menu-parent a {
	background: #fff;
	color: #A97470;
	border-bottom: 3px solid #A97470;
}


#left {
	width: 383px;
	position: absolute;
	top: 680px;
	left: -59px;
	background: url(images/nav_bg.jpg) repeat-y;
}
#left-bot {
	margin: 0;
	padding: 170px 0 45px 113px;
	background: url(images/nav_bot.gif) no-repeat 59px bottom;
}

#body {
	position: absolute;
	width: 563px;
	top: 0;
	left: 259px;
	background: white;
	overflow: hidden;
	font: 14px "Times new roman", "Lucida Grande", serif;
}
#body .i {
	padding: 25px 25px 30px 74px;
	min-height: 400px;
}
#head-top {
	position: absolute;
	top: 0;
	left: 259px;
	width: 563px;
	height: 32px;
	z-index: 2;
	background: url(images/head_top.gif) repeat-x;
}
#head-right {
	position: absolute;
	top: 0;
	left: 821px;
	width: 13px;
	height: 145px;
	z-index: 3;
	background: url(images/head_right.gif) no-repeat;
}
#body h2 {
	font: 20px "Times new roman", "Lucida Grande", serif;
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 25px;
}
#body h2.shallow {
	margin-top: 10px;
}
#body h2 strong {
	color: #576B02;
	font-size: 20px;
	font-weight: normal;
}
#body h2.orange strong {
	color: #8F6A2B;
}
#body p {
	margin: 1em 0;
}

#view {
	float: left;
	width: 115px;
	text-align: center;
	margin-right: -50px;
}
#funtravel {
	margin-top: 10px;
}
#collect {
	float: left;
	width: 203px;
}
#collect p.dark, #view p.dark {
	text-align: center;
	color: #000;
	font: 14px "Arial narrow", arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 3px;
}
#collect p.orange, #view p.orange {
	text-align: center;
	color: #F25C00;
	font: 22px "Arial narrow", arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 10px;
}
#view p.dark {
	margin-top: 40px;
	margin-bottom: 10px;
}
#view p.dark a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#view p.orange a {
	color: #F25C00;
	font-weight: normal;
	text-decoration: none;
}
#collect p.other {
	margin-left: 12px;
}
#copyright {
	text-align: center;
	clear: both;
	color: black;
	padding-top: 15px;
}
