body {
	margin: 0px;
	padding: 0px;
	background-color: #2A2A2A;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 100%;
}

div {
	margin: 0px;
	padding: 0px;
}

#main {
	background-color: #fff;
	border: 1px solid #000;
	width: 900px;
	margin: 0px auto 20px;
	text-align: left;
}

#banner {
	color: #fff;
	background-color: #000;
	padding: 0px;
	position: relative;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid black;
}

#logo {
	padding: 5px 0px 10px 20px;
}

#slogan {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	bottom: 5px;
	right: 8px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.article-title {
	font-size: 14px;
	font-weight: bold;
	color: #5FB404;
}

#content {
	background-color: #fff;
	padding: 15px 10px 15px 10px;
}

#leftSide {
	border-right: 1px dashed #aaa;
	padding-right: 20px;
}

#leftSide h1 {
	font-size: 16px;
	font-weight: bold;
}

#leftSide h2 {
	font-size: 14px;
	font-weight: bold;
}

#leftSide p {
	font-size: 12px;
	padding: 5px 0px;
	text-align: justify;
}

#leftSide ul {
	font-size: 12px;
	padding: 5px 0px;
}

#rightSide div {
	font-size: 12px;
	padding-top: 5px 0px;
}

#rightSide p {
	font-size: 12px;
	padding: 5px 0px;
}

#vendors {
	border-top: 1px dashed #aaa;
	background-color: #fff;
	margin: 20px;
	padding: 10px;
}

#footer {
	background-color: #fff;
	padding: 10px;
	text-align: center;
}

#footer p {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #444;
	font-size: 11px;
}

.phone {
	font-weight: bold;
	font-size: 18px;
	color: red;
	white-space: nowrap;
}

#footer span {
	color: #444;
	font-size: 11px;
}

.copyright {
	text-align: center;
	color: #444;
	font-size: 11px;
}

#hotels {
	padding-left: 15px;
}

#hotels h2 {
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#hotels p {
	padding-top: 2px;
	margin-top: 5px;
}