body {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 10pt;
  background-color: #fa0;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

a {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

div.menu {
	position: absolute;
	left: 10%;
	top: 5%;
	width: 21%;
	height: 87%; /* should be 87%*/
	text-align: center;
	background-color: white;
	padding-left: 0px;
	margin-left: 0px;
}

div.nav {
	position: relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	left: 0px;
}

ul.ul_main {
	position: relative;
	top: 0px;
	width: 160px;
	list-style: none;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
li.li_main { 
	position: relative;
	width: 160px;
	margin-left: 40px;
	margin-right: auto;
	margin-top: 5px;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 17px;
	background: url("link_bullet.gif") no-repeat 0px 7px;
}
li.li_main_in { 
	position: relative;
	width: 160px;
	margin-left: 58px;
	margin-right: auto;
	margin-top: 5px;
	vertical-align: middle;
	padding: 0 0 0 17px;
	text-align: left;
	background: url("link_bullet.gif") no-repeat 0px 7px;
}

a.a_main { font-size: 10pt; color: #444444; font-weight: normal; }
a:hover.a_main { color: #ff6C00; font-weight: normal; }

img.logo {
	position: relative;
	top: 10px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.border { 
	position: absolute; 
	width: 80%;
	left: 10%;
	top: 5%;
	height: 87%;	
	background-color: white;
}

img.t { position: absolute; left: 0px; top: -19px; width: 100%; height: 20px; }
img.tl { position: absolute; left: -19px; top: -19px; width: 20px; height: 20px; }
img.tr { position: absolute; right: -19px; top: -19px; width: 20px; height: 20px; }

img.b { position: absolute; left: 0px; bottom: -19px; width: 100%; height: 20px; }
img.bl { position: absolute; left: -19px; bottom: -19px; width: 20px; height: 20px; }
img.br { position: absolute; right: -19px; bottom: -19px; width: 20px; height: 20px; }

img.l { position: absolute; left: -19px; top: 0px; width: 20px; height: 100%; }
img.r { position: absolute; right: -19px; top: 0px; width: 20px; height: 100%; }

div.content {
	position: absolute;
	width: 59%;
	height: 87%;
	left: 31%;
 	top: 5%;
	background-image: url("watermark.gif");
	background-repeat: no-repeat;
	background-position: center;
}

div.footer {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0px;
	text-align: center;
	color: white;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

h1 { color: #ff6c00;  font-size: 14pt; }
