/******************************************************************
/ content
******************************************************************/
#content-top{
	background-image:url(/images/template/one-col/top.png);
	background-repeat:no-repeat;
	height:72px;
	width: 878px;
	margin:0 auto;
}
#content-bottom{
	background-image:url(/images/template/one-col/bottom.png);
	background-repeat:no-repeat;
	height:72px;
	width: 878px;
	margin:0 auto;
}
#content{
	background-image:url(/images/template/one-col/middle.png);
	background-repeat:repeat-y;
	width: 798px;
	padding: 0px 40px;
	line-height: 1.7em;
	min-height:500px;
		height:auto !important;
		height:500px;
	margin:0 auto;
}
#content h1{
	color: #000033;
	font-size:26px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:1px;
}
#content p{
	color: #000066;	
}
	#content a{
		color: #000066;
		text-decoration:underline;
	}

