@charset "utf-8";
/* CSS Document */
#mainContent{
    font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color:#707070;

}

#menuBar{
    width:1000px;
	height:40px;
	margin:10px 10px 20px 10px;
	border:0;
	}

#logo{
    float:left;
	margin:0;
	border:0;
	width:200px;
}	

#menuTop{
    font-family: "Times New Roman", Times, serif;
	color:#000000;
	list-style-type:none;
	float:left;
	text-decoration:none;
	margin: 20px 5px 20px 5px;
	border:0;

}

#tablist{
    padding: 5px 0;
	margin:0;
    font: 14px "Times New Roman", Times, serif;
}

#tablist li{
    list-style: none;
    display: inline;
    margin: 0;
}

#tablist li a{
    text-decoration: none;
    padding: 5px 0.5em;
    margin-right: 10px;
}

#tablist li a:link, #tablist li a:visited{
    color: #333333;
}

#tablist li a:hover{
    color: #000000;
	text-decoration:underline;
}

#tablist li a.current{
    color: #666666;
	font-weight:bold;
	text-decoration:underline;
    background: #CCCCCC;
}


/* middle Content */ 
#middleContent{
    font-family: "Times New Roman", Times, serif;
    width:1000px;
	border:0;
	margin:0;
	}


/* portfolio page */
#Pf_descripAM{
    color: #333333;
	float:left;
	width: 1000px;
	border:0;
	margin:20px 5px 20px 5px;
}

#Pf_descrip_R a:link, #Pf_descrip_R02 a:link, #Pf_descrip_Rtext a:link{
    color: #666666;
	text-decoration:none;
    }
	
#Pf_descrip_R a:visited, #Pf_descrip_R02 a:visited, #Pf_descrip_Rtext a:visited{
    color: #003366;
	text-decoration:none;
    }

#Pf_descrip_L{
    width:150px;
	float:left;
	border:10px;
	margin:10px;
}


#Pf_descrip_R{
    width:380px;
	float:left;
	border:10px;
	margin:10px;
}

#Pf_descrip_Rpic{
    width:450px;
	float:left;
	border:10px;
	margin:220px 10px 10px 10px;
}
#Pf_descrip_Rtext{
    width:340px;
    float:left;
	border:20px;
	margin:10px 10px 10px 50px;
}

#Pf_descrip_R02pic{
    width:450px;
	float:left;
	border:10px;
	margin:10px;
}

#Pf_descrip_R02{
    width:380px;
	float:left;
	border:10px;
	margin:10px;
}
#Pf_descrip_pic03{
    width:800px;
	float:left;
	border:10px;
	margin:10px;
}

/* copyright issue */

#copyright{
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707070;
	float:left;
	border:0;

	}
