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

body {
	background-color: #000;
}

#container {
	background: url(../images/walking-man.jpg) no-repeat;
}

#title_section {
	width: 800px;
	display: block;
	margin: 0 auto;
	position: relative;
	height: 140px;
	border: 1px solid #000;
}

#title_section h1 {
	color: #f00;
	text-transform: uppercase;
	font-size: 110px;
	font-weight: normal;
	text-align: center;
}

#title_right {
	position: absolute;
	top: 52px;
	left: 370px;
}

#title_section h1 span {
	font-size: 50px;
	color: #fff;
}

#home-tour-list {
	margin: 0px auto;
	padding: 0;
	list-style: none;
	width: 800px;
	clear: both;
	position: relative;
}

.home-quote {
	font-style: italic;
}

#home-tour-list li {
	font-size: 16px;
	display: inline;
	white-space: nowrap;
	padding: 0;
	text-align: center;
}

#home-tour-list-left {
	float: left;
	text-align: left;
}

#home-tour-list-center {
	position: absolute;
	margin-left: 400px;
	left: -150px;
	width: 300px;
}

#home-tour-list-right {
	float: right;
	text-align: right;
}

.home-tour-list a { text-decoration: underline; }
.home-tour-list a:link, .home-tour-list a:visited { color: #fff; }
.home-tour-list a:hover, .nabar-list a:active { color: rgb(161,161,161); }

#nav-photos {
	margin: 112px 0 28px 404px;
	width: 580px;
}

#nav-photos img {
	margin: 0 0 12px 10px;
	border: 2px solid #444;
}

.copyright {
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	width: 100%;
}

#navbar-list {
	margin-bottom: 0;
}