*{
	font-size: 14pt;
	font-style: nomal;
	font-family: times new roman, times, serif;
}
body{
	font-size: 14pt;
	font-style: nomal;
	font-family: times new roman, times, serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}
img{
	text-align: center;
}
table{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#wrapper {
	text-align: center;
	margin: 10px auto;
	padding: 0px;
	height: auto;
	width: 800px;
	background-image: url(img/base.jpg);
}
#header {
	text-align: center;
	margin: 0;
	height: 280px;
	width: 800px;
	background-image: url(img/header.jpg);
	/*background-repeat: no-repeat;*/
}
#menu {
	padding-top: 245px;
	/*margin-top: 245px;*/
}
.menu_a{
	font-size: 14pt;
	font-style: nomal;
	font-family: times new roman, times, serif;
	color: yellow;
	text-align: center;
}
.page_title{
	margin-top: 15pt;
	margin-bottom: 15pt;
	font-size: 20pt;
	font-style: nomal;
	font-family: times new roman, times, serif;
	text-align: center;
}
.chapter_title{
	margin-top: 13pt;
	margin-bottom: 6pt;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18pt;
	font-style: nomal;
	font-family: times new roman, times, serif;
	text-align: left;
}
.chapter_wrapper {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	height: auto;
	width: 780px;
}
.main_text{
	font-size: 14pt;
	font-style: nomal;
	font-family: times new roman, times, serif;
	text-align: justify;
	text-indent: 2em;
	margin-left: 20px;
	margin-right: 20px;
}
.main_text_r{
	font-size: 14pt;
	font-style: nomal;
	font-family: times new roman, times, serif;
	text-align: justify;
	text-indent: 2em;
	color: red;
	margin-left: 20px;
	margin-right: 20px;
}
#footer {
	text-align: right;
	margin-top: 30pt;
	width: 800px;
	font-style: italic;
}
