/* CSS Document */

body {
	background-color: #faefd1;
	text-align:center;
}
.maintable {
	width:760;
	border: 1px ;
	background-color: #FFFFFF;
	border-color: #996600;
	border-style: solid;
}

.leftcolumn{
	width:155px;
	vertical-align: top;
	background-image: url(img/an_hotel.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.top{
	width: 605px;
	height:300px;
	text-align:right;
	vertical-align:top;

}
.logo{
	width: 155px;
	height: 158px;
	background-image: url(img/logo_hotel.jpg);
	background-repeat: no-repeat;
	
}

.menu{
	width:155px;
	height: 200px;
	background-image: url(img/sf_nav.gif);
	background-repeat: no-repeat;

}

.log{
	width: 605px;
	text-align:right;
	vertical-align: top;
	height:10px;
	
}

.content{
	width: 605px;
	text-align:left;
	vertical-align: top;
	
}

.footer{
	width: 772px;
	height: 20px;
	background-color: #B08304;
	text-align:center;
}	
.develop {
	FONT: 8pt Trebuchet MS ;
	text-align:center;
}	
.A2:link {
	FONT-WEIGHT: normal; COLOR: #990000; TEXT-DECORATION: none;
}
.A2:hover {
	 COLOR: #990000; TEXT-DECORATION: underline;
}
.A2:visited{
	FONT-WEIGHT: normal; COLOR: #990000; TEXT-DECORATION: none;
}

