/******************************************************************
/ subnav
******************************************************************/
#subnav{
	width: 315px;
	margin: 0px 20px 0px 15px;
	float: left;
}
	#subnav h3{
		color: #FFF;
		font-size:26px;
		font-weight:normal;
	}
	#subnav ul{
		color: #6699cc;
		font-size:18px;
		font-style:italic;
		list-style:none;
		padding-left: 0px;
	}
		#subnav ul li{
			margin-bottom: 10px;
		}
			#subnav ul li a{
				color: #6699cc;
			}
			#subnav ul li.currentPage a{
				color: white;
			}
				#subnav ul li a:hover{
					color: white;
				}
/******************************************************************
/ content
******************************************************************/
#content-top{
	margin-left: 345px;
	background-image:url(/images/template/thin-content/top.png);
	background-repeat:no-repeat;
	height:45px;
	width: 546px;
}
#content-bottom{
	margin-left: 345px;
	background-image:url(/images/template/thin-content/bottom.png);
	background-repeat:no-repeat;
	height:44px;
	width: 546px;
}
#content{
	margin-left: 345px;
	background-image:url(/images/template/thin-content/middle.png);
	background-repeat:repeat-y;
	min-height:500px;
		height:auto !important;
		height:500px;
	width: 466px;
	padding: 0px 40px;
	line-height: 1.7em;
}
