@import "style.css";
html,body {
background-color:white;
margin:0;
height:100%;
}

#wrap{

background:url('/images/background_image.gif');
width:950px;margin:0 auto;
}

#container{
margin-left:80px; 
margin-right:80px;
}

ul, li{
	margin:0;
	padding:0;
	list-style:none;
}

#leftcolumn{
clear:left;
float:left; 
width:282px;
}

#leftPortfolioTop{
clear:left;
}

#portfolioText{
width:264px;
}

#rightcolumn{
float:left;
width:506px;
}

#largecolumn{
clear:left;
float:left; 
width:788px;

}

#bottom{
margin-left:-3px; 
text-align:center;
}



