body { 
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color:#FFF;
	background-image: url(bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

#container {
	width: 720px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #CCC;
	background-color: #FFF;
	height: 100%;
	color: #000033;
	}

#header {
	width: 700px;
	margin: 20px auto;
	background-color: #549FC9;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	height: 100px;
	}

#divsx	{
	width: 370px;
	float: left;
	margin: 10px;
	}

#divdx	{ 
	width: 300px;
	margin: 10px 10px 10px 410px;
	}

#footer	{
	width: 720px;
	clear: both; 
	padding-top: 10px;
	margin: 10px 0 20px 0;
	text-align: center;
	color: #549fc9;
	font-size: 12px;
	}

.name 	{ 
	color: #549FC9;
	font-weight: bold;
	font-size: 18px; border-bottom: 1px dashed #3399FF; padding-bottom: 3px;
	}
.name a, a:visited{
	color: #549FC9;
	text-decoration: none;
	}
.name a:hover { text-decoration: underline; }
.norm	{ 
	color: #000;
	font-weight: normal;
	font-size: 12px;
	}
.imgs	{ border: 1px solid #549FC9; width: 370px; }
.imgs2	{ border: 1px solid #549FC9; width: 298px; }
.text	{ text-align: justify; font-size: 12px; line-height:17px;}
.star	{ color: #FDD017; }
.hotel  { text-align: justify; border-bottom: 1px dashed #CCC; padding-bottom: 5px; font-size: 12px }
small { color: #333; }
.link	{ font-size: 12px; color: #549FC9; text-decoration: none; }
