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.lt-2{
	background:url(../images/global/bg-lt.png) no-repeat left top;
	float:left;
	width:910px;
	border-top:15px solid #CCC;
}


div.rt-lighter{
	background:url(../images/global/bg-rt-lighter.png) no-repeat right top;
	float:right;
	width:910px;
}

div.rt{
	background:url(../images/global/bg-rt.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 p{
	color:#333;
	line-height:18px;
}

div#page p a{
	float:left;
	margin:5px 0 0 0;
	color:#790F12;
}

div#page p a:hover{
	text-decoration:none;
}


.col-1{
	width: 274px;
	padding: 0 15px 0 0;
	float:left;
	border-right:1px dotted #CCC;
}

.col-2{
	width: 274px;
	padding: 0 15px 0 15px;
	float:left;
	
}

.col-3{
	width: 274px;
	float:left;
	padding: 0 0 0 15px;
	border-left:1px dotted #CCC;
}





