@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	width:100%;
	height:100%;
	font-family: verdana;	
	background-color: #ead2ae;
}

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

img {
	border: 0px;
}

.body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.hdr {	
	width: 800px;
	height: 400px;
	background-image: url("./header.jpg");
}

.hdr_cnt {
	float: left;
	width: 800px;
	margin-top: 10px;
	color: #ff9e00;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}	

.hdr_cnt a, a:hover, a:visited {
	text-decoration: none;
	color: #ff9e00;
}

.ctr {
	float: left;
	width: 800px;
	font-size: 12px;
	overflow: hidden;
}

.ctr_lft {
	float: left;
	width: 200px;
/*	min-height: 500px;*/
	background-image: url("./trz.png");
	overflow: hidden;
	border: 1px solid #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.ctr_lft_cnt {
	float: left;
	width: 200px;
/*	min-height: 490px;*/
	margin-top: 5px;
}

.ctr_lft_hdr {
	float: left;
	width: 190px;
	margin-left: 5px;
	font-weight: bold;
	text-decoration: underline;
}

.ctr_lft_lnk {
	float: left;
	width: 180px;
	margin-left: 15px;
}

.ctr_lft_lnk a {
	text-decoration: underline;
	color: #000;
}

.ctr_lft_lnk a:hover {
	text-decoration: none;
	color: #000;
}

.ctr_lft_lnk a:visited {
	text-decoration: none;
	color: #808380;
}

.ctr_lft_lnk a:active {
	text-decoration: none;
	color: #ff9e00;
}

.ctr_rgt {
	float: left;
	width: 590px;
/*	min-height: 605px;*/
	margin-left: 5px;
	background-image: url("./trz.png");
	overflow: hidden;
	border: 1px solid #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.ctr_rgt_cnt {
	float: left;
	width: 580px;
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
}

.ctr_rgt_cnt_txt {
	float: left;
	width: 580px;
	margin-left: 5px;
}

.ctr_rgt_cnt_txt a {
	text-decoration: underline;
	color: #000;
}

.ctr_rgt_cnt_txt a:hover {
	text-decoration: none;
	color: #000;
}

.ctr_rgt_cnt_img {
	float: left;
	margin-top: 5px;
}

.ctr_rgt_img {
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}

.ctr_ftr_trn {
	float: left;
	width: 800px;
	height: 5px;
	background-image: url("./trn.png");
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.ftr {
	float: left;
	width: 798px;
	height: 20px;
	color: #808380;
	font-size: 9px;
}

.ftr_cnt {
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
}

.ftr_cnt a {
	text-decoration: none;
	color: #808380;
}

.ftr_cnt a:hover {
	text-decoration: none;
	color: #808380;
}

.ftr_cnt a:visited {
	text-decoration: none;
	color: #808380;
}

.clr_lft {
	clear: left;
	height: 0px;
}

.hidden {
	visibility: hidden;
}