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

* {margin:0;padding:0;}

/***** HTML TAGS *****/
	
a, a:visited {
	color:#a88152;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#000;
	text-decoration:none;
	}
	
	h1 a {
		background:url(imgs/title_bgnd.gif) no-repeat left top;
		display:block;
		height:0;
		line-height:40px;
		overflow:hidden;
		padding-top:94px;
		width:520px;
		}
		
	#dayNav a {
		display:block;
		float:left;
		font-size:11px;
		letter-spacing:7px;
		line-height:13px;
		width:75px;
		}
		
	#leftCol p a {
		border-bottom:1px dotted;
		}
	
	#nav a {
		font-size:20px;
		line-height:20px;
		}

body {
	background:#fff;
	color:#3a2b11;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	}
	
h1 {
	float:left;
	width:520px;
	}
	
h2 {
	font-size:30px;
	letter-spacing:2px;
	margin:4px 0 18px;
	line-height:24px;
	}
	
#rightCol img, .pano img {
	border:1px #a88152 solid;
	margin-bottom:24px;
	}
	
#nav li {
	float:left;
	}
	
object {
	margin-bottom:8px;
	}
	
p {
	clear:left;
	margin-bottom:18px;
	text-align:justify;
	}
	
	#foot p {
		color:#aaa;
		font-size:10px;
		line-height:13px;
		}
	
	.others p {
		margin-bottom:8px;
		}
	
	.translation p {
		color:#666;
		font-family: "Times New Roman", Times, serif;
		margin-bottom:10px;
		text-align:left;
		}
	
	
	
/***** ID STYLES *****/
	
#contentWrap {
	float:left;
	padding:0 0 30px;
	width:720px;
	}
	
#dayNav {
	background:url(imgs/day_bgnd.gif) no-repeat left top;
	float:right;
	padding:0 40px 0 125px;
	width:75px;
	}
	
#foot {
	border-top:1px #aaa dotted;
	float:left;
	padding:30px 0 20px;
	width:720px;
	}
	
#fullWrap {
	background:url(imgs/page_bgnd.jpg) no-repeat center 200px;
	margin:0 auto;
	min-height:740px;
	padding:20px 0;
	width:800px;
	}
	
#head {
	float:left;
	width:800px;
	}
	
#leftCol {
	float:left;
	width:480px;
	}
	
#nav {
	float:left;
	list-style:none;
	padding:26px 0 0 40px;
	width:480px;
	}
	
#pageWrap {
	float:left;
	padding:50px 40px 0;
	width:720px;
	}
	
#pano {
	margin:0 0 20px;
	width:720px;
	}
	
#rightCol {
	float:right;
	width:200px;
	}
	
	
	
/***** CLASS TAGS *****/
	
.left {
	float:left;
	}
	
.middle {
	margin:0 118px;
	}
	
.notes {
	float:left;
	margin:10px 0 30px;
	width:480px;
	}
	
.others {
	background:url(imgs/notes_bgnd.gif) no-repeat left 1px;
	float:left;
	min-height:51px;
	margin:10px 20px;
	padding-left:130px;
	}
	
.page {
	width:250px;
	}
	
.pano {
	float:left;
	width:720px;
	}
	
.right {
	float:right;
	}
	
.tagline {
	float:left;
	margin-bottom:0;
	text-align:right;
	width:520px;
	}
	
.translation {
	padding-top:6px;
	width:220px;
	}