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


#wrapper
{
	
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 20px;
	_margin-bottom: 0px;
	border-bottom:  1px solid #656565;
	
}

#header
{
	
	height: 136px;
	border: 1px solid #656565;
}

#middle
{
}


#sideshow
{
	width: 501px;
	height: 300px;
	float: left;
	border: 1px solid #656565;
	
}

#contentmain
{
	width: 435px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: right;
	border: 1px solid #656565;
	border-bottom: none;
	padding-bottom: 32767px; /*hack to create the left column as the full length of the page */
	margin-bottom: -32767px; /*hack to create the left column as the full length of the page */

	
}

#primarynav
{
	height: 105px;
	width: 486px;
	float: left;
	padding-top: 10px;
	border: 1px solid #656565;
	padding-left: 15px;


}

#sidebar
{
	width: 501px;
	padding-bottom: 50px;
	float: left;
	border: 1px solid #656565;
	padding-top: 10px;
}

#sidebar2
{
	width: 481px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	border: 1px solid #656565;
	padding-bottom: 32767px; /*hack to create the left column as the full length of the page */
	margin-bottom: -32767px; /*hack to create the left column as the full length of the page */
	
}



#footer
{
	
	height: 0px;
}

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

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


