@charset "UTF-8";

/* Global Reset */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana;
	font-size: 12px;
}

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

.hidden {
	visibility: hidden;
}

body {
	background-image: url("./bg.jpg");
	background-repeat: repeat;
}

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

.hdr {
	float: left;
	width: 800px;
	height: 240px;
	background-image: url("./hdr.jpg");
	border: 0px solid;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
}

.ctr {
	float: left;
	width: 800px;
	min-height: 600px;
	background-color: #ffffff;
	border: 0px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.ctr_lft {
	float: left;
	width: 225px;
	min-height: 780px;
	font-size: 12px;
	background-color: #e6dfd1;
	overflow: hidden;
	border: 0px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.ctr_lft_cnt {
	float: left;
	width: 205px;
	margin-left: 10px;
	margin-top: 5px;
}

.ctr_lft_cnt_hdl {
	float: left;
	width: 205px;
	font-weight: bold;
	text-decoration: none;
}

.ctr_lft_cnt_lnk {
	float: left;
	width: 190px;
	margin-left: 15px;
}

.ctr_lft_cnt_lnk a {
	text-decoration: underline;
	color: #000000;
}

.ctr_lft_cnt_lnk a:hover {
	text-decoration: none;
	color: #000000;
}

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

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

.ctr_rgt {
	float: left;
	width: 575px;
	border: 0px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.ctr_rgt_cnt {
	float: left;
	width: 555px;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 12px;
}

.ctr_rgt_cnt_txt {
	float: left;
	width: 555px;
}

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

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

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

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

.ftr {
	float: left;
	width: 800px;
	height: 20px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}

