/*---------------------Layout*/
#outer
{
	background:transparent url(../images/assets/bg.gif) repeat-y top left;
	width:100%;
}

#header
{
	height: 145px;
}

#main
{
  padding-left:335px;
  height:1%;
}

#left
{
  float:left;
  position:relative;
  margin-left:-335px;
	width: 240px;
	padding: 0 0 6em 60px;
	font-size: 0.9em;
}

#center
{
  float:left;
  position:relative;
  width:100%;
}

/*IE6 Fix*/
* html #left{left:335px;}

#footer
{
	clear:both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height:auto;
}
/*-------------------end layout*/