.html, body {
		width: 100%;
		height: 100%;
		margin: 0px;
		background-color: #dcffb3;
		text-align: center;
		color: #817f1b;
		background-image: url('../images/main_bg_extend.jpg');
		background-repeat: repeat-y;
		background-position: bottom center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	img {
		border: 0px;
	}
	
	div.mainFrame {
		width: 100%;
		height: 1300px;
		background-image: url('../images/main_bg.jpg');
		background-position: top center;
		background-repeat: no-repeat;
	}
	
	p {
		margin-top: 0px;
		text-indent: 20px;
		line-height: 18px;
		text-align: justify;
	}
	p.bold_title{
		font-weight: bold;
		text-indent: 0px;
		font-size: 14px;
	}
	p.title {
		text-indent: 0px;
		color: #678252;
		font-weight: bold;
	}
	p.normal {
		text-indent: 0px;
	}
	
	div.cleanAll {
		clear:both;
	}
	
	div.header {
		width: 800px;
		height: 163px;
		margin: 0 auto;
		background-image: url('../images/header.jpg');
		background-repeat: no-repeat;
	}
	
	
	div.bottomMenuContainer {
		float: right;
		width: 383px;
		height: 217px;
		background-image: url('../images/bottom_menu_bg.jpg');
		background-repeat: no-repeat;
	}
	div.bottomMenuContainer2{
		width: 300px;
		margin-top: 60px;
		padding-right: 40px;
	}
	div.bottomMenu {
		float: right;
		margin-left: 10px;
		margin-right: 0px;
	}
	div.topMenuContainer {
		width: 302px;
		margin: 0 auto;
	}
	div.topMenu {
		float: right;
		margin: 8px;
		margin-top: 100px;
	}
	a.menuLink {
		color: #ac4213;
		text-decoration: none;
	}
	a.menuLink:hover {
		color: #678252;
	}
	
	div.copyright {
		float: right;
		text-align: right;
		font-size: 10px;
		width: 300px;
		margin-top: 100px;
		padding-right: 80px;
	}
	a.amarcore {
		font-size:10px;
		color: #ac4213;
		text-decoration: none;
	}
	a.amarcore:hover {
		color: #678252;
	}
