﻿#contentArea{
	background: transparent url('../images/3column_bg.png') repeat-y 21px 0;
}

/* Left Column */
#left{
	float: left;
	width: 237px;
}

#left h2{
	background-color: #926931;
}

#left .content{
	width: 230px;
}

#left .content a:link, #left .content a:visited{
	color: #FFB648;
}

/* Center Column */
#center{
	float: left;
	width: 240px;
}

#center h2{
	background-color: #714B16;
	margin-left: 7px;
}

#center .content{
	width: 229px;
	color: #000;
}

#center .content a:link, #center .content a:visited{
	color: #FFA41A;
}

/* Right Column */
#right{
	float: left;
	width: 229px;
}

#right h2{
	background-color: #552E00;
	margin-left: 15px;
}

#right .content{
	padding-left: 7px;
}

#right .content a:visited, #right .content a:link{
	color: #FFB648;
}

