* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url("images/html.png") repeat-x left top;
}
body {
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	background: url("images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}
a img {
	border: 1px solid #ccc;
}

a {
	color: #C30;
	text-decoration: none;
}
a:hover {
	visibility: visible;
/* IE bug fix */
}
a:hover img {
	border: 1px solid #729AD7;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 20px;
}
.page {
	background: url("images/page.jpg") no-repeat left top;
	padding: 28px 125px 0 115px;
	width: 760px;
}
.main {
	width: 706px;
	margin: 0 auto;
}
.footer1 {
	text-align: center;
	padding: 0 27px 3px 27px;
}
.footer1 a {
	color: #888;
	text-decoration: none;
}
.footer1 a:hover {
	color: #729AD7;
	text-decoration: none;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("images/footer.png") no-repeat left top;
	margin-left: 105px;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
P {
	text-indent: 30pt;
	margin-top:5px;
}
.pcenter {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
}
.pcenter p {
	text-indent:0px;
	margin:0px;
}

ul {
	margin-left:80px;
	margin-top:0px;
}