﻿@import url(/css/share.css);
@import url(/css/detail.css);
@import url(/css/added.css);

/***LAYOUT***/
#wrapper
{
	width:900px;
	margin:0px auto 0px auto;	
}

	#header 
	{
		height:112px;
	}
	
	#faux 
	{
		padding-bottom:25px;
	}
	
	#leftColumn
	{
	    float:left;
	    width:235px;
	}
	
	#rightColumn
	{
	    float:left;
	    width:665px;
	}
			
#footer 
{
	padding-bottom:23px;
	background:url(/images/inc/box_footerBottom.gif) no-repeat 0 100%; 	
}
/***LAYOUT***/

