/* basic */

body,html,div {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	font-weight: normal;
	background-color: #D1E8A4;
}

a:link,a:visited,a:active {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
}

a:link img, a:visited img, a:active img {
	border: none
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

a.effect1:link {
	color:#ADD064
}

a.effect1:hover {
	border-bottom: 1px dotted #8cc63f;
}

a.effect2:link {
	font-size: 15px;
	color: #BBDB63;
}

a.effect2:visited {
	font-size: 15px;
	color: #BBDB63;
}

a.effect2:active {
	font-size: 15px;
	color: #BBDB63;
}

a.effect2:hover {
	border-bottom: 1px dotted #8cc63f;
	color: #8CC63f;
}

a.effect3:hover {
	border: none;
}

h1 {
	color:#ADD064;
	font-size: 14px;
	text-align: justify;
	font-weight: lighter;
}

h2 {
	color:#ADD064;
	font-size: 14px;
}

h3 {
	color:#8CC63f;
	font-size: 15px;
}

/* div */

#container_all {
	width: 900px;
	height: auto;
	margin: auto;
}

#container {
	background:#FFF
}

#container_logo {
	width: 900px;
	height: 115px;
	background-image: url(../images/logo_3.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#container_logo2 {
	width: 640px;
	height: 115px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../images/logo_3.jpg);
}

#container_bdy {
	width: 900px;
	height: auto;
}

#container_bdy_tp {
	width: 900px;
	height: 82px;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
}

#container_bdy_tp_tbar{
	width: 618px;
	height: 22px;
	background: transparent;
	float: right;
	margin-top: 50px;
}

#container_bdy_mid {
	width: 900px;
	height: auto;
	background-image: url(../images/bg_mid.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#container_bdy_mid_l {
	width: 252px;
	height: auto;
	float: left;
	background: transparent;
	margin-left: 25px;
}

#container_bdy_mid_l_top {
	width: 210px;
	height: 80px;
	background: transparent;
	border-bottom: dotted #ccc 1px;
	padding: 64px 0px 6px 0px;
}

#container_bdy_mid_l_btm {
	width: 210px;
	height: 80px;
	background: transparent;
	border-bottom: dotted #ccc 1px;
}

#container_bdy_mid_l_list {
	width: 195px;
	height: auto;
	background: transparent;
	border-bottom: dotted #ccc 1px;
	padding: 10px 0px 10px 15px;
}

#container_bdy_mid_l_btm2 {
	width: 195px;
	height: 40px;
	background: transparent;
	border-bottom: dotted #ccc 1px;
	padding: 10px 0px 10px 15px;
}

#container_bdy_mid_r {
	width: 612px;
	height: auto;
	float: right;
	background: transparent;
	margin-right: 10px;
	overflow: hidden;
}

#container_bdy_mid_r_tp {
	width: 585px;
	height: 150px;
	background: transparent;
	border-bottom: dotted #ccc 1px;
	float: left;
}

#container_bdy_mid_r_tp_lbox {
	width: 175px;
	height: 125px;
	background: transparent;
	border: 1px solid #ccc;
	float: left;
}

#container_bdy_mid_r_tp_spcer {
	width: 27px;
	height: 125px;
	background: transparent;
	float: left;
}

#container_bdy_mid_r_tp_mbox {
	width: 175px;
	height: 125px;
	background: transparent;
	border: 1px solid #ccc;
	float: left;
}

#container_bdy_mid_r_tp_rbox {
	width: 175px;
	height: 125px;
	background: transparent;
	float: left;
	border: 1px solid #ccc;
}

#container_bdy_mid_r_btm {
	width: 585px;
	height: auto;
	background: transparent;
	float: left;
	padding-right: 25px;
}

#container_footer {
	width: 900px;
	height: 55px;
	background-image: url(../images/main_bg_02.png);
	float: left;
}
