
#main
{
top: 100px;
text-align:left;
z-index: 1;
}
#main .content A { text-decoration: underline; }
#wrapper
{
width: 100%;
height: 100%;
}

.contentbox
{
background-color: #2B3743;
width: 100%;
margin-bottom: 20px;
border: 1px solid #999999;
}
.contentbox .content
{
font-size: 12px;
padding: 8px;
}
.contentbox .top
{
background-color: #9FBCE3;
border-bottom: 1px solid #999999;
padding: 4px;
color: #000000;
font-weight: bold;
font-size: 14px;
text-align: center;
}
