div#page{
	width:910px;
	float:left;
	background:#F0F0F0;
	margin:20px 0 0 0;
}

div.lt{
	background:url(../images/global/bg-lt.png) no-repeat left top;
	float:left;
	width:910px;
}


div.rt-lighter{
	background:url(../images/global/bg-rt-lighter.png) no-repeat right top;
	float:right;
	width:910px;
}

div.rb{
	background:url(../images/global/bg-rb.png) no-repeat right bottom;
	float:right;
	width:910px;
}



div.lb{
	background:url(../images/global/bg-lb.png) no-repeat left bottom;
	float:left;
	padding:12px 13px;
	width:884px;
}

div#page h2{
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color:#B36E09;
	margin:0;
	padding:0 0 5px 0;
	font-weight:normal;
}

div#page h3{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#B36E09;
	margin:0;
	padding:0 0 5px 0;
	font-weight:normal;
}

div#page h3 a{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#790F12;
	text-decoration:none;

}

div#page h3 a:hover{
	color:#B36E09;
}

div#page p{
	color:#333;
	line-height:18px;
}

div#page img{
	float:left;
	border-bottom:1px solid #845B20;
	border-top:1px solid #F7AC3C;
	margin-right:10px;
}



