@charset "utf-8";
/* CSS Document */
#header {
	background-image: url(../images/bg_header.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
}
#header h1 {
	display: none;
	visibility: hidden;
}
#bounding_box {
	background-image: url(../images/bg_content.jpg);
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0px auto;
}
#content {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 120px;
	background-image: url(../images/bg_box.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#col_left {
	float: left;
	width: 300px;
}
#col_right {
	float: right;
	width: 680px;
}
#col_right #heading_image {
	background-image: url(../images/heading_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 680px;
	height: 240px;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 300px;
	height: 150px;
}
#info {
	margin-left: 20px;
	padding: 0px 20px 10px 0px;
	max-width: 580px;
}
#side_bar {
	float: right;
	text-align: center;
	width: 280px;
	margin: 0px 0px 10px 12px;
	border-left: 1px dashed #CCCCCC;
}
#news {
	padding: 20px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	width: 230px;
	margin: 15px auto;
}
#coming_soon {
	padding: 10px 20px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	width: 230px;
	margin: 15px auto;
	text-align: center;
}
#cctourism {
	padding: 10px 20px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	width: 230px;
	margin: 15px auto;
}
#news h2 {
	color: #9e3c02;
	font-weight: normal;
	font-size: 180%;
	text-transform: lowercase;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#news h3 {
	color: #eb9130;
	font-weight: bold;
	font-size: 100%;
	text-transform: capitalize;
	margin: 10px 0px 4px 0px;
	padding: 0px;
	text-align: right;
}
#news p {
	padding: 0px;
	margin: 0px;
	font-size: 88%;
}
#news .read_more {
	text-align: right;
	margin: 4px 0px 0px 0px;
	font-style: italic;
}
#bar {
	width: 980px;
	height: 2px;
	background-color: #FFCC33;
	margin: 0px auto;
}
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
	margin: 0px auto;
	overflow: hidden;
}
#footer .copyright {
	margin: 0px 0px 0px 30px;
	float: left
}
#footer .terms {
	float: right;
}
#footer p {
	margin: 0px;
	padding: 10px;
	font-size: 89%;
	color: #FFFFFF;
}
#footer a {
	color: #FF9900;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF99;
}
.price_box {
padding: 4px; margin-bottom: 6px; width: 350px; border: 1px solid #CCCCCC; background-color: #EFEFEF; float: left;
}