body {
	background-color: #330000;
	margin: 0px;
	padding: 0px;
	text-align: center;


}
div,p,table,td {
	font-size: 12px;
	line-height: 16px;


}
h1 {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: right;
	font-weight: normal;



}
#rap {
	width: 800px;
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-position: center;
	background-image: url(images/back.jpg);





}
#footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 16px;
}
#header {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;

}

#contents {
	margin: 30px auto;
	width: 530px;
	padding: 0px;
	text-align: left;

}
.centence {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;

}
#contents h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999966;
	border-left-color: #999966;
	padding: 0px;
	text-indent: 10px;
	margin-top: 20px;

}
#contents ul {
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents li {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #999966;
	text-decoration: none;
}
a:visited {
	color: #999966;
	text-decoration: none;
}
a:hover {
	color: #999966;
	text-decoration: underline;
}
a:active {
	color: #999966;
	text-decoration: underline;
}
