html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	background:#7E3F08 url(../images/bg_body.jpg) top left repeat-x;
}
#body {
	background:url(../images/bg_main.jpg) top center no-repeat;
}
body, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
	color:#7F0400;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
h1 a, h2 a, h3 a {
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}
h1 {
	font-size:19px;
	padding:6px 0;
}
h2 {
	font-size:17px;
	padding:4px 0;
}
h3 {
	font-size:14px;
	padding:2px 0;
}
p {
	margin:12px 0;
	padding:0;
}
ul, ol {
	margin:12px 0;
	padding:0 0 0 34px;
}



#full_page {
	width:840px;
	margin:0 auto;
	position:relative;
}
#page_head {
	position:relative;
}
#logo_top {
	display:block;
	height:90px;
	background:url(../images/logo_01.png) center center no-repeat;
}
#page_menu {
	overflow-x:hidden;
	height:48px;
}
#page_menu .center {
	position:relative;
	left:50%;
	float:left;
	height:48px;
}
#page_menu ul {
	position:relative;
	left:-50%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	height:48px;
}
#page_menu li {
	margin:0;
	padding:5px 0;
	float:left;
}
#page_menu a {
	display:block;
	white-space:nowrap;
	height:38px;
	line-height:38px;
	padding:0 15px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#page_menu a:hover {
	height:38px;
	line-height:38px;
	background:url(../images/burst_01.png) center center no-repeat;
}
#page_body {
	position:relative;
	background:#F3E7B2;
	min-height:400px;
	color:#281507;
}
#page_foot {
	position:relative;
	padding:15px 20px;
	color:#F3E7B2;
}
#page_foot p {
	margin:0;
	padding:1px 0;
	text-align:center;
	font-size:11px;
}
#page_foot a {
	text-decoration:none;
	color:#F3E7B2;
}
#page_foot a:hover {
	text-decoration:underline;
}
#page_foot .login {
	position:absolute;
	bottom:0;
	right:0;
}



