@charset "UTF-8";


/* 1. Header
=========================================*/
#headContainer {
	width: 731px;
	background: none;
}
#header {
	width: 731px;
	text-align: left;
}
#header .wrap #headIdentity {
	float: none;
}
#header .wrap .siteUtility {
	display: none;
}
#header .globalNav {
	display: none;
}

/* 2. Footer
=========================================*/

#footContainer {
	width: 731px;
	text-align: left;
}
#footer {
	width: 731px;
}
#footer .globalNav {
	display: none;
}
#footer .wrap .siteUtility {
	display: none;
}
#footer .wrap p {
	float: none;
	width: auto;
	padding: 10px 0 0 10px;
}
#footPageTopLink {
	display: none;
}


/* 3. Main
=========================================*/
#mainContainer {
	text-align: left;
}
#topicPath {
	display: none;
}
#mainContents {
	width: 731px;
	background: none;
}

#contents #printBtArea #printBt {
	display: none;
}


/* 4. Right Navigation
=========================================*/

#subNav {
	display: none;
}

