/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;		
	padding-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	text-align:center;
}
#container {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position:relative;
	text-align:center;
	margin-top:10px;
}
#top{
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:147px;
}

/* */

.style1, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-decoration:none;
}
.style2, #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F6D90;
	font-size: 12px;
	text-decoration:none;
}
.style3, #headerText, #text {
	font-family: Verdana;
	color: #3F6D90;
	font-size: 10px;
	text-decoration:none;
	
}
#text {
	width: 85%;
	clear:both;
}
#item,.extend{
	width: 100%;
	text-align:left;
}
#item{
	width:100%;
	height:90px;
	position:relative;
	border-bottom:1px solid #E1EAF0;
	margin-top:15px;
	text-align:left;
}
#imgHotel{
	width:103px;
	height:80px;
	position:absolute;
	left:0px;
	top:0px;
}
#descHotel{
	height:80px;
	width: 667px;
	position:absolute;
	left:110px;
	top:0px;
	text-align:left;
}
.right{
	float:right;
	margin-right:20px;
}
.left{
	float:left;
}
#footer{
	padding-top:15px;
	padding-bottom:15px;
}
#headerText{
	position:absolute;
	left:230px;
	top:15px;
	text-align:left;
	width:430px;
}
.errors {
	font-family: Verdana;
	color: #CC66CC;
	font-size: 10px;
	text-decoration:none;
	
}
a:hover
{
	text-decoration:underline;
}
.style4 {color: #333333}
