/*-----------------------------------------------
 Talent Infusion
 structure.css
------------------------------------------------*/
body	{
	margin:0;
	padding:0;
}

/* base background */
.base	{
	width:960px;
	background:#FFF url(/gfx/bg-base.gif) repeat-y 210px top;
}
.base-btm	{
	width:960px;
	background:url(/gfx/bg-base-btm.gif) no-repeat 210px bottom;
}


/* left */
#left	{
	float:left;
	width:210px;
}
#left h1	{ margin-top:97px;}
#left a	{
	display:block;
	width:210px;
	height:60px;
	background:url(/gfx/logo.gif) no-repeat left center;
}


/* main */
#main	{
	float:left;
	width:750px;
}


/* footer */
#footer	{
	padding:10px 0;
	background:#F2F2F2;
}
#footer .wrap	{
	width:906px;
	padding:0 24px 0 30px;
}

