@charset "utf-8";
/* CSS Document */
/* VIP Oriental 2009 Allan.Yu*/


/* CSS reset */
* {
MARGIN: 0px;
padding: 0px;
}
BODY {
background:url(../images/bgg.jpg) repeat-x;
background-color:#ff9fa9;
}
p{
padding:5px;
}


/*scroller-bar*/

#visible_area{
	width:120px;/*required*/
	overflow:hidden;/*required*/
	position:relative;/*required*/
	height:600px;/*required but obviously adjustable*/
	text-align:center;
	display:block;
}
#upBT{
	display:block;
	width: 120px;
	height: 70px;
	text-decoration:none;
	background-image:url(../images/arrowUp.png);
	background-repeat:no-repeat;
}
#upBT:hover{
	background-image:url(../images/arrowUpOn.png);
}
#downBT{
	display:block;
	width: 120px;
	height:70px;
	text-decoration:none;
	background-image:url(../images/arrowDown.png);
	background-repeat:no-repeat;
}
#downBT:hover{
	background-image:url(../images/arrowDownOn.png);
}

/*scroller-bar ends*/

.font_1{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
padding-top:300px;
_padding-top:280px;
padding-left:345px;
padding-right:105px;
}
.font_2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
padding:10px;
margin:0px;
}
.font_3{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
}
#frame {
float:right;
margin-top:-700px;
width:820px;
height:650px;
}
#main{
width:1020px;
height:1090px;
margin:0 auto;
background:url(../images/bg_individual.jpg) no-repeat;
}
#footer{
width:980px;
height:80px;
margin:0 auto;
padding:10px;
}
#linkbox{
float:left;
padding:5px;
width:auto;
height:80px;
}
a:link {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0033;
	text-decoration: none;
	font-weight: bolder;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

/*   nav    */

#nav {
width:550px;
margin:0 auto;
list-style:none;
}
#nav li{
text-align:center;
float:left;
width:110px;
}
#nav li a{
padding-top:4px;
padding-bottom:4px;
    padding:auto auto;
    background:#000000; 
    color:#FFFFFF;
    text-decoration:none;
    display:block;
    border-top:2px solid #CC6600;
    width:110px;
    height:autopx;
}
#nav li a:hover{
display:block;
background:#0000CC;
    text-decoration:none;
    border-top:2px solid #DDDDDD;
}
