body {
	margin: 0;
	padding: 8px 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #383d44;
	background: #e6e3d7;
	}

/* links */

a:link, a:visited {
	padding-bottom: 1px;
	color: #326ea1;
	text-decoration: none;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}
a.more {
	padding-right: 7px;
	background: url(../img/1206/icon-morearrow.gif) no-repeat 100% 5px;
	}

/* page structure
---------------------------------------------------------- */

#content {
	width: 60em;
	margin: 30px auto;
	font-size: 95%;
	line-height: 1.6em;
	}

/* header
---------------------------------------------------------- */

#header {
	padding: 0;
	font-size: 95%;
	background: #ffffff;
	}

/* logo */

#logo {
	width: 60em;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}


/* navigation */

#nav {
	width: 64em;
	margin: 20px auto 0 auto;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e6e3d7;
	background: #f3f1e9;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 75%;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 8px 10px;
	text-decoration: none;
	color: #000000;
	border: none;
	background: url(images/nav-bg2.gif) no-repeat bottom right;
	}
#nav li a:hover {
	color: #fff;
	background: #b8babf;
	}
#nav li a.active {
	font-weight: bold;
	color: #000000;
	background: #bebdb9;
	}

/* content
---------------------------------------------------------- */

red {
	color: red;
	font-weight: bold;
	}


/* title box */

#title_box{

	}

#guy {
		background: url(images/guy_bg.jpg) no-repeat center;
		margin-top: -5px;
		padding: 8px 110px 12px 12px;
		border-bottom: none;
		height: 170px;
}

#mtu {
 	margin-top: -5px;
	padding: 8px 110px 12px 12px;
	border-bottom: none;
	height: 170px;
	background: url(images/mtu_bg.jpg) no-repeat center;
}

#apt {
 	margin-top: -5px;
	padding: 8px 110px 12px 12px;
	border-bottom: none;
	height: 170px;
	background: url(images/apt_bg.jpg) no-repeat center;
}

#con {
 	margin-top: -5px;
	padding: 8px 110px 12px 12px;
	border-bottom: none;
	height: 170px;
	background: url(images/con_bg.jpg) no-repeat center;
}

#hotel {
 	margin-top: -5px;
	padding: 8px 110px 12px 12px;
	border-bottom: none;
	height: 170px;
	background: url(images/hotel_bg.jpg) no-repeat center;
}

#off {
 	margin-top: -5px;
	padding: 8px 110px 12px 12px;
	border-bottom: none;
	height: 170px;
	background: url(images/off_bg.jpg) no-repeat center;
}


#title_box h1 {
	margin: 0;
	font-size: 130%;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border: none;
	padding-left: 40px;
	}
#title_box h1 span {
	color: #666b75;
	}
#title_box h2 {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	color: #666b75;
	padding-left: 40px;
	}


#title {
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	border-bottom: 2px solid #dbd5c5;
	text-align: right;
	}
#title h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border: none;
	}
#title h1 span {
	color: #666b75;
	}
#title h2 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	color: #666b75;
	}

#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.5em;
	color: #black;
	border-bottom: 1px solid #dbd5c5;
	}

/* footer
---------------------------------------------------------- */

#footer {
	width: 60em;
	margin: 0 auto;
	padding: 15px 0px 30px 40px;
	font-size: 95%;
	line-height: 1.5em;
	border-top: 2px solid #dbd5c5;
	}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clearing floats */

#nav ul:after,
#flickr:after,
#extra:after,
#footer:after,
#port:after, 
.prod-feature:after, 
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
