@charset "utf-8";
/* CSS Document */

#wrapper {
	width:auto;
	min-width: 970px;
}

header { 
	width:auto;
	min-width: 970px;
}

header .leftBox {
	width: 546px;
}
/* rightBox */
header .rightBox {
	width: 412px;
	margin-right: 10px;
	_display:inline;
}

header .leftBox p.siteName,
header .leftBox p.siteNameFull{
	float: left;
	margin: 4px 0 0 0;
	width: 250px;
}
header .leftBox p.siteName {
	padding-top: 6px;
}
.msie6 header .leftBox p.siteName,
.msie6 header .leftBox p.siteNameFull {
	width: 230px;
}

.globalNav{
	width:auto;
	min-width: 970px;
}

.globalNav ul {
	width:auto;
	min-width: 970px;
}

footer article .leftNav {
	padding:0 0 0 10px;
	/* for Liquid Layout */	
	width:auto;
}
footer article .rightNav {
	padding:0 10px 0 0;
	/* for Liquid Layout */	
	width:auto;
}

footer p.copyright small {
	font-size: 100%;
	color: #4B4B4B;
	margin:0 0 0 10px;
}

/* for IE6 */
*html #wrapper,
*html header,
*html .globalNav,
*html .globalNav ul {
  width: expression(document.documentElement.clientWidth < 970? "970px" : document.documentElement.clientWidth > 970? "100%" : "auto");
}
