/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:#FFFFCC;
}
h1 {
	font-size: 22px;
	letter-spacing: 20px;
	text-align: center;	
	color: #5A3D1C;	
}
#container {
	position:absolute;
	left:250px;
	top:5px;
	width:625px;
	height:725px;
	z-index:1;
}
#title {
	position:absolute;
	left:337px;
	top:36px;
	width:451px;
	height:90px;
	z-index:2;
}
#title p {
	line-height: 20px;
}
.title {color: #5A3D1C; font-size: 16px;}
#main {
	position:absolute;
	left:339px;
	top:147px;
	width:450px;
	height:490px;
	z-index:3;
	overflow: scroll;
}
.subtitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.style2 {font-size: 20px; font-weight: bold; text-align: center; color: #FFEC5F; }
#contact {
	position:absolute;
	left:369px;
	top:647px;
	width:396px;
	height:43px;
	z-index:4;
}
.footer {
	position:absolute;
	left:269px;
	top:705px;
	width:398px;
	height:17px;
	z-index:5;
}
.footer {
	font-size: 8px;
}
#front_title {
	position:absolute;
	left:365px;
	top:49px;
	width:398px;
	height:150px;
	z-index:2;
}
#front_title p {
	line-height: 24px;
}
.front_title {
	font-size: 60px;
	letter-spacing: 20px;
	font-weight: bold;
	text-align: center;
	color: #5A3D1C;
	padding-top: 25px;
}
.front_subtitle {
	font-size: 26px;
	text-align: center;
	color: #5A3D1C;
	line-height: 18px;
}
.front_tag {
	color: #8B5C29;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}
	
