html {
 height: 100%;
}
body {
 height: 100%;
 margin: 0;
 padding: 0;
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000000;
 border: 0;
}
#topbar {
 background-color: #0098CF;
 color: #FFFFFF;
 height: 89px;
 width: 100%;
}
#pathway {
 background-color: #0098CF;
 color: #FFFFFF;
 font-weight: bold;
 text-align: left;
 height: 14px;
 width: 100%;
 border-bottom: 1px solid #FFFFFF;
 font-size: 11px;
}
#pathway a {
 background-color: #0098CF;
 color: #FFFFFF;
 text-decoration: underline;
}
#namesite {
 background-image: url(http://data.linux-ntfs.org/template/images/header_bg.png);
 background-repeat: repeat-x;
 color: #FFFFFF;
 height: 77px;
 width: 100%;
 font-weight: bold;
 font-size: 30px;
}
#namesite a {
 color: #FFFFFF;
 text-decoration: none;
}
#pagename {
 padding-top: 19px;
 text-align: left;
 float: left;
 padding-left: 8px;
}
#logo {
 padding-top: 19px;
 text-align: right;
 float: right;
 padding-right: 8px;
}
#logo-img {
 padding-top: 1px;
 float: left;
 padding-left: 80px;
}
#footer {
 clear: both;
 background-image: url(http://data.linux-ntfs.org/template/images/footer_bg.gif);
 background-repeat: repeat-x;
 background-color: #0098CF;
 height: 17px;
 color: #FFFFFF;
 text-align: center;
 padding-top: 3px;
 margin-bottom: 0px;
 font-size: 10px;
}
#footer a, #footer a: link, #footer a: visited {
 text-decoration: underline;
 color: #FFFFFF;
}
#zoneleft {
/* position: absolute;
 top: 104px;
 left: 0; */
 text-align: left;
 vertical-align: top;
 color: #000000;
 border-right: 1px solid #FF8B30;
 width: 210px;
 min-width: 200px;
}
#zonemain {
/* margin: 0 0 0 211px; */
 vertical-align: top;
 padding: 5px;
 min-width: 440px;
}
