body{
	margin: 0px;	
	padding: 0px;
}

#sectionbodytop{
	
}

#sectionbodyleft{
	float: left;
	width: 200px;
}

#sectionbodycenter{
	margin-left: 200px;
}

#sectionbodyright{
	float: right;
}

#sectionbodybottom{
	clear: both;
}


#sectioncontentleft{
	float: left;
	width: 200px;
}

#sectioncontentcenter{

}
#sectioncontentright{
	float: right;
	width: 250px;
}

#sectioncontentbottom{

}



