body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #333;
	background: #d34747;
}


/* ---( divisions )----------------------------- */

#links {
	position: relative;
	top:-80px;
	margin: 0px auto 0px;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	background-color: #000000;
	color: #FFF;
	width: 838px;
	z-index: 1;
	font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size:10px;
	word-spacing: 10px;
	letter-spacing: 1px;
	text-align: center;
}
html>body #links { width: 848px; }


#container {
	position: relative;
	top:-80px;
	margin: 0px auto 0px;
	background: #FFFBDF;
	border-style: solid;
	border-color: black;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 4px;
	
	min-height: 2300px;
	/* HACK -> setting the minimum height for Internet Explorer */
	height:expression(this.scrollHeight < 2300? "2300px" : "auto" );
	
	width: 838px;
	/* HACK -> IE6 needs width 838 pixels !!! */
}
html>body #container { width: 848px; }

#header	{
	height: 191px;
	border-bottom: 3px solid black;
	background-color: #000000;
	background-image: url(headnagoya.jpg);
	background-repeat: no-repeat;
}

#content {
	margin: 25px 0px 26px 26px;
	width: 596px;
	padding-right: 30px;
	border-right: 1px solid black;
}

#menu {
	position: absolute;
	margin-top: 10px;
	margin-left: 652px;
	width: 135px;
}
html>body #menu { margin-left: 682px; }

#footer {
	margin: -80px auto 25px;
	border-bottom: 3px solid black;
	background-color: #000000;
	color: #FFF;
	font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size:10px;
	padding: 10px;
	width: 824px;
}
html>body #footer { width: 834px; }

/* ---( text properties )----------------------------- */


a {
	text-decoration: none;
	color: #369;
}

a:hover {
	text-decoration: none;
	color: #333;
}

h1, h4, h5, .storyTitle {
	margin:25px 0px 10px 0px;
	padding:0px;
	font-size:16px;
	line-height:12px;
	font-weight: bolder;
}

h4 {
	margin-top: 25px;
	line-height:2px;
}

.Link {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 15px;
	border: 1px solid black;
}

.storyTitle {
	line-height:20px;
	font-size: 16px;
	color:#111;
}

.menuItem {
	padding-left: 4px;
	font-size:12px;
	line-height: 1.2em;
}

.storyLinks {
	font-size:12px;
	text-align: right;
	margin-bottom: 15px;
}

p, .storyContent {
	font-family: trebuchet ms, verdana, sans-serif;
	margin:0px 0px 0px 16px;
	padding:0px;
	text-align: justify;
	font-size:12px;
}

.storyPic {
	border: 1px solid black;
	margin: 15px 10px 15px 10px;
}

.storyPicSingle {
	float: right;
	border: 1px solid black;
	margin: 10px 0px 10px 10px;
}

.storyPicSingleLeft {
	float: left;
	border: 1px solid black;
	margin: 10px 10px 0px 0px;
}

#links a {
	text-decoration:none;
	color: #FFF;
}

#links a:hover {
	text-decoration:none;
	color: #FFF;
}

/* ---( headerbox )----------------------------- */

#headerBox {
	position:relative;
	z-index: 1;
	border:3px black solid;
	top:80px;
	left:16px;
	width:100px;
	background-color: white;
	text-align:center;
	font-family: 'Impact';
	font-size:26px;
	padding: 10px 50px 10px 50px;
}

.headerText a {
	color:#000000;
	text-decoration: none;
}

.headerText a:hover {
	color:#000000;
	text-decoration: none;
}

/* ---( skinbox )----------------------------- */

#skins {
	position:absolute;
	z-index: 1;
	top:120px;
	width:70px;
	left:804px;
	text-align:center;
	border:1px white solid;
	background-color: #000000;
	color: #FFF;
	font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size:10px;
}
html>body #skins { left:815px; }

#skins a {
	display:block;
	text-decoration:none;
	background-color: #FFFFFF;
	color: #000000;
}

#skins a:hover {
	display:block;
	text-decoration:none;
	background-color: #C0C0C0;
}

