@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #A39161;
	background-image: url(sideorange.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	color: #000;
}
.title {
	height: 230px;
	width: 700px;
	text-align: left;
	background-image: url(titlenowords.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 0px;
	padding-left: 200px;
}
.bottombar {
	background-color: #C4B899;
	width: 100%;
	font-size: 12px;
	color: #333;
}

.whitecircle {
	height: 100%;
	width: 100%;
	background-image: url(sidewhite.gif);
	background-position: left middle;
	background-repeat: no-repeat;
}
.contain {
	width: 900px;
	margin: 0 auto;
}
.maintext {
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

