html, body, p, div, img, h1, h2, h3, h4, li, ul, ol, dl, dd, dt, form, table, td, tr {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-collapse: separate;
  border-spacing: 0px;
}

a {
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.0;
	background-color: #000000;
}

div, dl, dt, dd {
	position: relative;
}

#pagewrap {
	width: 900px;
	margin: 0px auto;
	padding: 50px 50px 0px;
}

#s01 {
	width: 900px;
	height: 158px;
}

#s01_logo {
	width: 900px;
	height: 122px;
}

#s01_menu {
	width: 900px;
	height: 36px;
	background-image: url('/images/s01_menu_bg.gif');
}

#s01_menu a {
	color: #FFFFFF;
	font-size: 13px;
}

#s01_menu a:hover, #s01_menu .currentpage {
	color: #666633;	
}

#s01_menu table {
	width: 900px;
	height: 36px;
}

#changelang {
	width: 250px;
	text-align: left;
	padding: 0px 20px;
}

#navitems {
	width: 550px;
	text-align: right;
	padding: 0px 20px;
}

#s02 {
	width: 820px;
	margin-top: 35px;
	padding: 0px 40px;
	background-image: url('/images/s02_top_bg.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#s02_menu {
	width: 820px;
	padding: 20px 0px 10px;
	border-bottom: 1px solid #999999;
}

#s02_menu table tr.row1 td {
	text-transform: uppercase;
	text-align: center;
	color: #999966;
}

#s02_menu table tr.row2 td {
	text-transform: uppercase;
	text-align: left;
	color: #999966;
	padding: 5px 0px 0px 25px;
}

#s02_menu table td a {
	color: #999966;
}

#s02_main {
	width: 820px;
}

#s02_content {
	display: inline;
	float: left;
	width: 514px;
	border-right: 1px solid #999999;
	padding: 30px 30px 20px 10px;
	line-height: 1.5;
}

#s02_content p {
	margin-bottom: 15px;
}

#s02_content a.pulldown {
	color: #669933;
}

#s02_content a, .s02_block a {
	color: #3366FF;
}

#s02_content ul {
	margin-left: 15px;
	font-size: 11px;
	margin-bottom: 15px;
}

#s02_content h1 {
	color: #669933;
	font-weight: normal;
	
}

#s02_content h2, .s02_block h2 {
	color: #669933;
	font-weight: normal;
	font-size: 14px;
}

#s02_content h3 {
	color: #669933;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

#s02_content .logo_table {
	width: 510px;
	font-size: 10px;
}

#s02_content .logo_table tr td {
	width: 140px;
	padding: 15px;
	text-align: center;
}

#s02_content .logo_table tr td img {
	width: 130px;
	margin-bottom: 5px;
}

#s02_sidebar {
	position: relative;
	left: -1px;
	display: inline;
	float: left;
	width: 264px;
	border-left: 1px solid #999999;
}

.s02_block {
	width: 244px;
	margin-left: 20px;
	padding: 30px 0px;
	border-bottom: 1px solid #999999;
	text-align: justify;
	line-height: 1.3;
}

.lastblock {
	border-bottom: none;
}

/** CLEAR FIX START **/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
		font-size: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/** CLEAR FIX END **/