@charset "utf-8";
/* CSS Document */

body{
	background-color: #700f10;
	text-align: center;
	margin-top: 0px;
}

#container{
	text-align: left;
	margin: 0 auto;
	width: 992px;
}

#header{
	height: 217px;
	background: #f2ebab url(../images/header_bg.png) left top no-repeat;
	position: relative;
}

#header #logo {
	padding: 30px 0px 0px 15px;
	width: 361px;
}
#header #logo a{
	display: block;
	width: 361px;
	height: 169px;
	text-indent: -2000px;
}
#header #tagline {
	position: absolute;
	right: 60px;
	top: 10px;
	text-align: center;
}

#header #main_nav {
	float: right;
	height: 29px;
	margin-top: -17px;
}

#main_content {
	background: url(../images/page_bg.png) left top repeat-y;
}

#main_content #left_content{
	margin-right: 340px;
	padding: 10px 0px 10px 20px;
}
#sub #main_content #left_content{
	position: relative;
}
#main_content #left_content #home_copy {
	width: 480px;
	padding: 45px 60px 10px 90px;
	background: url(../images/body_copy_bg.png) left top no-repeat;
}
#sub #main_content #left_content #sub_copy_top{
	background: url(../images/sub_body_top_bg.png) left 1px no-repeat;
	height: 10px;
}
#sub #main_content #left_content #sub_copy{
	width: 400px;
	padding: 35px 60px 10px 170px;
	background: url(../images/sub_body_bottom_bg.png) left bottom no-repeat;
	height: 447px;
}
#sub.schedules #main_content #left_content #sub_copy{
	background: url(../images/schedule_body_bottom_bg.png) left bottom no-repeat;
}
#sub.book #main_content #left_content #sub_copy{
	background: url(../images/book_body_bottom_bg.png) left bottom no-repeat;
}
#sub #main_content #left_content #subpage_title{
	position: absolute;
	top: 45px;
	left: 60px;
}
#main_content #left_content #places {
	wdith: 520px;
	padding: 15px 20px 20px 50px;
	background: url(../images/places_bg.png) left bottom no-repeat;
	height: 170px;
}
#main_content #left_content #places .landmark{
	width: 92px;
	height: 92px;
	position: relative;
	float: left;
	padding-left: 40px;
	padding-top: 20px;
}
#main_content #left_content #places .tag{
	position: absolute;
}
#main_content #left_content #places .tag1{
	top: 65px;
	left: -40px;
}
#main_content #left_content #places .tag2{
	top: -8px;
	left: 25px;
}
#main_content #left_content #places .tag3{
	bottom: -27px;
	left: 40px;
}
#main_content #left_content #places .tag4{
	top: -5px;
	left: 20px;
}

#main_content #right_content{
	float: right;
	padding: 10px 20px 0px 0px;
}
#main_content #right_content #right_top{
	background: url(../images/right_top_bg.png) left top no-repeat;
	padding: 20px 10px;
	height: 115px; /*actual height and width - 40px and 20px for padding */
	width: 286px;
}
#sub #main_content #right_content #right_top{
	background: url(../images/right_top_sub_top_bg.png) left 1px no-repeat;
	height: auto;
	padding: 20px 10px 10px 10px;
}
#sub #main_content #right_content #right_top_bottom{
	background: url(../images/right_top_sub_bottom_bg.png) left bottom no-repeat;
	height: 10px;
	margin-bottom: 5px;
}
#main_content #right_content #right_top p, #main_content #right_content #right_top h2{
	padding: 0px 10px 10px 120px;
	line-height: 1.6em;
}
#sub #main_content #right_content #right_top table{
	padding: 5px 10px 10px 20px;
}
#sub #main_content #right_content #right_top table td{
	padding: 10px;
}
#sub #main_content #right_content #right_top img{
	padding-left: 30px;
}
#sub #main_content #right_content #right_top p, #sub #main_content #right_content #right_top h2{
	padding: 0px 10px 10px 30px;
}
#main_content #right_content #right_mid{
	background: url(../images/right_mid_bg.png) left top no-repeat;
	padding: 20px 10px;
	height: 156px;
	width: 286px;
}
#main_content #right_content #right_mid p, #main_content #right_content #right_mid h2{
	padding: 0px 40px 10px 10px;
	line-height: 1.6em;
}
#main_content #right_content #right_bottom{
	background: url(../images/right_bottom_bg.png) left top no-repeat;
	padding: 20px 10px;
	height: 145px;
	width: 286px;
}
#sub #main_content #right_content #right_bottom{
	background: url(../images/right_bottom_sub_bg.png) left top no-repeat;
	height: 355px;
}
#main_content #right_content #right_bottom p, #main_content #right_content #right_bottom h2{
	padding: 0px 10px 10px 130px;
	line-height: 1.6em;
}
#sub #main_content #right_content #right_bottom table{
	padding: 5px 10px 10px 20px;
}
#sub #main_content #right_content #right_bottom table td{
	padding: 10px;
}
#sub #main_content #right_content #right_bottom img{
	padding-left: 30px;
}
#sub #main_content #right_content #right_bottom p, #sub #main_content #right_content #right_bottom h2{
	padding: 0px 10px 10px 30px;
}

#footer{
	background: url(../images/page_bottom_bg.png) left top no-repeat;
	padding-top: 30px;
}