@CHARSET "UTF-8";

body {
	background-color:#fcf100;
	background-image:url(../img/common/stage-back.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#4b4b4d;
}
#main {
	width:908px;
	margin:0px auto;
}
#header {
	width:908px;
	height:285px;
}
#content {
	background:url(../img/common/content-back.png) repeat-y center;
}
#navigation {
	width:150px;
	margin-top:10px;
	margin-left:4px;
	float:left;
}
.nav_point a {
	width:135px;
	height:20px;
	padding-left:15px;
	padding-top:5px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#2e2d30;
}
.nav_point a:hover {
	width:135px;
	height:20px;
	padding-left:15px;
	padding-top:5px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background:url(../img/common/nav_arrow.jpg) no-repeat right;
	color:#9f3800;
	display:block;
	background-color:#faf357;
}
.nav_point_active {
	width:135px;
	height:20px;
	padding-left:15px;
	padding-top:5px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background:url(../img/common/nav_arrow.jpg) no-repeat right;
	color:#9f3800;
	display:block;
	background-color:#faf357;
}

#main_content {
	width:570px;
	padding-left:15px;
	padding-right:15px;
	float:left;
}
p {
	font-family:Arial;
	font-size:14px;
	color:#2e2d30;
}
p a {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#9f3800;
}
.text_small {
	font-family:Arial;
	font-size:9px;
	color:#2e2d30;
}
li {
	font-family:Arial;
	font-size:14px;
	color:#2e2d30;
}
h1 {
	padding:5px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#9f3800;
}
h2 {
	padding:10px 0px 0px 0px;
	margin:15px 0px 0px 0px;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#2e2d30;
	background:url(../img/common/seperator.jpg) no-repeat left bottom;
}
h3 {
	padding:5px 0px 0px 15px;
	margin:10px 0px 0px 0px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#a6a6a6;
}
#rightbar {
	width:150px;
	float:left;
}
#footer {
	background:url(../img/common/footer.png) no-repeat center;
	width:908px;
	height:10px;
	padding-top:19px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#2e2d30;
}
#footer a {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#2e2d30;
	text-decoration:none;
}
#footer a:hover {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#9f3800;
	text-decoration:none;
}
.text_normal {
	font-family:Arial;
	font-size:12px;
	color:#2e2d30;
}
