#subNav{
	position: relative;
	width: 23%;
	height: ;
	padding: 0;		
	float: left;
	background-color:white;
}
img {	border:0;	}
*html #sunNav{ width:200px}

#personalInfo{
	width: 100%;
	padding-left:0px;
	float: left;
	margin-top: 0;
	margin-left: 0;
	/*border:1px solid #f56666;*/
	background-position: top;
	background-repeat: repeat-y;

}

/*針對firefox作微調*/
html>body #subNav{ 
	height: em;
	/*border-style:ridge;*/
}



#subContent{
	position: relative;
	width: 75%;
	height: ;
	padding: 0px;
	margin-top:0px;
	float: right;
	overflow:hidden;	
}



#footer{
	background-image: url(../images/footer.png) ;
	width: 1000px;
	height: ;
	padding: 0;
	border: 0;
	margin:auto;	
}



#content{
	position: relative;
	width:880px;		height:520px;
	margin:auto;
	padding: 0em;
	border: 0em;
	overflow:auto;	
}







A{COLOR: #36c; TEXT-DECORATION: none;}
A:link{COLOR: #000066; TEXT-DECORATION: none;}
A:visited {
	cursor: pointer;
	COLOR: #36c;
	TEXT-DECORATION: none;
}

A:hover {
	cursor: pointer;
	COLOR: #69f;
	border-bottom:1px dotted #69f;
	TEXT-DECORATION: none;
}





BODY {
	background-image: url(.../images/contback.png) ;
	background-repeat: no-repeat;
	background-position:top;
	color:#36c;
    FONT: 12px/1.5 arial, helvetica, sans-serif; 
}

TABLE {
	FONT-SIZE: 12px;
	COLOR: #36c;
	FONT-FAMILY: verdana, arial;
}





.title1{
	font-size: 9pt; 
	color:#6a6a6a;
	font-weight: bold;
}
.title2{
	font-size: 12pt; 
	color:#6a6a6a;
	font-weight: bold;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {

margin:0;

padding:0;

}