
body { background-color: white; width: 100%; margin: 0;}
div.page { width: 720px; background: white; display:block; position:static; text-align:left; border: 0;}
div.yellowbox{
width:196px;
height:66px;
top:35px;
left:410px;
display:block;
position:absolute;
background-color:#ffff66;
cursor:pointer;
}
div.introimg{
left:352px;
top:184px;
position:absolute;
}
div.images {
	position:absolute;
	border: 0;
	top:0px;
	left:50px;
	width:312px;
}

div.textwithimage {
	position:absolute;
	border: 0;
	left:0px;
	width:312px;
}
div.textwithoutimage {
	position:absolute;
	vertical-align:top;
	border: 0;
	top:58px;
	left:0px;
	width:312px;
}
div.menu {
	position:absolute;
	border: 0;
	top:58px;
	left:460px;
	width:260px;
}
div.index {
position:absolute;
top:388px;
height:54px;
left:0px;
}div.index p{margin:0;}
table{
	width:100%;
}
td {
	width: 465px;
	vertical-align: top;
	text-align: left;
	padding: 0;
}

tr {
	height:36px;
	border: 0px;
	margin: 0;
	
}
img {
	border: 0;
	width:312px;
}

ul,li,h1,div.textwithoutimage p { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}
img{
border:0;
}