/* 
* Layout/Template CSS only
*/
body
{		
	text-align:center;
	min-width:970px;
}

#outer
{
	margin:auto;
	width:970px;		
}
#innerwrap
{
	margin-top:150px;
	padding-bottom:20px;
	float:left;
	width:970px;
}
#centrecontent
{
	float:right;
	width:740px;
	text-align:left;
}
#left{
	float:left;
	width:215px;
	text-align:left;
}
#clearheader
{
	clear:both;
	width:970px;
	height:0;
}

#header
{
	top:0;
	position:absolute;
	width:970px;
	height:150px;
	text-align:left;
}

#footer{
	position:relative;
	width:970px;
	height:60px;
	text-align:right;
}
