html
{
   margin: 0;
   height: 100%;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}


font
{
  style11 {color: #6e3f00; font-size: 11px}
  style141 {color: #6e3f00; font-size: 14px; font-weight: bold; }

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

body
{
  margin: 0 auto;
  /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0px 0px 0px 0px;
  height: 100%;
  font-family: verdana, 'trebuchet ms', sans-serif;
  font-size: 11px;
  overflow-y:scroll;
  text-align: center;
  background: #ffffff;

}

#header {
  top: 0px;
  left: 0px;
  position: relative;
  margin: 0px auto;
  text-align: center;
  width: 780px;
   
}
header > #menu {
  top: 0px;
  left: 0px;
  position: relative;
  margin: 0px auto;
  text-align: center;
  width: 780px;
  
}
header > #submenu {
  top: 0px;
  left: 0px;
  position: relative;
  margin: 0px auto;
  text-align: center;
  width: 780px;
}
#format {
  position: relative;
  width: 780px;
  background: #ffffff;
  margin: 0em;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}

format > #content1 {
  position: static;
  width: 600px;
  height: auto;
  text-align: justify;
  padding: 0px;
  background: #fffcdb repeat-y;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

format > #content2 {
  position: static;
  width: 170px;
  margin: 0em;
  float: right;
  padding-top: 0px;
  padding-right: 0px;
  height: 100%;
}


#format-menu {
  position: static;
  width: 170px;
  margin: 0em;
  float: right;
  padding-top: 0px;
  padding-right: 0px;
  height: 100%;
}



#footter {
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
	position: static;
}
