@charset "utf-8";
/* CSS Document */

.column-left{
	width:612px;
	background: #eceadb url('../images/content-bg.png') repeat-x scroll 0 0;
	float:left;
	padding-left:0px;
}

.column-right{
	width:258px;
	float:left;
	background: #f2f1e6 url('../images/content-bg.png') repeat-x scroll 0 0;
}

.title-inner{
	margin-top:20px;
	height:68px;
	width:242px;
	background: transparent url('../images/inner-title.png') no-repeat scroll 0 0;
	display:block;
	line-height:58px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size:18pt;
	padding-right:20px;
}

.content-inner{
	padding:30px;
}

	.content-inner h3{
		font-size:14pt;
		margin:10px 0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
	}
