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

body{
	background-color:#FFF2D4;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {color: 000000; text-decoration: none;}
a:hover {color: 000000; text-decoration: underline;}
a:active {color: 000000; text-decoration: none;}

#pagecenter{
	background-color:#FFF2D4;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	height:700px;
}
.center{
	text-align:center;
}
#naviframe{
	position:absolute;
	top:15px;
	left:20px;
	float: left;
}
#subtop{
	position:absolute;
	top:15px;
	left:220px;
}
#mainbody{
	position:absolute;
	top:220px;
	left:0px;
	background-color:#f3e5cc;
	width:100%;
}
#flashimg{
	position:absolute;
	top:0px;
	left:100px;
}
#bodytext{
	position:absolute;
	top:45px;
	left:480px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #642200;
	line-height: 27px;
	width:380px;
}