body {
	text-align: center;
	background-color:#EEF;
}
#frame {
	width: 90%;
max-width:1280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
}

#footer {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	text-align: center;
	background:#77f;
}
#contentleft {
	width: 20%;
	min-height:40em;
	padding: 0px;
	float: left;
	background: #77f;
	overflow:auto;
	font-family:calibri,arial;
}

#contentleft li {font-family:calibri,arial; font-size:0.75em;}
#contentleft p {font-family:calibri,arial; font-size:1em;}
#contentleft h2 {font-size:1.2em;}
#contentleft h3 {font-size:0.95em;}

#contentcenter {
	width: 60%;
	min-height:40em;
	padding: 0px;
	float: left;
	background: #99f;
	overflow:auto;
	margin-bottom:10px;
}
#contentright {
	width: 20%;
	min-height:40em;
	padding: 0px;
	float: left;
	background: #fff;
}
#contentheader {
	background-image:url('bax.png');
	background-repeat:no-repeat;
	background-color:#fff;
	height:124px;
}
#nav {
	width: 100%;
	float: left;
	margin-top: 7px;
	background: #eef;
}
p, h1, h2, h3, h4, pre, object, img.indent {
	margin: 0px 10px 10px 10px;
}

#contentcenter p, li {font-family: georgia;}

#contentleft p {font-family:calibri,arial;}

#contentleft a {color:#006;}

hr {
  width: 20%;
  text-align:center;
	
}



li.nav {font-family: tahoma,geneva;}

h1 {
	padding-top: 10px;
}
#contentheader h1 {
	font-size: 24px;
	padding: 10px;
	margin: 0px;
	}
#contentright p, #contentright a {
	font-size: 1em;
        font-family:calibri,arial;
        margin: 0px 10px 10px 10px;
}
ul.nav {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a.nav, a.navb {
	float: left;
	text-decoration: none;
	color: white;
	padding: 0.2em 0.6em;
	margin-right:3px;
	border-right: 1px solid #00f;
	border-left: 3px solid #00f;
	border-top: 1px solid #00f;
}
a.nav {
	background-color: #66f;
	color:#EEF;
	background-image:url('gradient.png');
	
}
a.navb {
	background-color: #00f;
	color:white;
	font-weight:bold;
	
}
a.nav:hover {
	background-color: #00f;
	color:#fff;
	background-image:url('gradient.png');	
	
}
a.navb:hover {
	background-color: #00f;
	color:#fff;	
}
li.nav {
	display: inline;
	color:white;
}
