/* CSS Document */

body {
background: url(images/background2.jpg) repeat-x center top;
background-repeat: repeat;
color: #000066;
font-family: century gothic;
font-size: 10px;
font-weight: normal;
margin-top: 25px;
}

#page {
width: 696px;
height: 100%;
font-size: 13px;
text-align: left;
border: 5px solid #0033FF;
}

#header {
width: 696px;
height: 200px;
background-image:url(images/banner.jpg);
border-bottom: 5px solid #0033FF;
z-index: 1;
}

#leftNav {
}

#leftNav a{
color: #ffffff;
font-weight: normal;
text-decoration: none;
padding: 6px;
}

#leftNav a:hover {
color: #99ccff;
}

#footer {
font-family: century gothic;
font-size: 10px;
width: 688px;
height: 30px;
background-color:#CC99CC;
padding: 4px;
font-weight: normal;
text-align: center;
z-index: 2;
}
