body {
	margin: 0px;
	padding: 0px;
	font: small "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

small {
	font-size: .8em;
}

.italics {
	font-style: italic;
}

strong {
	font-weight: bold;
}

br.clear {
	clear: both;
}

.red {
	color: red;
}

#wrap {
	padding-left: 2px;
	position: relative;
	width: 1000px;
}

#left {
	position: relative;
	float: left;
	width: 470px;
}

#left img {
	float: left;
	margin-top: 20px;
}

#leftcontent {
	float: right;
	width: 68%;
	line-height: 1.5em;
	font-size: 12px;
}

#leftcontent h1.pageheader {
	font-weight: bold;
	font-size: 14px;
}

#leftcontent h2.subheader {
	margin-top: 15px;
	font-weight: bold;
	font-size: 13px;
}

#leftcontent p.text {
	font-size: 12px;
}

#leftcontent ul {
	margin-top: -10px;
	padding: 0px;
}


li.title {
	margin-top:10px;
	list-style-type: disc;
	font-weight: bold;
}

li.item {
	font-size: 12px;
	list-style: none;
	margin-bottom: 5px;
}

table td {
	font-size: 12px;
}

#leftfooter {
	position: relative;
	clear: both;
	margin-top: 40px;
	height: 100px;
	color: #fff;
	background-color: red;
}

#leftfooter .container {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	color: #fff;
}

#leftfooter h2 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#leftfooter p {
	line-height: 1.4em;
}

#leftfooter a {
	color: #fff;
}

#center {
	position: relative;
	float: left;
	width: 302px;
	height: 680px;
	text-align: center;
	background-image: url('../images/city.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#center .container {
	position: absolute;
	top: 25%;
	left: 0px;
	right: 0px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 2em;
	line-height: 3em;
}

#right {
	position: relative;
	float: left;
	right: 0px;
	float: left;
	width: 200px;
	height: 710px;
	border-left: 10px solid blue;
	z-index: 1;
}

#right .container {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

#right h2 {
	margin-top: 7px;
	font-weight: bold;
	font-size: .9em;
}

#right p {
	margin-top: 15px;
	margin-bottom: 25px;
}

#right p.host img {
	float: left;
	margin: 0px;
	margin-right: 5px;
}

#right p.host {
	position: relative;
	left: 30px;
	top: 15px;
	font-size: .6em;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.city {
	
}

#footer {
	position: relative;
	top: -50px;
	padding-top: 5px;
	clear: both;
	width: 100%;
	border-top: 10px solid #000;
	z-index: 0;
}

.homelink {
	position: relative;
	top: -40px;
}
