html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}
a, a:hover, a.link-act {
	color: #000000;
}
a {
	font-weight: normal;
	text-decoration: none;
}
a:hover, a.link-act {
	letter-spacing: 1em;
}
a.mailLink:hover, a.paleBrown:hover {
	letter-spacing: 0px;
}
a.paleBrown:hover {
	color: rgb(220, 190, 145);
}
div.imgLink {
	height: 21px;
	padding-top: 4px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#nav {
	position: absolute;
	left: 43px;
	top: 32px;
}
#nav ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	white-space: nowrap;
}
#nav li {
	display: inline; 
	margin: 30px; 
	text-align: center;
}
#main {
	background-color: #fae1b6;
	position: absolute;
	left: 43px;
	top: 60px;
	text-align:left;
	height: 582px;
	width: 757px;
	padding: 27px 0px 0px 27px;
}
div#main.home {
	background-color: #ffdd37;
}
div#main.info {
	background-color: #a3d8ee;
}
div#main.news {
	background-color: #a4e463;
}
div#main.contact {
	background-color: #fae1b6;
}
div#main.location {
	background-color: #cec7c6;
}

#main.detail {
	background-color: rgb(255, 243, 175);;
}
#sidebar {
	position: absolute;
	right: 35px;
	top: 78px;
	text-align:left;
	width: 200px;
}
#detailTitle {
	position: absolute;
	top: 78px;
}
#bottomText {
	position: absolute;
	bottom: 27px;
	vertical-align: bottom;
	width: 460px;
}
.title {
	font-weight: bold;
}
div#portrait {
	position: absolute;
	bottom: 27px;
	right: 27px;
}
