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


a {

	color:#666666;

}

a:hover {

	color:#333;

}

h1 {

	color:#333;
}

body {

	font: 12px "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	color:#333;
	background-color:#FFFFFF;
	
}

#page {

	margin:auto;
	width:750px;

	

}

#header {

	position:relative;
	height:250px;
}

#header a {
	
	text-decoration:none;
	color:#FFF;
}


#menu {
	position:absolute;
	left: 328px;
	top: 170px;
	width: 423px;
	height: 45px;
}

#leftend {
	position:absolute;
	left: 302px;
	top: 166px;
	width: 60px;
	height: 45px;
}

#firstitem {

	border-left:none;

}

#content {
	
	width: 750px;
	top: 175px;
}

#mainimage {

	width:750px;
	margin:auto;
	
}

#venumap {

	width:550px;
	margin:auto;
	padding-top:25px;
	padding-bottom:25px;

}

#hotels {

	position:relative;
	height:225px;
	width:500px;
	margin:auto;
	border-style:solid;
	border-color:#999;
	border-width:1px;
	margin-bottom:25px;
	background:url(../assets/box_bk.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


#hotel1{
	position:absolute;
	left: 10px;
	top: 17px;
}

#hotel2{
	position:absolute;
	left: 335px;
	top: 17px;
}

#hotel3{
	position:absolute;
	left: 172px;
	top: 17px;
}

#hotel1copy{
	position:absolute;
	left: 11px;
	top: 140px;
	width: 152px;
}

#hotel2copy{
	position:absolute;
	left: 336px;
	top: 140px;
}

#hotel3copy{
	position:absolute;
	left: 172px;
	top: 140px;
	width: 152px;
}


.menuitem {

	color:#FFF;
	float:left;
	margin-top:4px;
	margin-left:5px;
	
	padding:1px;
	padding-left:5px;
	font-size:12px;
	border-left:#FFF;
	border-left-style:solid;
	border-left-width:1px;
	
}

.bodyindented {

	margin-left:40px;

}

.centered {

	text-align:center;
	color:#666666;
}
