body
{
	background-color: #3C3C3C;
}

td
{
	font-size: 14px;
	color: #404040;
	font-family: Verdana;
	text-decoration: bold;
	vertical-align: top;
}

img
{
	border: 0px;
}

.contentLeftTd
{
	width: 268px;
	background-image: url('../images/bgLeft.jpg');
	backgound-repeat: repeat-y;
}

.contentCenterTd,
.contentRightTd
{
	width: 246px;
	background-image: url('../images/bgCenter.jpg');
	background-repeat: repeat-y;	
}

.contentRightTd
{
	width: 246px;
	background-image: url('../images/bgRight.jpg');
	background-repeat: repeat-y;		
}

.contentLeft
{
	padding: 10px 32px 10px 32px;
}

.contentCenter,
.contentRight
{
	padding: 10px 32px 10px 10px;
}

.contentBottom
{
	height: 23px;
	background-image: url('../images/contentBottom.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}