html {
	height:100%;
}

body {
	padding:0;
	width:980px;
	height: 650px;
	margin:0;
	position:relative;
	color:#666666; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border: 0px;
	border-collapse: collapse; /* cellspacing="0" */
}
table td{
	font-size:11px;
	padding:0px; /* cellspadding="0" */
} 
img{
	border:0px;
}

ol, ul, li
{
	padding: 0;
	margin: 0;
}
div,h1,h2,h3,h4,h5,h6,dl,dt,dd
{
	font-size:11px;

	margin: 0;
	padding: 0;

	border: 0;
}

a img {border: none;}

form {margin:0px;}

.wide {width: 100%;}

#body
{
	height: 100%;
	background:#FFFFFF url(../img/bg_body.gif) 0 0 repeat-x; 
}

#main
{
	position: relative;

	height: 100%;
	background: url(../img/bg_animation.gif) 0 0 no-repeat; 
}

/* Header (begin)*/
	#header
	{
		height: 170px;
/*		overflow: hidden; */
	}
	#header .logo
	{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 360px;
		height: 120px;
	}
	#header .langs
	{
		width: 190px;
		position: absolute;
		top: 112px;
		left: 20px;
		overflow: hidden;
	}
	#header .langs a
	{
		float: left;
		height: 12px;
	}
	#header .langs i
	{
		padding: 0 8px;
		height: 12px;
		float: left;
		background: url(../img/lang_div.gif) 8px 2px no-repeat;
	}
	#en
	{
		width: 30px;
		background: url(../img/langs/eng.gif) 0 0 no-repeat;
	}
	#en:hover,
	#en.act
	{
		background: url(../img/langs/eng_ov.gif) 0 0 no-repeat;
	}
	#sp
	{
		width: 34px;
		background: url(../img/langs/sp.gif) 0 0 no-repeat;
	}
	#sp:hover,
	#sp.act
	{
		background: url(../img/langs/sp_ov.gif) 0 0 no-repeat;
	}
	#jp
	{
		width: 20px;
		background: url(../img/langs/jp.gif) 0 0 no-repeat;
	}
	#jp:hover,
	#jp.act
	{
		background: url(../img/langs/jp_ov.gif) 0 0 no-repeat;
	}
	#cn
	{
		width: 20px;
		background: url(../img/langs/cn.gif) 0 0 no-repeat;
	}
	#cn:hover,
	#cn.act
	{
		background: url(../img/langs/cn_ov.gif) 0 0 no-repeat;
	}
	#nav
	{
		position: absolute;
		top: 135px;
		right: 0;
		font-family: GillSans, Helvetica, Verdana, Arial, sans-serif;
		
		z-index: 1000;
	}
/* Header (end)*/

/* Footer (begin)*/
	#footer
	{
		position: absolute;
		bottom: 8px;
		right: 7px;
		text-align: right;
		font-size: 10px;
		color: #999;
		padding-top: 4px;
		padding-right: 10px;
		background: url(../img/clearlight_logo.gif) 100% 0px no-repeat;
		height: 17px;
	}
	#footer a
	{
		color: #999999;
		text-decoration: none;
	}
	#footer a.act,
	#footer a:hover
	{
		color: #990000;
	}
	#footer a.logo
	{
		margin-right: 9px;
	}
	#footer i
	{
		background: url(../img/sep.gif) 0 2px no-repeat;
		height: 8px;
		margin: 0 2px 0 2px;
	}
/* Footer (end)*/

/* CONTENT (begin)*/
	.calendar
	{
		width: 120px;
		height: 170px;
		position: absolute;
		top: 360px;
		left: 487px;

	}
	.calendar h2
	{
		font-size: 16px;
		color: #333333;
		margin: 0 0 13px 0;
		font-weight: 100;
		font-family: GillSans, Helvetica, Verdana, Arial, sans-serif;

	}
	.calendar .m_y
	{
		overflow: hidden;
		margin-bottom: 8px;
		clear: both;
		font-family: GillSans, Helvetica, Verdana, Arial, sans-serif;

	}
	.calendar .m_y h4
	{
		float: left;
		font-size: 13px;
		text-transform: uppercase;
		margin: 0;
		font-weight: 100;

	}
	.calendar .m_y div
	{
		float: right;
	}
	.calendar .m_y div a
	{
		text-decoration: none;
		font-size: 14px;
		color: #666666;
	}
	.calendar .m_y div a.prev
	{
		margin-right: 8px;
	}
	.calendar table
	{
		width: 100%;
	}
	.calendar table th
	{
		color: #CC0000;
		font-size: 10px;
		vertical-align: top;
	}
	.calendar table td
	{
		text-align: center;
		width: 18px;
		padding: 3px 0 3px 0;
		font-size: 10px;
	}
	.calendar table td.first
	{
		width: 14px;	
	}
	.calendar table td.last
	{
		width: 14px;
	}
	.calendar table td a
	{
		text-decoration: none;
		color: #CC0000;
	}
	
	
	
	.email
	{
		width: 180px;
		height: 45px;
		position: absolute;
		top: 558px;
		left: 445px;
		font-size: 11px;
		font-family: GillSans, Helvetica, Verdana, Arial, sans-serif;

	}
	.email label
	{
		display: block;
		margin-bottom: 7px;
	}
	#subscribe_email
	{
		width: 126px;
		height: 15px;
		float: left;
		color: #666666;
		font-size: 11px;
	}
	.email a
	{
		color: #990000;
		text-decoration: none;
		margin: 3px 0 0 6px;	
		float: left;
	}
	
.emaildiv {
		width: 180px;
		height: 45px;
		position: absolute;
		top: 565px;
		left: 489px;
		color:#666666;
		font-size: 10px;
		line-height:13px;
		font-family: Arial, Helvetica, sans-serif;
}
.emaildiv a {
		color: #990000;
		text-decoration: underline;
		font-style:italic;
}
.emaildiv span {
		color: #990000;
}

	
	.txt_r_t
	{
		position: absolute;
		top: 199px;
		left: 633px;
		width: 330px;
		font-size: 13px;
		line-height: 15px;
		z-index: 1;
		font-family: GillSans, Helvetica, Verdana, Arial, sans-serif;
	}
	.txt_r_t p
	{
		margin: 0;
	}
	.txt_r_t .brown
	{
		color: #330000;
	}
	.txt_r_t a
	{
		color: #990101;
		font-size: 11px;
		text-decoration: none;
	}
	
	.logo_help
	{
		position: absolute;
		top: 321px;
		right: 12px;
		width: 76px;
		height: 77px;
		background: url(../img/help.gif) 0 0 no-repeat;
	}
	
	.events
	{
		width: 239px;
		height: 240px;
		position: absolute;
		top: 358px;
		right: 90px;
		padding-left: 21px;
		border-left: 1px solid #CCCCCC;
		overflow: hidden;
	}
	.events h2
	{
		font-size: 16px;
		color: #333333;
		margin: 1px 0 11px 0;
		font-weight: 100;
		font-family: GillSans, Helvetica, Verdana, Arial, sans-serif;

	}
	.events .hot
	{
		height: 74px;
		margin-bottom: -2px;
		overflow: hidden;
	}
	.events .hot img
	{
		width: 72px;
		height: 54px;
		margin-right: 10px;
		float: left;
	}
	.events .hot p.txt_r
	{
		width: 153px;
		float: right;
		margin: 7px 0 0 0;
	}
	.events .hot a
	{
		font-size: 11px;
		color: #990000;
		text-decoration: none;
		padding-left: 6px;
	}
	
	
/* CONTENT (end)*/





.bo
, .bo *
{
	border: 1px solid red;
}

