@charset "utf-8";
/* CSS Document */

/* screen width = 1360px PLUS 20 scroll width */


/* main title */
#title {
	height: 162px;
	width: 600px; /*  auto */
	/* [disabled]overflow: hidden; */
	background: url(../_images/title_600x162-g3.png) top center no-repeat; /* fixed */
	/* [disabled]opacity:0.6; */
	display: block;
	margin: auto;
}



/* main navigation menu */
nav {
	margin: 0 auto;
	/* SET WIDTH TO CONTROL NUMBER OF ITEMS IN EACH ROW */
	/* COORDINATE WITH CSS SHEETS FOR EACH DEVICE WIDTH */
	width: 680px;  /* 2 ITEMS IN ROW: 2x300px + 4*20px margin = 680px */
	/* [disabled]height: 84; */
	text-align: center;
}



/* USE CASE: <div class="container"> */
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 90%;	 /* 1024px; */
	background: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


/* END MAIN-WIDTH-1380px.CSS -------------------------------- */