/*----*/
body {
	background: #F2F4F5 url(system/paper.gif) repeat-x center top;
	margin: 0 auto;
}



/*wrapper*/
#wrapper {
	background: url(system/bg.jpg) no-repeat center top;
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding-top: 60px;
}

#wrapper h1 {
	width: 760px;
	height: 40px;
	clear: both;
	margin: 0 auto;
}

#wrapper h1 img {
	width: 760px;
	height: 40px;
	margin: 0 auto;
	display: block;
}

#wrapper h2 img {
	width: 760px;
	display: block;
	clear: both;
	margin: 0 auto;
}

#page {
	width: 760px;
	clear: both;
	margin: 0 auto;
	text-align: left;
}



/*text*/
#text {
	width: 540px;
	float: left;
	margin-top: 20px;
	font-size: 92%;
}

#text h3 {
	width: 500px;
	clear: both;
	padding: 10px 0 0;
	line-height: 1em;
}

#text p {
	line-height: 150%;
	text-align: justify;
	margin: 3px 0 7px;
	clear: both;
}

#text p.caption {
	font-size: 92%;
	line-height: 1.2em;
	padding-top: 5px;
}



/*set*/
#text .set {
	width: 540px;
	background: #ffffff url(img/settop.gif) no-repeat center top;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}

#text .setbtm {
	background: url(img/setbtm.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

#text .setbody {
	margin-right: 20px;
	margin-left: 20px;
}

#text .setbody h3 {
	clear: both;
	padding: 0 0 5px;
	line-height: 1.1em;
}

#text .setbody .anchor {
	clear: both;
	line-height: 0.1em;
	height: 0.1px;
}



/*sethalf*/
#text .sethalf {
	width: 270px;
	background: #ffffff url(img/sethalftop.gif) no-repeat center top;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#text .sethalfbtm {
	background: url(img/sethalfbtm.gif) no-repeat center bottom;
	padding-bottom: 20px;
}

#text .sethalfbody {
	padding-left: 20px;
	padding-right: 20px;
}



/*footer*/
address {
	width: 100%;
	background: url(system/footerbg.gif) no-repeat center bottom;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

address p {
	width: 760px;
	text-align: left;
	display: block;
	margin: 2px auto;
	padding-top: 2px;
	font-size: 77%;
	line-height: 110%;
}

