* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #7B82A8;
	text-decoration: underline;
}
a:hover {
	color: #7B82A8;
	text-decoration: none;
}
h1, h2, h3, h4, p {
	font-size: 100%;
}
body {
	background: url(../images/bg_body.gif) repeat-x 0px 0px;
	text-align: center;
	color: #333333;
}
#containaer {
	margin: 0px auto;
	width: 750px;
	text-align: left;
	background: url(../images/bg_container.gif) repeat-y 0px 0px;
	padding-bottom: 20px;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	text-align: left;
	text-indent: -9999px;
	height: 170px;
	width: 750px;
}
#leftbox {
	float: left;
	width: 170px;
	text-align: center;
	padding-left: 15px;
}
#rightbox {
	float: right;
	width: 550px;
	text-align: left;
}
#pagetop {
	font-size: 10px;
	text-align: right;
	clear: both;
	padding-top: 30px;
}
#pagetop span {
	background: url(../images/arr_pagetop.gif) no-repeat 0px 50%;
	padding-left: 10px;
}
#footer {
	clear: both;
	background: url(../images/bg_footer.gif) repeat-x;
	height: 50px;
	width: 100%;
	text-align: center;
}
#footer-inner {
	text-align: right;
	margin: 0px auto;
	width: 750px;
	background: url(../images/logo_footer.gif) no-repeat 10px 10px;
	height: 50px;
	position: relative;
}
#footer-menu {
	list-style: none;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 316px;
}
#footer-menu li {
	float: left;
	text-align: left;
	text-indent: -9999px;
}
#footer-menu a {
	height: 10px;
	display: block;
	text-decoration: none;
}
#footer-menu01 {
	background: url(../images/btn_footmenu_01.gif) no-repeat;
	width: 41px;
}
#footer-menu02 {
	background: url(../images/btn_footmenu_02.gif) no-repeat;
	width: 119px;
}
#footer-menu03 {
	background: url(../images/btn_footmenu_03.gif) no-repeat;
	width: 119px;
}
#footer-menu04 {
	background: url(../images/btn_footmenu_04.gif) no-repeat;
	width: 37px;
}
#footer-menu01 a {
	width: 41px;
}
#footer-menu02 a {
	width: 119px;
}
#footer-menu03 a {
	width: 119px;
}
#footer-menu04 a {
	width: 37px;
}
#footer-menu01 a:hover {
	background: url(../images/btn_footmenu_ovr_01.gif) no-repeat;
}
#footer-menu02 a:hover {
	background: url(../images/btn_footmenu_ovr_02.gif) no-repeat;
}
#footer-menu03 a:hover {
	background: url(../images/btn_footmenu_ovr_03.gif) no-repeat;
}
#footer-menu04 a:hover {
	background: url(../images/btn_footmenu_ovr_04.gif) no-repeat;
}
#copyright {
	font-size: 10px;
	clear: left;
	position: absolute;
	right: 0px;
	bottom: 10px;
}
