html 
{
height:80%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding-left:200px; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}

body 
{
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:hidden; /*get rid of scroll bars in IE */
color:black; 
background-color: #e1b535; 
background-image: url(sandybkg3light.gif); 
background-repeat: repeat; 
}

#background{position:absolute; z-index:1; width:100%; height:100%;}

#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 

#content 
{
display:block; /* set up as a block */
height:100%; /* set height to full page */
max-height:100%;
overflow:auto; /* add scroll bars as required */
padding-left:200px; /* pad left to avoid navigation div if required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:3; /* allocate a suitable z-index */
/* padding:5px 30px 20px 175px; */
}

#container {position:relative; display:block; border-left:200px; border-right:200px }
#inner {display:block; margin-left:-200px; margin-right:-360px; padding:5px;}
#left {float:left; position:relative; width:200px; left:0px;}
#right {float:right; position:relative; width:360px; right:0px;}
#center {margin-right:370px; position:relative; display:block; height:1%;}


p {line-height:1.1em; letter-spacing:0.1em; text-align:justify; font-family:"Bookman Old Style"; padding: 0.2cm }

#fixed {position:absolute; top:10px; left:10px; width:150px; z-index:10; color:#567; }

ul {position:relative; list-style-type:none; border:5px solid #00f; padding:5px; margin-top:0px;}

li {position:relative; padding-bottom:14px;}

table {position:relative; margin-top:10px; }

h1,h2 {font-family:"Copperplate Gothic Bold"}

h3,h4 {font-family:"Bookman Old Style"; font-size: 120% }


a:link     {color:blue}
a:visited  {color:purple}
a:hover    {color:red; text-decoration:none;}
a:active   {color:green}

.head {display:block; height:110px; color:#000; text-align:center; padding:0px; margin-right:10px; margin-top:10px;}

.foot {position:relative; display:block; height:50px; color:#000; text-align:center; padding:0px; margin-right:10px; margin-top:5px;}

.border {border-style:solid; border-color:rgb(0,0,255); border-width:5px; padding:5px;}

.center {text-align: center}

.fontchange {font-family:"andalus"; font-size: 90%; }
.font2 {font-family:"Times"; font-size: 80%; }

.top {vertical-align: top}

.down {postition:bottom}
