/* Page Blocks */
#town_map {
		float				:right;
		margin-right		:0px;
		margin-top			:25px;
		margin-bottom		:10px;
		width				:320px;
		height				:320px;
		color				:#333;
		background 			:#99B3CC;
		border				:1px solid #335313;
		padding				:0px 0px 0px 0px;
		display				:inline;
}
#town_photo {
		float				:right;
		margin-right		:0px;
		margin-top			:25px;
		margin-bottom		:20px;
		width				:320px;
		height				:210px;
		color				:#333;
		background 			:transparent;
		border				:0px solid #335313;
		padding				:0px 0px 0px 0px;
		display				:inline;
}
#town_data {
		float				:right;
		margin-right		:0px;
		margin-top			:25px;
		margin-bottom		:10px;
		width				:320px;
		height				:100%;
		color				:#333;
		background 			:#EBEBEB;
		border				:1px solid #B2B2B2;
		padding				:10px 0px 10px 0px;
		display				:inline;
}
#state_map {
		float				:left;
		margin-left			:50px;
		margin-top			:25px;
		margin-bottom		:10px;
		width				:600px;
		height				:600px;
		color				:#333;
		background 			:#99B3CC;
		border				:1px solid #335313;
		padding				:0px 0px 0px 0px;
		display				:inline;
}
.clear {
		clear:both;
}
#left_photo {
		float				:left;
		margin-top			:10px;
		margin-bottom		:10px;
		margin-left			:20px;
		margin-right		:30px;
		border				:0px solid #E1E1E1;
		padding				:0 0px;
}
#right_photo {
		float				:right;
		margin-top			:10px;
		margin-bottom		:10px;
		margin-left			:20px;
		margin-right		:10px;
		border				:0px solid #E1E1E1;
		padding				:0 0px;
}
.divider {
		height: 6px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left: auto;
		margin-right: auto;
		width: 450px;
		text-align: left;
		background :url(../images2/divider.gif) no-repeat top left;
}
#towns {
		float:left;
		margin-left:20px;
		margin-bottom:10px;
		width:220px;
		height:100%;
		color:#333;
		background	: transparent;
		padding:0px 0px 0px 0px;
		display		:inline;
}
table.bank {
		margin-left			:20px;
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
		font-weight: normal;
		font-size: .7em;
		color: #666666;
		width: 600px;
		background-color: transparent;
		border: 0px;
		border-collapse: collapse;
		border-spacing: 0px;
}
table.bank td.head {
		background-color: #FFF;
		color: #766342;
		padding: 3px;
		text-align: left;
		border-bottom: 0px #FFF solid;
		font-size: 1.1em;
		font-weight: bold;
} 
table.bank1 td {
		background-color: transparent;
		color: #666666;
		padding: 3px;
		text-align: left;
		border: 0px #fff solid;
}
table.bank2 td {
		background-color: #FFF;
		color: #666666;
		padding: 3px;
		text-align: left;
		border: 0px #fff solid;
}
/* End Middle Content */

