@import url(cl_header.css);
@import url(cl_footer.css);
@import url(cl_leftbar.css);
@import url(cl_content.css);

.mainLeftBar
{
	float: left;
	width: 265px;
	margin: 0px 0px 0px 0px;
	/*background-color: Olive;*/
}

.voiceTalentBlock
{
	float: left;
	width: 265px;
	margin: 0px 0px 0px 0px;
	/*background-color: Aqua;*/
}

.voiceTalentBlock input
{
	margin-left: 6px;
}

#contentArea 
{
	display: block; 
	float: left; 
	width: 800px; 
	background-color: #ffffff;
}
		
.main 
{
	width: 800px; 
}

body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


