body {
	font: 9pt Tahoma;
	background: #dae4f9;
	color: #333;
}

* {
	padding: 0; 
	margin: 0; 
}

a {
	color: #333;
	text-decoration: none;
	background: inherit;
}

a:hover { 
	color: #ff9;
	text-decoration: underline;
	background: inherit;
}

ul, ol {
	list-style : none; 
} 

img {
	border: none;
	display: block;
}

#header {
	background: url(images/header_bg.jpg) repeat-x left top;
}

#content {
	background: url(images/content_bg.jpg) repeat-x left top;
}

#ex-hotel {
	height: 238px;
	background: url(images/ex_bg.jpg) repeat-x left top;
}

#ex-content-up {
	width: 950px;
	padding-left: 50px;
}

#ex-content-up li {
	height: 116px;
	width: 300px;
	background: url(images/line_up.jpg) no-repeat left top;
	padding-left: 2px;
	float: left;
}

#ex-content-up li img {
	float: left;
}

#ex-content-up li span {
	margin-top: 35px;
	display: block;
	line-height: 20px;
	font-size: 10px;
}

#ex-content-up li span a {
	font-weight: bold;
	font-size: 12px;
}

#ex-content-down {
	width: 950px;
	padding-left: 50px;
}

#ex-content-down li {
	height: 122px;
	width: 300px;
	background: url(images/line_down.jpg) no-repeat left top;
	padding-left: 2px;
	float: left;
}

#ex-content-down li img {
	float: left;
}

#ex-content-down li span {
	margin-top: 35px;
	display: block;
	line-height: 20px;
	font-size: 10px;
}

#ex-content-down li span a {
	font-weight: bold;
	font-size: 12px;
}

#demo {
}

#demo-title {
	height: 44px;
}

#demo-content {
	width: 950px;
	padding-left: 10px;
}

#demo-content ul {
}

#demo-content li {
	float: left;
}

#footer {
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 0.8em;
	background: #0c4366;
	text-align: center;
	clear: both;
}