body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8a8a79;
	background: #000000;
}


a:link, a:visited { color: #dcc451; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CCFF00; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.divider {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 30px;

}

.fl { float: left; }
.fr { float: right; }

.m_right { margin-right: 30px; }

.button a {
	display: block;
	width: 120px;
	height: 22px;
	padding: 5px 0 0 15px;
	background: url(images/btn1.png) no-repeat;
	color: #faeba6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.button a:hover {
	color: #ffffff;
}


h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #8a8a79;	
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.image_wrapper {
	border: 1px solid #000000;
	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image {
	float: left;
	margin-right: 15px 
}

.fr_image {
	float: right;
	margin-left: 15px 
}

.list_01 {
	margin: 0 0 20px 20px;
	padding: 0 0 0 0px;
	list-style: none;
}

.list_01 li {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;

}

#container {
	width: 980px;
	margin: 0 auto;
}


#menu {
	clear: both;
	width: 980px;
	height: 90px;
	background: url(images/menu.jpg) center no-repeat;
}

#menu ul {
	width: 840px;
	overflow: hidden;
	padding: 30px 0 0 0;
	margin: 0px auto;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	width: 140px;
	height: 40px;
	padding-top: 19px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #ffe64e;	
	outline: none;
}

#menu li a:hover, #menu li .current {
	background: url(images/over.png) center bottom no-repeat;
}


#banner {
	clear: both;
	width: 960px;
	height: 310px;
	padding: 0 10px;
	text-align: center;
	background:url(images/banner.jpg) no-repeat;
}

#banner #site_title {
	width: 500px;
	padding: 30px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	color: #cdcf19;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: normal;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 1px;
	font-size: 14px;
	color: #cccccc;
}

#banner p {
	clear: both;
	padding: 0 20px;
	font-size:16px;
	margin-top: 40px;
	line-height: 30px;
	color: #565546;
}

#content {
	clear: both;
	width: 920px;
	padding: 30px;
	margin: 0 auto;

}

#content h2 {
	color: #ffffff;
	height: 28px;
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 24px;
}

#content h2 span {
	color: #AC858A;
}

#side_column {
	float: left;
	width: 300px;
}

#side_column h2 {
	display: block;
	width: 280px;
	height: 38px;
	margin: 0px;
	padding: 12px 0 0 20px;
	background: url(images/sidebox.jpg) no-repeat;
}

#main_column {
	float: right;
	width: 540px;
}



#main_column p {
	text-align: justify;
	margin-bottom: 10px;
}

.side_column_box {
	clear: both;
	position: relative;
	margin-bottom: 15px;
	background:url(images/side.jpg) repeat-y;
}

.side_column_box .bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 10px;
	background:url(images/bot.jpg) no-repeat;
}

.side_column_box .content {
	padding: 20px;
}

.news_section {
	clear: both;
	margin-bottom: 25px;
}

.inputfield {
	height: 16px;
	width: 245px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.submitbutton {
	float: right;
	margin: 0px;
	padding: 0 6px 3px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}

.section_w540 {
	clear: both;
	width: 540px;
}

.section_260 {
	float: left;
	width: 260px;
}

#footer {
	clear: both;
	width: 920px;
	padding: 40px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #FFE64E;
	background: url(images/footer.jpg) no-repeat;
	border-top: 1px solid #22211e;
}

#footer a {
	font-weight: normal;
	color: #FFE64E;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #555555;
}

.footer_menu .last_menu {
	border: none;
}

}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif}
a:hover {
	color: #FFE64E;
	text-decoration: none;
}
a:active {
	color: #FFE64E;
	text-decoration: none;
}
.style5 {
	color: #ffe64e
}
.style14 {
	font-size: 36px;
	font-family: Castorgate;
	font-weight: bold;
	color: #AC858A;
}
.style16 {color: #ACA7A7}
.style17 {color: #FFFFFF}
#apDiv1 {
	position:absolute;
	width:74px;
	height:20px;
	z-index:1;
	left: 805px;
	top: 165px;
}
.style19 {
	color: #AC858A;
	font-size: 24px;
}
.style20 {
	font-size: 16px;
	color: #FFE64E;
	font-weight: bold;
}
#apDiv3 {	position:absolute;
	width:736px;
	height:31px;
	z-index:2;
	left: 262px;
	top: 335px;
}
.style36 {
	color: #FFE64E;
	font-size: 24px;
}
#websiterawdon {
	position:absolute;
	width:566px;
	height:50px;
	z-index:2;
	left: 207px;
	top: 150px;
}
a:link {
	color: #FFE64E;
	text-decoration: none;
}
#apDiv4 {
	position:absolute;
	width:978px;
	height:24px;
	z-index:3;
	left: 135px;
	top: 9px;
}
#english {
	position:absolute;
	width:200px;
	height:19px;
	z-index:4;
	left: 897px;
	top: 112px;
}
#englishbtn {
	position:absolute;
	width:200px;
	height:46px;
	z-index:4;
	left: 887px;
	top: 180px;
}
.style46 {
	color: #FFE64E;
	font-size: 66px;
	font-family: Castorgate;
}
a:visited {
	text-decoration: none;
	color: #FFE64E;
}
.style73 {
	color: #AA828A;
	font-size: 24px;
	font-family: Century;
}
.style93 {font-size: 18px; }
.style101 {
	color: #F5D5D8;
	font-size: 24px;
	font-family: Century;
}
.style102 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 18px; }
.style104 {font-weight: bold; font-family: Castorgate;}
.style106 {font-size: 14px}
.style109 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AC858A;
}
.style118 {
	font-family: Castorgate;
	font-size: 24px;
}
.style121 {
	color: #AC858A;
	font-family: Century;
	font-weight: bold;
}
.style122 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Century;
}
.style125 {font-family: Castorgate}
.style126 {font-size: 18px; color: #FFFFFF; font-family: Century; }
.style127 {color: #AC858A; font-size: 24px; font-family: Century; }
.style129 {color: #FFFFFF; font-weight: bold; font-size: 24px; font-family: Century; }
.style131 {font-family: Century; font-size: 24px; }
.style134 {font-family: Century; font-weight: bold; font-size: 24px; }
.style135 {font-family: Century}
.style136 {
	font: 34px Century;
	font-size: 30px;
}
.style137 {font-weight: bold; font-size: 18px; color: #DCC451;}
.style138 {color: #FFFFFF; font: 16px Century;}
.style139 {color: #FFFFFF; font: 16 Century;}
.style140 {font-size: 18px; color: #FFFFFF; font-family: Century; font-weight: bold; }
.style141 {
	font-weight: bold;
	font-family: Century;
	font-size: 14px;
}
#apDiv5 {
	position:absolute;
	width:200px;
	height:46px;
	z-index:5;
	left: 959px;
	top: 120px;
}
.style142 {font-size: 24px}
.style143 {
	font-size: 24;
	font-weight: bold;
}
.style144 {
	font-family: Castorgate;
	font-size: 24;
	font-weight: bold;
}
.style146 {font-size: 24px; font-weight: bold; }
.style147 {font-family: Castorgate; font-size: 24px; font-weight: bold; }
.style148 {font-weight: bold}
#apDiv6 {
	position:absolute;
	width:227px;
	height:20px;
	z-index:6;
	left: 188px;
	top: 1919px;
}
.style152 {
	color: #dcc451;
	font-family: Century;
	font-size: 36px;
}
.style153 {
	font-family: Century;
	color: #AC858A;
	font-size: 36px;
}
.style154 {color: #AC858A}
.style155 {color: #FFE64E; font-size: 96px; font-family: Castorgate; }

