
body {
padding : 0;
margin : 0;
}

#hdr {
height : 160px;
margin : 0;
padding : 0;
}

#lh-col {
position : absolute;
top :450px;
left : 5px;
width : 20%;
margin : 1px;
padding : 1px;
height : 900px;
z-index : 1;
}

#c-col {
position : absolute;
top :420px;
right :100px;
width : 80%;
margin : 1px;
padding : 1px;
height : 900px;
z-index : 1;
}

#rh-col {
position : absolute;
top :500px;
right :10px;
width : 20%;
margin : 1px;
padding : 1px;
height : 900px;
z-index : 1;
}


A:link {
text-decoration : none;
font-weight : normal;
}
A:hover {
text-decoration : underline;
font-weight : normal;
color : red;
background : transparent;
}
.navigation {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
font-weight : bold;
color : #ffffff;
text-decoration : none;
background-color : #993300;
background : #993300;
display : block;
padding : 8px;
width : 140px;
border : thin InactiveBorder;
border-style : solid;
}
.navigation:hover {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
font-weight : bold;
color : #ffffff;
text-decoration : none;
background-color : #d03d03;
display : block;
padding : 8px;
width : 140px;
border : thin ActiveBorder;
border-style : solid;
}
