/* CSS Document */

body {
	margin:0px;
	background-color:#dededc;
	background-attachment:fixed;
	background-image:url(images/back.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#container{
	margin: 20px auto;
	width:790px;
	height:600px;
	text-align: left;
	background-image:url(images/nhm.jpg);
}

#text{
	position:absolute;
	margin-left:329px;
	margin-top:158px;
	width:374px;
	height:363px;
	overflow:auto;
	padding:20px;
}

#menu {
	position:absolute;
	margin-left:230px;
	margin-top:367px;
	height:146px;
	min-height:146px;
	width:91px;
}

#banner {
	position:absolute;
	margin-left:34px;
	margin-right:34px;
	margin-top:27px;
}

#diashow {
	position:absolute;
	margin-left:50px;
	margin-top:450px;
}

* {
	font-family:Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
	font-size:20px;
	color:#333399;
}

p,ul,li,td {
	font-size:12px;
}

.menu {
	margin:0px;
}