
/* Rounded Corner Section */
/* Taken from http://www.html.it/articoli/nifty/index.html */
/* Modified to fit my own style */
.rtop, .rbottom
{
	display: block;
}

.rtop *, .rbottom *
{
	display: block;
	height: 1px;
	overflow: hidden;
}

.r1
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.r2
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 3px;
	margin-right: 3px;
}

.r3
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2px;
	margin-right: 2px;
}

.r4
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1px;
	margin-right: 1px;
}
/* Remaining Portion added by me */
.in
{
   margin-left: 1px;
   margin-right: 1px;
}

.rounded_outer_container
{
	margin-top: ROUNDED_OUTER_CONTAINER_TOP_MARGIN_STR;
	margin-bottom: ROUNDED_OUTER_CONTAINER_BOTTOM_MARGIN_STR;
	margin-left: ROUNDED_OUTER_CONTAINER_LEFT_MARGIN_STR;
	margin-right: ROUNDED_OUTER_CONTAINER_RIGHT_MARGIN_STR;
	background-color: transparent;
}

.content
{
 background-color: #FFFFFF;
}

.color1
{
  background-color: SECTION_BOUNDARY_COLOR_1;
}

.color2
{
  background-color: SECTION_BOUNDARY_COLOR_2;
}

.color3
{
  background-color: SECTION_BOUNDARY_COLOR_3;
}

.color4
{
  background-color: SECTION_BOUNDARY_COLOR_4;
}
/* End Rounded Corner Section */

