/*------------------------------------------------------------------
Portfolio Elements
------------------------------------------------------------------*/


body {
    background: #FFFFFF url(/images/bg_texture.gif) top;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    }   

#port_container {
	width: 600px;
	height: 400px;
	}
	
#port_content {
	background: url(/images/bg_port_desc.jpg) no-repeat top;
	width: 600px;
	height: 400px;
	}
	
#port_left {
	width: 383px;
	height: 400px;
	float: left;
	}
	
#port_right {
	width: 195px;
	height: 365px;
	float: right;
	padding-top: 35px;
	padding-right: 22px;
	text-align: left;
	_width: 217px;
	_height: 400px;
	}
