/* CSS Document */
#wrapper
{
z-index:1;
position: fixed;
top:0px;
left:0px;
background-image:url('/images/fixedtop.png');
background-repeat:repeat-x;
width: 100%;
height: 50px;
}
#wrapper3
{
z-index:2;
position: fixed;
top:8px;
background-attachment:fixed;
text-indent: 875px;
width: 100%;
height: 50px;
font-family: Arial;
font-size: 16px;
}
#wrapper4
{
z-index:3;
position: fixed;
top:8px;
background-attachment:fixed;
text-indent: 10px;
width: 100%;
height: 50px;
font-family: Arial;
font-size: 16px;
}
#wrapper5
{
z-index:4;
position: fixed;
top:8px;
background-attachment:fixed;
text-indent: 600px;
width: 100%;
}
h1
{
font-family:Arial;
font-weight:800;
color:#333333;
}
#wrapper3 a:link {color:#FFFFFF; text-decoration:none;}     /* unvisited link */
#wrapper3 a:visited {color:#FFFFFF; text-decoration:none;}  /* visited link */
#wrapper3 a:hover {color:#FFFFFF; text-decoration:underline;} /* mouse over link */
#wrapper3 a:active {color:#FFFFFF; text-decoration:none; }  /* selected link */

#wrapper4 a:link {color:#FFFFFF; text-decoration:none;}     /* unvisited link */
#wrapper4 a:visited {color:#FFFFFF; text-decoration:none;}  /* visited link */
#wrapper4 a:hover {color:#FFFFFF; text-decoration:underline;} /* mouse over link */
#wrapper4 a:active {color:#FFFFFF; text-decoration:none; }  /* selected link */

