#body
{
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 200px;
}

#body  #body_content
{
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px auto;
	width: 960px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
  /*
	opacity: 0.9;
	filter: alpha(opacity = 90);
  */
	background-color: #ffffff;
	color: #000000;
	border: 10px solid #ffffff;
}

#body  #body_content  .three_column
{
	clear: both;
	width: 960px;
}

#body  #body_content  .three_column  .one
{
	position: relative;
	float: left;
	width: 310px;
}

#body  #body_content  .three_column  .two
{
	position: relative;
	float: left;
	width: 310px;
	margin-left: 20px;
}

#body  #body_content  .three_column  .three
{
	position: relative;
	float: left;
	width: 300px;
	margin-left: 20px;
}





#body  #body_content  .two_column
{
	clear: both;
	width: 960px;
}

#body  #body_content  .two_column  .one
{
	position: relative;
	float: left;
	width: 640px;
}

#body  #body_content  .two_column  .two
{
	position: relative;
	float: left;
	width: 300px;
	margin-left: 20px;
}



#body  #body_content  .two_column  .one  .two_column
{
	width: 640px;
	position: relative;
}

#body  #body_content  .two_column  .one  .two_column  .one
{
	position: relative;
	float: left;
	width: 310px;
}

#body  #body_content  .two_column  .one  .two_column .two
{
	position: relative;
	float: left;
	width: 310px;
	margin-left: 20px;
}
