@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #060502;
	font-family: Verdana, Geneva, sans-serif;
	color: #c6b985;
	font-size: 12px;
}
#container {
	width: 713px;
	margin: 0 auto;
}
#top {
	width: 713px;
	height: 461px;
	background: url(../_images/home/home-img-top.jpg) no-repeat;
	text-align: left;
	margin: 0;
	}
	#text {
		padding-top: 135px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #9f6e1c;
		line-height: 150%;
		width: 139px;
		text-align: right;
		font-size: 10px;
		}
	#text a {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #9f6e1c;
		text-decoration: none;
	}
#left-nav {
	float: left;
	width: 149px;
	margin-top: 0px;
	text-align: left;
}
	#left-nav ul {
		list-style: none;
	}
	#left-nav ul li {
		width: 149px;
	}
	li#classical {
		background:url(../_images/home/home-bg-classical.jpg) no-repeat;
		height: 39px;
	}
	li#dolphin {
		background:url(../_images/home/home-bg-dolphin.jpg) no-repeat;
		height: 39px;
	}
	li#archtop {
		background:url(../_images/home/home-bg-archtop.jpg) no-repeat;
		height: 36px;
	}
	#left-nav a {
		color: #dba912;
		text-decoration: none;
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 10px 0 0 10px;
		display: block;
	}
#right-nav {
	float: left;
	width: 564px;
	height: 172px;
	background: url(../_images/home/home-bg-nav.jpg) no-repeat;
	margin-top: 0px;
}
	#right-nav ul {
		margin-left: 17px;
	}
	#right-nav ul li {
		float: left;
		margin: 88px 0 0 15px;
		list-style: none;
	}
	#right-nav a {
		color: #9f6e1c;
		text-decoration: none;
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}