/* CSS Document */
body {
background-color:#000;
margin:0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}
h1 {
font-size: 12pt;
font-variant: small-caps;
color: #57A4D2;
}
#wrap {
width:777px;
height:100%;
position: absolute;
left: 50%;
margin-left: -389px;
}
#pic {
width:777px;
height:158px;
float:left;
}
#nav {
width:777px;
height:38px;
float:left;
background-image: url(../gfx/black_bar_bg.gif);
background-repeat: no-repeat;
}
#navtext {
text-align: left;
color:white;
font-size:8pt;
padding: 13px 0 0 10px;
letter-spacing: 1px;
}
#navtext a:link {	
color:white;
font-weight:bold;
text-decoration: none;
}
#navtext a:visited { 
color:white;
font-weight:bold;
text-decoration: none;
}
#navtext a:hover {
text-decoration:underline;
}
#navtext a:active {
font-weight: bold;
text-decoration: underline;
} 
#content {
width:777px;
height:auto;
float:left;
background: white;
}
#contenttext {
margin:10px;
bottom: 10px;
}
#contenttext A {
color:black;
text-decoration: underline;
}
#contenttext A:hover {
text-decoration:none;
}
#blank {
width:777px;
height: 10px;
float:left;
background-color: white;
}
#footer {
width:777px;
height: 38px;
float:left;
background-image: url(../gfx/black_bar_bg.gif);
background-repeat: no-repeat;
}
#footertext {
margin-top: 12px;
font-size:8pt;
text-align: center;
color:white;
}
.img {
margin-left: 10px;
margin-bottom: 5px;
border: solid #000 1px;
float: right;
}
