

#headerArea {
	padding: 30px 8px 6px 13px;
	border-bottom: 4px solid #CCC;
	width: 700px;
}

/* ----------------------- head Area style */

#headerArea #logoBox {
	float: left;
	width: 322px;
}

#headerArea #logoBox p.logo {
	margin-bottom: 16px;
}

#headerArea #banner {
	padding-top: 14px;
	float: right;
	width: 149px;
}

/* ----------------------- footer Area style */

#footerArea {
	margin: 10px auto;
	padding-top: 19px;
	clear: both;
	width: 756px;
	font-size: 75%;
	line-height: 1.4;
	background: url(../images/bg_footer.gif) no-repeat top center;
}

#footerArea #information {
	float: right;
	width: 386px;
	text-align: right;
}

#footerArea #information p.change {
	font-size: 84%;
}


#footerArea address {
	float: left;
	width: 350px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	white-spacing: normal;
}


#footerArea a:link,
#footerArea a:visited {
	color: #003a91;
	text-decoration: none;
}


#footerArea a:hover,
#footerArea a:active {
	color: #5378c6;
	text-decoration: underline;
}