@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0; border: 0;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 140%;
}
p {
	margin: 15px 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 150%;
	margin: 15px 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #71402B;
	margin: 15px 0;
	line-height: 150%;
}
h3 {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	margin: 15px 0;
	line-height: 150%;
}
a:link, a:visited, a:hover, a:active {
	color: #874518;
}
div#container {
	width: 950px;
	margin: 0 auto;
	background-color: #ABDC8D;
}
div#nav {
	background-image: url(images/home_nav_bg.jpg);
	height: 46px;
}
div#nav ul {
	margin: 0 0 0 0;
	padding: 25px 0 0 0;
}
div#nav li {
	float: left;
	list-style-type: none;
	padding: 0 7px;
}
div#nav a:link, div#nav a:visited, div#nav a:hover, div#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
div#quotes {
	float: left;
	width: 142px;
	text-align: center;
	padding: 10px;
	color: #71402B;
	font: italic bold 14px/150% Georgia, "Times New Roman", Times, serif;
}
div#content {
	padding: 20px 20px 10px 182px;
	background-image: url(images/home_lotus_bg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: justify;
}
div#copyright {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
}
div#copyright h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0;
	color: #ABDC8D;
}
