/*///// HOME.CSS /////*/
/* Last Update 2008-10-31 */


#mainImg p#badge {
top: 204px;
left: 477px;
}

/*///// 3. LAYOUT(OVER WRITE) /////*/
	/*// 3-5-1 MAIN(for 2 column) //*/
	div#main {
	margin-bottom: 45px;
	font-size: 90%;
	}
	#main div#content {
	margin-top: 15px;
	float: left;
	width: 305px;
	}
		#content #welcome {
		margin-bottom: 60px;
		}
		#content #information ul {
		list-style: disc;
		}
			#information ul li {
			margin-left: 16px;
			}
	
	#main div#location {
	float: right;
	width: 270px;
	line-height: 1.3;
	}
		#location p#map {
		margin-bottom: 15px;
		}
		#location h2 {
		margin-bottom: 8px;
		}
		#location dd {
		margin-bottom: 8px;
		}

