﻿#HalfWidthBox
{
	display:block;
	width:425px;	
}

.HalfWidthBox_Top
{
	background-image: url(images/HalfWidthBox_Top.gif);
	background-repeat:no-repeat;
	width:425px;
	height:28px;
}

.HalfWidthBox_Title
{
	position:relative;
	top:6px;
	left:8px;
	color: White;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial;
	font-size: 12px;
	vertical-align:text-bottom;
	vertical-align:bottom;
}

.HalfWidthBox_Content
{
	background-image: url(images/HalfWidthBox_Content.gif);
	background-repeat:repeat-y;
	width:425px;
	padding:0px;
}

.HalfWidthBox_Bottom
{
	background-image: url(images/HalfWidthBox_Bottom.gif);
	background-repeat:no-repeat;
	height:12px;
	width:425px;
}
