body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #525459;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 20px;
}
#container {
	height: 600px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
#header {
	height: 120px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navi {
	font-size: 12px;
	background-color: #5e6063;
	height: 479px;
	width: 250px;
	float: left;	
}
#content {
	height: 360px;
	width: 580px;
	position: relative;
	left: 60px;
	top: 60px;
	line-height: 14px;
	float: left;
}
#content_holding {
	height: 360px;
	width: 650px;
	position: relative;
	left: 140px;
	top: 100px;
	line-height: 14px;
	font-style: normal;
	text-align: center;
}
#navi_text {
	width: 180px;
	position: relative;
	left: 50px;
	top: 50px;
	line-height: 34px;
}
a {
	color:#D0D3D8;
	text-decoration: none;
}
a:hover {
	color: #c1b48b;
	text-decoration: none;
}
.p_sand { color: #c1b48b; }
.p_list { color: #c1b48b; font-size: 12px; line-height: 20px; letter-spacing: 1px; }
#address {
	color: #d0d3d8;
	font-size: 11px;
	line-height: 15px;
	position: relative;
	letter-spacing: 1px;
	left: 50px;
	top: 220px;
	width: 160px;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #aaacaf;
	letter-spacing: 4px;
	margin-top: 22px;
	margin-bottom: 8px;
	font-weight: lighter;
}
h2 { color: #c1b48b; font-size: 16px; font-weight: lighter; text-transform: uppercase; letter-spacing: 4px; margin-top: 0; margin-bottom: 12px; }
h3 { color: #c1b48b; font-size: 16px; font-weight: lighter; text-transform: uppercase; letter-spacing: 4px; margin-top: 22px; margin-bottom: 8px; }
.img_border {
	border: 1px solid #FFFFFF;
	margin-left: 30px;
}
