body {
	background-color: #FFFFFF;
	color: #444444;
	font: 12px arial, helvetica, sans-serif;
	line-height: 120%;
	text-align: center;
}

a {
	color: #CC6600;
	text-decoration: none;
	font: 12px arial, helvetica, sans-serif;
}

a:hover {
	color: #CC3300;
	text-decoration: none;
}

img {
	border: 0px solid #FF0000;
	vertical-align: bottom;
}

#container {
	width: 772px;
	height: 464px;
	background-color: #FFFFEE;
	border: 1px solid #FFEECC;
	padding: 0px;
}

#top_left {
	width: 500px;
	height: 32px;
	border: 0px solid #FFEECC;
	margin: 6px 0px 0px 0px;
	position: relative;
	float: left;
}

#top_right {
	width: 250px;
	height: 50px;
	border: 0px solid #FFEECC;
	margin: 0px 0px 0px 15px;
	position: relative;
	float: left;
}

#map {
	width: 500px;
	height: 400px;
	border: 1px solid #FFEECC;
	float: left;
	margin: 6px 0px 0px 6px;
}

#side_bar {
	width: 230px;
	height: 380px;
	border: 1px solid #FFEECC;
	postion: relative;
	float: left;
	margin: 6px 0px 0px 6px;
	padding: 10px;
	overflow: auto;
	background-color: #FFFFFF;
	color: #777777;
	font: 11px arial, helvetica, sans-serif;
	line-height: 110%;
	text-align: left;
}

#side_bar a {
	color: #CC6600;
	text-decoration: none;
	font: 12px arial, helvetica, sans-serif;
}

#side_bar a:hover {
    color: #CC3300;
    text-decoration: none;
}

a .hotels {
	color: #993333;
}

a:hover .hotels {
	text-decoration: underline;
}	

a .restaurants {
	color: #3366CC;
}

a:hover .restaurants {
	text-decoration: underline;
}

a .attractions {
	color: #6600FF;
}

a:hover .attractions {
	text-decoration: underline;
}