@charset "UTF-8";
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	background-color: #666;
	height: auto;
	background-image: url(images/pattern.jpg);
}
#navi {
	height: 45px;
	width: 800px;
	background-color: #F96211;
}
#pageimg {
	width: 800px;
	background-color: #000;
	color: #FFF;
}
#middle {
	width: 800px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #FFF;
	padding-top: 15px;
	height: auto;
	padding-bottom: 10px;
	margin: 0px;
}
#frame {
	width: 800px;
	text-align: center;
}
#frame h3 {
	line-height: 0px;
	color: #F60;
	font-size: 14px;
}
#left {
	float: left;
	margin-left: 60px;
	padding: 0px;
	width: 430px;
	text-align: left;
}
#right {
	float: right;
	width: 248px;
	margin-right: 60px;
	padding: 0px;
	text-align: right;
}
#footer {
	width: 770px;
	background-image: url(images/top_footer_bg.gif);
	height: 50px;
	background-repeat: repeat-x;
	font-size: 10px;
	color: #FFF;
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #F60;
}
#wrapper #middle #frame table tr td {
	background-image: url(images/frame_02.gif);
	background-position: 100%;
	text-align: center;
}
#middle table tr td h3 {
	font-weight: bold;
	color: #F60;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

