
body
{
	font-family: Garamond, Times New Roman, Times;
	background-color: rgb(228,228,228);
	color: rgb(55,55,0);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}

#header {
position:absolute;display:inline;
float:left;
left:20px;
}
#headerimg {
position:absolute;display:inline;
float:right;

right:0px;width:200px;
font-size:18px
}

#content {
position:absolute;display:inline;
float:left;left:0px;
margin:0px; padding:10px;
top:60px;
height:100%;width:840px;min-width:840px;
max-height:100%;
/*background:#cde;*/
background:rgb(228,228,220);	
}

/* tab menu */
.tabmenu {
/* background:#ccffbb; */
float:left;margin:10px;
/* border:1px solid blue;
*/
}
.tabitem {
/* background:#ccffcc; */
float:left;
padding:0 1em 0 1em ;
/* border:1px blue dashed; */
border:0px;
}
