#content
{ }

#content.subpage .left-col
{
	width: 256px;
	float: left;
}
	
	#content.subpage .left-col h2
	{
		color: #292519;
		font-weight: normal;
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 12px;
		margin-top: 20px;
	}
	
	#content.subpage .left-col p
	{
		color: #484326;
		margin-bottom: 12px;
	}
	
	#content.subpage .left-col img.left
	{
		padding: 0px 12px 12px 0px;
	}

#content.subpage .right-col
{
	width: 491px;
	padding: 34px 60px 33px 60px;
	background: url(../img/subpage-content-shadow.png) repeat-y center center;
	margin-top: -358px;
}
	
	#content.subpage .right-col .top
	{
		height: 49px;
		width: 612px;
		/*position: absolute;*/
		left: -4px;
		top: -10px;
		background: url(../img/subpage-content-top.png) repeat-x 0px 0px;
		/*z-index: 2;*/
	}
	
	#content.subpage .right-col .bottom
	{
		height: 4px;
		width: 612px;
		position: absolute;
		left: -4px;
		bottom: -4px;
	}
	
	#content.subpage .right-col h1
	{
		font-size: 22px;
	}
	
	#content.subpage .right-col img.right
	{
		margin: 0px 0px 32px 32px;
		padding: 5px;
		border: 1px #CCCCCC solid;
	}
	
	#content.subpage .right-col p
	{
		margin-bottom: 19px;
	}
	
	#content.subpage .right-col ul
	{
		color: #3f3f34;
		font-size: 14px;
		list-style: none;
		padding-bottom: 5px;
	}
		
		#content.subpage .right-col ul li
		{
			padding-left: 20px;
			padding-bottom: 10px;
			background: url(../img/subpage-bullet.png) no-repeat 0px 8px;
		}

#content.subpage .right-col ol li {
		list-style-position: inside;
}
/* ---------------------------------------- */
