html, body {
	margin: 0px;
	padding: 0;
	font: 15px 'verdana', verdana, arial, geneva, sans-serif;
	color: #222;
	background: #f0f0f0 url('gfx/bg.gif') repeat-x top;
	text-align: left;
	}

a {
	color: #044;
	text-decoration: none;
	}
a:hover {
	color: #044;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0;
	padding: 0;
	}

.hd {
	position: relative;
	height: 144px;
	background: url('gfx/duzy.swf') no-repeat;
	z-index: 5;
	}

h1.tt {
	position: absolute;
	left: 243px;
	top: 35px;
	font-size: 55px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 6px;
	z-index: 15;	
	}

h1.tt a {
	color: #fff;
	}
h1.tt a:hover {
	color: #fff;
	text-decoration: none;
	}


h2.sub {
	position: absolute;
	left: 243px;
	top: 97px;
	font: 15px arial, verdana, tahoma, sans-serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	}

.bd {
	position: relative;
	background: url('gfx/cnbg.jpg') no-repeat 600px 1px;
	overflow: hidden;
	z-index: 10;
	}

.bx {
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px;
	width: 220px;
	overflow: hidden;
	z-index: 15;
	}

.bxtp {
	position: relative;
	height: 28px;
	background: #044 url('gfx/bx1.gif') no-repeat;
	border: 1px solid #055;
	color: #fff;
	font-size: 18px;
	padding-top: 4px;
	text-align: center;
	z-index: 20;
	}

.bxbd {
	position: relative;
	background: #fcfcfc url('gfx/bx2.gif') repeat-x top;
	border: 1px solid #aaa;
	border-top: none;
	font-size: 14px;
	padding: 6px;
	z-index: 15;
	}

.cn {
	position: relative;
	padding: 20px 200px 20px 290px;
	text-align: left;
	z-index: 12;
	}

.cn2 {
	position: relative;
	width: 650px;
	min-height: 580px;
	height: auto !important;
	height: 580px;
	z-index: 20;
	}
	
div.bxbd a {
	position: relative;
	display: block;
	padding: 3px;
	font-weight: bold;
	text-align: left;
	padding-left: 40px;
	z-index: 25;
	}
div.bxbd a:hover {
	position: relative;
	display: block;
	padding: 3px;
	background: #fff;
	text-align: left;
	padding-left: 50px;
	font-weight: bold;
	color: #000;
	z-index: 25;
	}

h3 {
	color: #006c70;
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #bbb;
	margin: 10px 0 20px 0;
	font-weight: normal;
	}

.cn2 p {
  text-indent: 30px;
  color: #666;
  line-height: 150%;
  font-size: 13px;
  text-align: justify;
  }

.imgl {
	float: left;
	margin: 5px 30px 10px 0;
	border: 7px solid #fff;
 	}

.ft {
	border-top: 2px solid #fff;
	height: 50px;
	background: url('gfx/bg.gif') repeat-x;
	color: #fff;
	text-align: left;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 12px;
	}

div.ft a {
	color: #fff;
	font-weight: bold;
	}