@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background:#fff;
	font-family:Arial;
	font-size:12px;
}

#body {
	width:960px;
	margin: 0 auto;
}

#header {
	width:960px;
	height:109px;
}

#navigation {
	background-color:#483457;
}

#link {
	float:left;
	width:712px;
	height:37px;
	background-color:#483458;
	padding-left:30px;
}

#link a {
	color:#d8c6db;	
}

#reservation {
	float:right;
	width:218px;
	height:37px;
}

#link ul {
	display: inline;
} 

#link ul li {
	list-style: none;
	float:left;
	margin-left:15px;
	margin-top:10px;
	font-family:Arial;
	font-size:12px;
	color:#d8c6db;
}

#banner {
	float:left;
	width:712px;
	height:235px;
}

#reservation_system {
	float:right;
	width:208px;
	height:225px;
	background-image:url(../images/reservation_bg.jpg);
	padding-top:10px;
	padding-left:10px;
}

#content {
	width:910px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#e9e7ea;
	padding:25px 0 0 50px;
	font-size:12px;
	color:#4c4056;
	text-align:justify; 
	line-height: 18px; 
}

#content2 {
	width:910px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#e9e7ea;
	padding:25px 0 0 50px;
	font-size:12px;
	color:#4c4056;
	text-align:justify; 
	line-height: 18px; 
}

#content a {
	color:#413c4b;
	text-decoration:underline;
	font-weight:bold;
}

#footer {
	clear:both;
	font-size:11px;
	padding-top:10px;
	height:30px;
}

#copyright {
	float:left;
}

#footer_link {
	float:right;
	width:200px;	
}

#footer_link ul {
	list-style-type:none;
}

#footer_link ul li {
	float:left;
	margin-left:20px;
}

.font_purple {
	color:#b23ba5;
}
