body {
	background-image: url(pictures/bg1.gif);
	text-align: center;
}

/* -----outside container----- */
#box1 {
	width: 800px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-image: url(overview/bg_overview.gif);
}
#box2 {
	width: 800px;
	background-image: url(bombings/bg_bombimgs.gif);
	margin-right: auto;
	margin-left: auto;
}
#box3 {
	width: 800px;
	text-align: center;
	background-image: url(effects/bg_effects.gif);
	margin-right: auto;
	margin-left: auto;
}
#box4 {
	width: 800px;
	text-align: center;
	background-image: url(afterbomb/bg_afterbomb.gif);
	margin-right: auto;
	margin-left: auto;
}
#box5 {
	width: 800px;
	text-align: center;
	background-image: url(peace/bg_peace.gif);
	margin-right: auto;
	margin-left: auto;
}
#box6 {
	width: 800px;
	text-align: center;
	background-image: url(testimonies/bg_testimonies.gif);
	margin-right: auto;
	margin-left: auto;
}
#box7 {
	width: 800px;
	text-align: center;
	background-image: url(references/bg_references.gif);
	margin-right: auto;
	margin-left: auto;
}
#box8 {
	width: 800px;
	text-align: center;
	background-image: url(practical/bg_practical.gif);
	margin-right: auto;
	margin-left: auto;
	min-height: 800px;
}


/* -----left side menu----- */
#leftmenu {
	width: 214px;
	float: left;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
#leftmenu ul {
	text-align: left;
	margin-top: 15px;
	padding-bottom: 6px;
	margin-left: 18px;
}
#leftmenu li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
	line-height: 1.5;
}
#leftmenu li.normal {
	font-weight: normal;
	text-decoration: none;
}
#leftmenu ul.nest {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#leftmenu ul.nest li {
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	list-style-type: circle;	
}
#leftmenu ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#leftmenu ol li {
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}
#leftmenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-align: left;

}
#leftmenu a:hover {
	text-decoration: underline;
}
#leftmenu p {
	padding-left: 40px;
	background-image: url(pictures/print.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
}

/* -----contents layout----- */
#contents{
	float: left;
	width: 585px;
	margin-top: 15px;
	padding-bottom: 20px;
}
.section {
	text-align: left;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
	padding-bottom: 1px;
}
.sectionPrinting {
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
	padding-bottom: 1px;
}
.colum {
	width: 250px;
	float: left;
}
table {
	width: 100%;
	margin-bottom: 1.2em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;

}
td,th {
	padding: 5px 7px;
	font-size: 100%;
	text-align: left;
	line-height: 1.3;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;	
}

/* -----table layout for The Road to Manhattan page----- */
th#date {
	font-weight: bold;
	width: 15%;
}
th#b29 {
    font-weight: bold;
	width: 15%;
}
th#city {
    font-weight: bold;
	width: 64%;
}

/* -----table layout for Time Table page----- */
th#year {
	font-weight: bold;
	width: 12%;
}
th#month {
    font-weight: bold;
	width: 18%;
}
th#happened {
    font-weight: bold;
	width: 70%;
}

/* -----text layou-----t */
h1 {
	padding-top: 5px;
	padding-left:8px;
}
h2 {
	border-top-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-bottom-width: 3px;
	width: 540px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}

h3 {
	font-size: 116%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.8em;

}
h3.events {
	font-size: 100%;
	margin-bottom: 1em;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}
h4.events {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	margin-top: 0em;
	margin-bottom: 0.8em;
}

ul {
	text-align: left;
	list-style-position: outside;
	padding-bottom: 0.7em;
	padding-left: 15px;
}
li {
	font-size: 100%;
	list-style-type: disc;
	line-height: 1.5em;
	padding-bottom: 0.5em;

}
ol {
	text-align: left;
	list-style-position: outside;
	padding-bottom: 0.7em;
	padding-left: 15px;
}
ol li {
	list-style-type: decimal;
}
ol.alpha {
	padding-left:20px;

}
ol.alpha li {
	list-style-type: upper-alpha;

}

ol.alpha_lowercase {

}
ol.alpha_lowercase {
	list-style-type: lower-alpha;
	padding-top: 0.5em;
	padding-left: 25px;
}
ol.roman {

}
ol.roman li{
	list-style-type: lower-roman;
}
p {
	font-size: 100%;
	text-align: left;
	line-height: 1.5;
	padding-bottom: 1.2em;
}
p.img {
	text-align: left;
	margin: 18px 0px 5px;
	padding: 0px;
	text-indent: 0;

}
p.print {
	font-size: 11px;
	text-indent: 0px;
	padding-left: 20px;
	padding-top: 2px;
}
p.caption {
	font-size: 85%;
	text-indent: 0;	
	color: #666666;
	padding-bottom: 2em;
	padding-top: 0.3em;
	line-height: 1.2em;
}
p.next {
	padding-top: 15px;
	text-align: center;
	width: 500px;
	padding-bottom: 10px;
	
}
p.indent {
	text-indent: 0;
	text-indent: 1.5em;
}
p.zeroBottommargin {
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
.normal {
	font-style: normal;
}

.attention {
	color: #990000;
}
.italic {
    font-style: italic;
}
em {
    font-style: italic;
}
#footer {
	clear: both;
	padding-right: 30px;
    text-align: right;
	margin-left: auto;
}	

address {
	font-size: 85%;
	font-style: italic;
	color: #333333;
	text-align: center;
	border-top: 1px solid #666666;
	width: 530px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
}

blockquote {
	padding-left: 25px;
}

pre {
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 1.2em;
	text-indent: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}	
img {
	vertical-align:bottom;
}