body {

font-family: Arial,Helvetica,sans-serif;

font-weight: normal;

font-style: normal;

text-transform: none;

text-align: left;

font-size: medium;
line-height: normal;

color: black;

background-color: white;
width: 100%;
  height: 100%;

z-index: 0;
overflow:hidden;

}


#head {

position:absolute;
left: 0px;
top:0px; 
border-style: none;

background-image: url(images/headbg.gif);

background-repeat: repeat-x;

z-index: 2;

width: 100%;

height: 150px;
text-align:right;
}


#links {
position:absolute;
left: 0px;
top:0px;
padding-top:200px;
width: 20%;

background-color: red;

height: 100%;

z-index: 1;

}


#main {
position:absolute;
left: 25%;
top:200px;
width: 75%;

background-color: white;

height: 75%;

z-index: 1;
overflow:auto;

}


td {
valign:bottom;
border:1px;
padding-left:10px;
}

td.link {
border:0px;
padding-left:0px;
}

table.pics {
border-width:1px;
border-color:red;
border-style:solid;
width:75%;
}

hr {
color:red;
background: red;
height:1px;
width:90%;
border:0px;
margin-left:0px;
}

a:link {
position:relative;
left: 50px;
color: white;
font-size: x-large;
text-decoration: none; 
text-underline: none
}

a:visited {
color: white;
}

a:hover {
color: black;
}

a:active {
color: white;
}

a:focus {
color: black;
}