@charset "utf-8";

/* Base CSS */
body {
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
	background: url(../images/bg_top.jpg) top center no-repeat;
}

a {
	padding: 2px 0 2px 20px;
	min-height: 18px;
	outline: none;
	background: url(../images/linkicon.gif) no-repeat;
}

div, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

#frame-ttop {
	margin: 0 auto;
	width: 760px;
	height: 15px;
	font-size: 10px;
	background: url(../images/bg_ttop.jpg) no-repeat;
}

#frame-t {
	margin: 9px auto 0;
	width: 750px;
	height: auto;
}

#frame-body {
	clear: both;
	margin: 0 auto;
	width: 760px;
	background: url(../images/bg_body.gif) repeat-y;
}

#frame-body:after {
	content: " ";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #frame-body {
	height: 1em;
	overflow: visible;
}
/**/

#frame-bottom {
	margin: 0 auto;
	width: 760px;
	background: url(../images/bg_body.gif) repeat-y;
}

#frame-bottom:after {
	content: " ";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #frame-bottom {
	height: 1em;
	overflow: visible;
}
/**/

#frame-bbottom {
	clear: both;
	margin: 0 auto;
	width: 760px;
	height: 10px;
	font-size: 10px;
	background: url(../images/bg_bodybottom.gif) no-repeat;
}