body {
  voice-family: "\"}\"";
  voice-family: inherit;
} 

/* Banner */
#banner {
	/* top: 17px;
	width: 765px; */
	top: 20px;
	/* width: 915px; */
	width: 1240px;
}

/* Nav */
#nav {
	/* width: 765px; */
	/* width: 915px; */
	width: 1240px;
}

/* Column Structure */
#content {
	/* width: 765px; */
	display: flex;
	/* width: 915px; */
	width: 1240px;
	margin: 0 auto;
	gap: 20px;
}

.xcol {
	order: 1; 
	width: 220px;
}

.maincol {
	order: 2; 
	width: 720px;
}

.maincolfull {
	order: 1; 
	width: 1240px;
}

.xcol2 {
	order: 3; 
	width: 300px;
}

/* Index Page */
#index_content {
	/* width: 915px; */
	width: 1240px;
}

.index_1 {
	width: 100%;
}

.index_2 {
	width: 100%;
}
  
/* Footer */
#footer {
	clear: both;
	/* width: 735px; */
	/* width: 915px; */
	width: 1240px;
	margin: 0 auto 0 auto;
}

#footer .hide {
	display: none;
}