@charset "utf-8";
/* CSS Document */

body, html {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #FDB668;
}
#wrapper {
	width: 770px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	top: 0%;
	background: url(images/wrap-back.jpg) repeat-y;
}
#brand {
	width: 770px;
	height: 300px;
	float: left;
	padding: 0 10px 2px 10px;
}
#nav {
	width: 750px;
	height: 60px;
	float: left;
	margin-left: 10px;
	border-bottom: 6px solid #FDAE57;
	background: url(images/nav-back.jpg) center top no-repeat;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav ul li a {
	float: left;
	display: block;
	cursor: default;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 60px;
	border-right: 1px;
	font-weight: bold;
	border-right-style: solid;
	border-right-color: #FDAE57;
}
#nav ul li a#first {
	border-left: none;
}
#nav ul li a:link {
	color: #FED5AB;
	text-decoration: none;
}
#nav ul li a:visited {
	color: #FED5AB;
	text-decoration: none;
}
#nav ul li a:hover, a:active {
	color: #FEEBD8;
	text-decoration: none;
	background: #9B5302;
}
#container {
	width: 770px;
	height: auto;
	color: #9B5302;
	float: left;
	padding: 20px 0px;
}
#contents {
	width: 350px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 5px;
	text-align: justify;
}
#contents a {
	display: inline-block;
	line-height: 12px;
	border-bottom: 1px dotted #000000;
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}
#contents a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
#photos {
	width: 350px;
	height: auto;
	float: right;
	padding-right: 30px;
}
#footer {
	width: 770px;
	height: 54px;
	float: left;
	clear: both;
	color: #000000;
	text-align: center;
	padding-top: 26px;
	background: url(images/foot-back.jpg) center top no-repeat;
}
#footer a {
	display: inline-block;
	line-height: 14px;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}