body {
//    font-family: "Comic Sans MS", Serif; 
    background-color: #333333;
}
h2 {
    text-align: center;
}

div.content {
    position: absolute;
    height: 642px;
    width:  800px; 
    margin: 0px 0px 0px -400px;
    top: 10%;
    left: 50%;
    padding: 0px;
    overflow: hidden;
}
div.top {
    position: relative;
    height: 48px;
    width: 100%; 
    margin: 0 0 0 0;
    background-color: #f5f5f5;
    padding: 2px 1em;
}
div.topleft {
    width: 55%; 
    height: 48px;
    padding: 0px;
    margin: 0px;
    float: left;
}
div.topright{
    width: 45%; 
    height: 48px;
    padding: 0px;
    margin: 0px;
    float: right;
    vertical-align: text-bottom;
}
div.main {
    position: relative;
    height: 520px;
    width: 800px; 
    top: 1em;
    margin: 0px;
    background-color: #f5f5f5;
    padding: 0px;
}  
div.mainrow {
    position: relative;
    width: 100%; 
    margin: 0 auto 0 auto;
    padding: 0px;
}  
div.image {
    width: 392px; 
    height: 242px;
    padding: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
    overflow: hidden;
}
div.text {
    width: 400px;
    height: 250px;
    padding: 0px;
    margin: 0px;
    float: left;
    background-color: #f5f5f5;
}  

div.caption {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
div.caption p { font-effect:outline;}
div.left   { }
div.right p { right:0; position:absolute; }
div.top    { }
div.bottom p {
    bottom:0;
    position:absolute;
}

div.footer {
    position: relative;
    height: 72px;
    width: 100%;
    margin: 0 0;
    bottom: 5px;
    padding: 5px 0;
    text-align: center;
    background-color: #333333;
    color: #f5f5f5;
}
a {
    text-decoration: none;
    color: black;
}
a.u {
    text-decoration: underline;
    color: black;
}
a.b {
    font-weight: bold;
}
p {
    margin: 1em 1em 1em 1em;
}
