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

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


/* main title */
#title {
	height: 81px;
	width: 300px; /*  auto */
	/* [disabled]overflow: hidden; */
	background: url(../_images/title_300x81-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: 360px;  /* 1 ITEMS IN ROW: 1x300px + 2*20px margin = 360px */
	/* [disabled]height: 84; */
	text-align: center;
}



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


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