/*
DIMENSIONS
=============
*/


#wrapper
{
	
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/layout/wrapper_background.jpg) no-repeat;
	height: 600px;
}

#header
{
	
	float: right;
	height: 100px;
	margin-top: 20px;
	margin-right: 15px;
	_margin-right: 8px;
	height: 185px;
}

#middle
{
	
	width: 750px;
	float: left;
	
	
}

#content
{
	
}

#content img.lws
{
	margin-left: 188px;
	margin-bottom: 5px;
}

#content img
{
	margin-left: 12px;
	margin-top: 10px;
	border: none;
}


#featurepanel
{
	width: 250px;
	height: 395px;
	float: right;
	
	
	
}

#featurepanel img
{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	
	
}


#footer
{
	
}

/*prop and clear create a minimum height for #middle */
.prop
{
	height: 400px;
	float: right;
	width: 1px;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}


