
div.section_red div.head
{
	background-image: url(../img/sections/red/section_head_left.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 200px;
	margin-left: 20px;
}

div.section_red div.head a {
	color: #FFFFFF;
}

div.section_red div.head div.r
{
	margin-left: 9px;
	background-image: url(../img/sections/red/section_head_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 33px;
}

div.section_red div.head div.r div.c
{
	background-image: url(../img/sections/red/section_head_background.gif);
	background-repeat:repeat-x;
	height: 33px;
	margin-right: 9px;
	padding-top: 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

div.section_red div.content
{
	background-image: url(../img/sections/red/top_left_corner.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
}

div.section_red div.content div.r
{
	margin-left: 5px;
	background-image: url(../img/sections/red/top_right_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.section_red div.content div.r div.c
{
	background-image: url(../img/sections/red/top_border.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding-top: 5px;
}


div.section_red div.bottom
{
	background-image: url(../img/sections/red/bottom_left_corner.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
}

div.section_red div.bottom div.r
{
	margin-left: 5px;
	background-image: url(../img/sections/red/bottom_right_corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.section_red div.bottom div.r div.c
{
	background-image: url(../img/sections/red/bottom_border.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding-top: 5px;
}


