@charset "UTF-8";
/* CSS Document */


/*_______________________________________________PORTFOLIO PAGE _________________________________________________*/

	body {
		}
		
	#wrapper {
		width: 655px;
		height: auto;
		margin: 0px auto;
		margin-top:150px;
		}
		
	#porttopborder {
		width: 655px;
		height: 15px;
		background-image:url(images/box2_03.gif);
		background-repeat:no-repeat;
		}
		
	#portpixel {
		background-image:url(images/box2_06.gif); /*I need a conditional style sheet for IE6*/
		background-repeat:repeat-y;
		margin-top: 0px;
		margin-bottom: 0px;
		height:310px;
		width: 655px;
		min-height:300px;
		}
		
	#porttitle {
		margin-left:15px;
		}
		
	#portcontent {
		height:360px;
		margin-left:10px;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 655px;
		}
		
	#portleft {
		width: 100px;
		height: 230px;
		float:left;
		margin-left:15px;
		margin-top:20px;
		}
		
	#portleft li {
		margin-top: 5px;
		}
		
	#portright {
		width: 460px;
		height: 250px;
		float: left;
		margin-left: 60px;
		margin-top:20px;
		}
	
	#portbottomborder {
		width: 655px;
		height: 16px;
		background-image:url(images/box2_08.gif);
		background-repeat:no-repeat;
		}
		
