/* @override http://dev:8000/media/css/layout.css */

/* Layout Stylesheet */ 

#wrapper
{
	text-align: center;
	margin: 0 auto;
	margin-top: 2%;	
} 

#lh-col
{
	position: absolute;
	width: 289px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	left: 5%;
	top: 8%;
}

#c-col
{
	position: relative;
	width: 320px;
	margin: 0 auto;
	padding: 0px;
	z-index: 20;
}

#rh-col
{
	margin: 0;
	right: 5%;
	position: absolute;
	width: 274px;
	padding: 0px;
	height: 400px;
	z-index: 1;
	top: 15%;
}       
        


