@charset "utf-8";
/* CSS Document */

/* ======= LAYOUT ===============================*/
body {
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	text-align: center;
}

div#wrap {
	width: 820px;
	padding: 0px 10px 0px 9px;
	background-image: url(../img/bg_wrap.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: auto;
	position: relative;
}

div#head {
	height: 370px;
}

div#main {
	float: left;
	padding: 12px 15px 15px;
}

div#flash {
	clear: both;
	position: absolute;
	top: 61px;
	left: 9px;
}

div#whatsArea {
	background-image: url(../img/dot.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 550px;
	_height: 250px;
	min-height: 250px;
	float: left;
	padding-right: 14px;
}

div#shortcut {
	float: right;
	width: 210px;
}

div#shortcut ul { padding: 0px;}
div#shortcut ul li {
	padding: 0px;
	list-style: none;
	line-height: 100%;
	margin-bottom: 10px;
}

/* ===== menu ===== */
div#menu {
	clear: both;
	width: 820px;
	position: absolute;
	top: 321px;
	left: 9px;
	padding-bottom: 6px;
	background-image: url(../img/bottom_mn.gif);
	background-position: 5px bottom;
	background-repeat: no-repeat;
}

/* ===== What's New ===== */
div#whatsArea table#whatsTbl {
	border: 1px solid #CCCCCC;
}

div#whatsArea table tr#whatsTitle th {
	background-image: url(../img/bg_whats.gif);
	background-repeat: repeat-x;
	height: 31px;
}

div#whatsArea div#whatsBox {
	padding: 12px;
	_height: 120px;
	min-height: 120px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

/* ===== IR News ===== */
div#whatsArea table#IRTbl {
	border: 1px solid #CCCCCC;
}

div#whatsArea table tr#IRTitle th {
	background-image: url(../img/bg_whats.gif);
	background-repeat: repeat-x;
	height: 31px;
}

div#whatsArea div#IRBox {
	padding: 12px;
	_height: 100px;
	min-height: 100px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}



