div#content {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 375px;
	margin-left: -75px;
}

div#content p {
    font-family: arial;
    font-size: 11px;
    line-height: 15px; 
    font-weight: bold;
    color: #000;
    text-align: left;
	padding-left: 10px;
	padding-right: 15px;
}

div#content h1 {
    font-family: arial;
    font-size: 11px;
    line-height: 15px; 
    font-weight: bold;
    color: #4b8ca2;
    text-align: left;
	padding-left: 10px;
	padding-right: 25px;
}

div#content h2 {
    font-family: arial;
    font-size: 15px;
    line-height: 20px; 
    font-weight: bold;
    text-align: left;
	padding-left: 10px;
	padding-right: 25px;
}

.toplink {
    font-size: 9px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    font-family: arial;
    line-height: 15px; 
    text-align: left;
	padding-left: 10px;
	background: #fff;
}

a {
    text-decoration: none;
    color: #000;
    background: #acd3e1;
}

.storycontent {
    display: block;
}