body {
background-color: #CFE4E6;
background-position: left bottom;
background-attachment: fixed;
background-image: url(bg.jpg);
background-repeat: repeat-x;
color: #7E9496;
font-family: century gothic, verdana, tahoma, arial;
}

a:link {
color: #97B3B6;
text-decoration: none;
letter-spacing: 2px;
}
a:active, a:visited {
color: #97B3B6;
text-decoration: none;
letter-spacing: 2px;
}
a:hover {
color: white;
text-decoration: none;
letter-spacing: 2px;
}

#wrap {
width: 800px;
margin: 0 auto;
}

#header {
margin-top: 30px;
text-align: center;
}


a.nav:link {
font-size: 95%;
display: block;
text-align: center;
font-variant: small-caps;
color: #7E9496;
text-decoration: none;
width: 100%;
letter-spacing: 2px;
margin-bottom: 6px;
}
a.nav:visited, a.nav:active  {
font-size: 95%;
display: block;
text-align: center;
font-variant: small-caps;
color: #7E9496;
text-decoration: none;
width: 100%;
letter-spacing: 2px;
margin-bottom: 6px;
}
a.nav:hover {
font-size: 95%;
display: block;
background-color: #C1D9DB;
text-align: center;
font-variant: small-caps;
color: #7E9496;
text-decoration: none;
width: 100%;
letter-spacing: 2px;
margin-bottom: 6px;
}

#content {
margin: 0 auto;
text-align: center;
width: 30%;
}

#footer {
padding-top: 90px;
width: 800px;
text-align: center;
font-size: 80%;
margin: 0 auto;
letter-spacing: 2px;
}





