﻿/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

.bg_left {
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-x;
}
.bg_banner {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_top {
	background-image: url(../images/dh_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
}
.box {
	border: 1px solid #aa7c3f;
}
.box_red {
	border: 1px solid #af8040;
}
.box_right {
	border: 4px solid #ded3b6;
}
.booking {
	font-family: "宋体";
	font-size: 12px;
	color: #ac943c;
	text-decoration: none;
	line-height: 16px;
}
.booking:hover {
	text-decoration: underline;
}

.copy {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
}
.copy:hover {
	text-decoration: underline;
}
.art {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.copy2 {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}
