﻿div.contentBannerNav,div.contentBannerLeft,div.contentBannerRight
{
	position:absolute;
	top:100px;
	height:138px;
}
div.contentBannerNav
{
	left:0px;
	width:175px;	
}
div.contentBannerLeft
{
	left:200px;
	width:353px;
	z-index:2;

}
div.contentBannerRight
{
	background-image: url('images/contentgradient.png');
	background-repeat: repeat-y;
	left:300px;
	width:685px;
	z-index:1;
}

div.contentDivider
{
	background-image: url('images/contentgradient.png');
	background-repeat: repeat-y;
	text-align:center;
	height: 3px;
}
div.contentText
{
	padding-top: 10px;
	width:85%;
}
