	#portleft{
			/*
			margin-left: 51px;
			margin-bottom: 20px;
			width:100%;
			height:100%;
			float:left;
			*/

		}
		
		#portleft h1{
			color: #393f52;
			display: inline-block;
			padding:0 auto;
			margin:0 auto;
			font-weight: bold;
			font-size: 1.1em;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			margin-top: 5px;
			
		}

		#portright{
			margin-right: 42px;
			margin-bottom: 20px;
			width:200px;
			height:100%;
			float: right;
			clear:right;
		}
		#clearall{
			clear: both;
		}
		
	
		#portpic{
		
			width: 125px;
			float: left;
			clear:left;
			padding: 0 auto;
			margin-right: 0px;
			/*
			border-color: #7e8cab;
			border-width: 1px;
			border-style: solid;
			*/
		}
		#porttext{
			padding:0 auto;
			margin: 0 10px 0 0;
			width: 350px;
			float: right;
			clear: right;
		}
		#porttext h1{
			color: #393f52;
			display: inline-block;
			padding:0 auto;
			margin:0 auto;
			font-weight: bold;
			font-size: 1.1em;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			margin-top: 5px;
			
		}
		#porttext p{
			display: inline-block;
			font-size: .7em;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			margin-top: 5px;
		
		}
		#portitem{
			
			border-color: #7e8cab;
			border-width: 1px;
			border-style: double;
			background-color: #f5eeef;
			width:100%;
			display: block;
			padding: 5px;
			margin: 0 0 20px 0;
		}
		.toolsused{
		
			font-size: .6em;
			font-family: monospace, "Courier New", Courier, Monaco, monospace;
			float:right;
			color: #ab4345; 
		
		}
