body{
background-color:black;
}

a img
{
text-decoration: none;
outline: none;
margin: 0px;
padding: 0px;
border-width: 0;
border-style: none;
}

p{
font-family: helvetica, arial, sans-serif;
font-size: 0.85em;
line-height: 1.3em;
color: #202020;
}

.content-container{
background-image: url(../images/containerbg.png); 
width:700px;
height: 465px;
position: absolute;
top: 145px;
left: 0px;
}


.text-container{
position: absolute;
left: 50px;
top:0px;
padding: 20px 55px 10px 25px;
width: 570px;
overflow: auto;
height:435px;

}



.text-container a{
text-decoration: underline;
color: #202020;
}

#imglink{
text-decoration:none;
border:0px;
}

.text-container a:hover{
color: #6b7789;
}

#mastheadimg{
position: absolute;
top:101px;
left: 75px;
}

.navcontainer{
background-image: url(../images/navbg.png);
height: 40px;
width: 651px;
position: absolute;
left: 49px;
top: 611px;
color: #a6b1c3;
}

.navcontainer a{
font-family: helvetica, arial, sans-serif;
font-size: 0.85em;
line-height: 1.3em;
color: #555f6f;
text-decoration:none;
padding: 0px 5px 0px 5px;
}

.navcontainer a:hover{
text-decoration:underline;
color: #202020;
}

.navcontainer ul{
list-style-type:none;
padding: 10px 65px 10px 25px;
margin:0px;
}

.navcontainer li{
display:inline;
padding:0px;
margin:0px 15px 0px 0px;
}

.smalltext{
font-size: 0.7em;
margin-bottom: 20px;
}

