	html{
	margin: 0;
	padding: 0;
	font: 67.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}

body{
	margin: 0;
	padding: 0;
	background: url(images/html.jpg) left top repeat-x;
}

#wrap{
	width: 916px;
	margin: 0 auto;
	position: relative;
}

#head{
	height: 76px;
	display: block;
}

#head h1{
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	background: url(images/logo.jpg) left top no-repeat;
	width: 342px;
	height: 76px;
}

#check_avail{
	position: absolute;
	right: 0;
	top: 32px;
	background: url(images/check.jpg) left top no-repeat;
	width: 205px;
	line-height: 34px;
	text-align: center;
}

#check_avail a{
	color: #333;
	font-size: 1.3em;
	text-decoration: none;
}

#check_avail a:hover{
	color: #000;
	text-decoration: underline;
}

#menu{
	margin: 30px 0 0 0;
	padding: 0;
	width: 916px;
	background: url(images/menu.jpg) left top no-repeat;
	height: 40px;
}

#menu ul{
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 38px;
	text-align: center;
	font-size: 1.2em;
}

#menu li{
	margin: 0 50px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	
}

#menu a{
	color: #fff;
	text-decoration: none;
	display: block;
}

#menu a:hover{
	background: url(images/menu-hover.jpg) center bottom no-repeat;
	text-decoration: underline;
}

#content{
	margin: 20px 0 0 0;
	background: url(images/content.png) center top no-repeat;
	padding: 15px;
}


#picture-block{
	height: 405px;
}

#picture-block #left{
	width: 300px;
	float: left;
}

#left #left_nav{
	margin: 10px 0 0 10px;
	padding: 0;
	list-style: none;
}

#left_nav li{
	line-height: 51px;
	text-align: left;
	margin: 0 0 13px 0;
}

#left_nav a{
	background: url(images/pic_button.jpg) left top no-repeat;
	display: block;
	line-height: 51px;
	padding: 0 0 0 15px;
	font-size: 1.4em;
	color: #555;
	text-decoration: none;
}

#left_nav a.activeSlide{
	background: url(images/pic_button_active.jpg) left top no-repeat;
}

#picture-block h2{
	text-indent: -5000px;
	background: url(images/more-photos.gif) left top no-repeat;
	width: 176px;
	height: 34px;
	margin: 15px;
}

#picture-block #right{
	float: left;
}

.clear{
	clear: both;
}

#content h2{
	color: #4e2a37;
	font-size: 2.8em;
	font-weight: normal;
}

#content h3{
	color: #4e2a37;
	font-size: 2em;
	font-weight: normal;
}

#content a{
	color: #4e2a37;
}

#content p{
	font-size: 1.2em;
	color: #666;
	line-height: 1.5em;
	margin: 0 20px 20px 20px;
}

#content li{
	font-size: 1.2em;
	color: #666;
	line-height: 1.5em;
	margin: 0 20px 10px 20px;
}

#notice{
	background: #eee;
	padding: 10px;
}

#footer{
	background: url(images/content.png) center bottom no-repeat;
	margin: 0;
	padding: 0 0 15px 0;
}

#footer p{
	margin: 0 15px;
	padding: 10px 0 0 0;
	text-align: right;
	border-top: 1px solid #eee;
}

#footer a{
	color: #888;
	text-decoration: none;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 1.2em;
}