* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../hotel_files/images/bg.jpg) top repeat-x #DBD5CB;
}
p {
	line-height:18px;
	margin-bottom:12px;
}
a {
	color:#651a21;
}
#logobg {
	background-color:#490e14;
}
#logo {
	width:206px;
	height:125px;
	padding:10px 15px;
	text-align:left;
}
#logo-address {
	padding:7px 15px;
	text-align:left;
	color:#fff;
}
#navigation {
	line-height: 30px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background: #651a21;
	padding: 0 0 0 15px;
	text-align: left;
	width:760px;
	font-weight:bold;
	font-size: 11px;
}
#navigation a {
	color: #fff;
	margin-right: 15px;
	padding:3px;
	text-decoration: none;
}
.imgright {
	padding:0 0 10px 10px;
}
#navigation a:hover {
	color: #fff;
	text-decoration:underline;
}
#content {
	padding:15px;
	text-align:left;
	width:550px;
	background-color:#fff;
	border-right:1px dotted #ccc;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom: 10px;
}
#sidebar {
	padding:15px;
	width:200px;
	background-color:#fff;
	text-align:left;
}
#sidebar h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
}
#footer {
	text-align:center;
	padding:20px;
	font-size:11px;
	color:#555;
}
#footer a {
	color:#555;
	text-decoration:none;
}


.left {
	float:left;
	padding-right:5px;
}
