body {
	color: black;
	background-color: #713A19;
}
p {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: normal;
	font-style: normal;
	text-align: justify;
}
td { color: #000; font-size: 1em; font-family: Arial, Helvetica, Geneva, sans-serif; line-height: 1em; }
a:link {
	color: #630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #630;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
a:hover {
	color: #C60;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #630;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #630;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: left;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000;
}
.white_text {
	color: #FFF;
}
#container {
	height: 712px;
	width: 813px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#left_side {
	float: left;
	height: 712px;
	width: 213px;
	background-image: url(../images/lft_side.jpg);
	background-repeat: no-repeat;
}
#rt_side {
	float: left;
	height: 712px;
	width: 600px;
}
#header {
	background-image: url(../images/header.jpg);
	float: left;
	height: 95px;
	width: 600px;
	background-repeat: no-repeat;
}
#contents {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 545px;
	width: 600px;
}
#message {
	float: left;
	height: 505px;
	width: 520px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: auto;
	text-align: center;
	padding-right: 10px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 72px;
	width: 600px;
}
#nav_area {
	float: left;
	height: 45px;
	width: 530px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
}
#ul_nav {
	display: inline;
	float: none;
	height: 40px;
	width: 500px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: bottom;
}
#nav_li {
	display: inline;
	height: 40px;
	width: 100px;
	list-style-type: none;
	float: left;
	clear: right;
	list-style-position: inside;
	text-align: center;
}
