@charset "utf-8";
/* CSS Document */
.portSection	{
	width:450px;
	background-repeat:no-repeat;
	}
.PortLeftColumn	{
	width:175px;
	float:left;	
	display:inline;
}
.PortRightColumn	{
	width:240px;
	float:right;	
	padding:5px 5px 5px 5px;
	display:inline;
}

