@charset "utf-8";
/* CSS Document */

#row_container	{
	width:672px;
	height:100%;
	background-color:#CCC;
}

#row_one	{
	width:100%;
	height:100%;
}

#row_left1	{
	float:left;
	width:150px;
}

#row_right2	{
	float:right;
}

#row_two	{
	width:100%;
	height:100%;
}
