body {
	margin: 0;
	padding: 0;
	background: url(../images/bg-2.jpg) repeat;
	font-family: verdana;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 736px;
}

.clear {clear: both;}
img {border: none;}
a {outline: none;}

#body-container {
	width: 736px;
	background: url(../images/body-bg3.jpg) repeat-y;
}

#menu-container {
	width: 638px;
	height: 34px;
	background: url(../images/menu-bg.jpg) no-repeat;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

#menu-padding {
	padding-top: 7px;
}

#menu-padding a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#menu-padding a:hover {
	color: #ea2225;
	text-decoration: underline;
}

#body-container div.title {
	color: #ea2225;
	font: bold 18px "Trebuchet MS";
}

#content {
	margin: 0 55px;
	font-size: 13px;
	line-height: 135%;
}

p.top-links {
	font-weight: bold;
	color: #666;
}

p.top-links a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

p.top-links a:hover{
	text-decoration: underline;
	color: #000;
}

#hotel-left {
	display: inline;
	float: left;
	width: 305px;
}

#hotel-right {
	display: inline;
	float: right;
	width: 305px;
}

span.small-title {
	color: #666;
	font-weight: bold;
}