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

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

div.section_yellow div.head div.r div.c
{
	background-image: url(../img/sections/yellow/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_yellow div.content
{
	background-image: url(../img/sections/yellow/top_left_corner.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
}

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

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


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

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

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

