html, body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0px;
    border:0px;
    text-align:center;
}
#main_container {
    position:relative;
    width:700px;
    height:300px;
    margin:auto;
    background-color:#FFFFFF;
    text-align:left;
    border:1px #000000 solid;
}
.content {
    width:500px;
    height:300px;
    float:left;
    overflow: auto;
}
.normal_content {
    padding:10px;
}
.flash_content {
    padding:0px;
}
.right {
    float:right;
    height:295px;
    width:195px;
    text-align:right;
    padding-top:5px;
    padding-right:5px;
}
h1 {
    margin:0px;
    padding:0px;
    border:0px;
    font-size:18px;
}
.subtitle {
    font-size:12px;
    color:#666666
}
.subtitle a:link { font-size:12px; color:#666666; text-decoration:none }
.subtitle a:visited { font-size:12px; color:#666666; text-decoration:none }
.subtitle a:hover { font-size:12px; color:#666666; text-decoration:underline }

.contact {
    font-size:10px;
    color:#666666;
}
.contact a:link { font-size:10px; color:#666666; text-decoration:none }
.contact a:visited { font-size:10px; color:#666666; text-decoration:none }
.contact a:hover { font-size:10px; color:#666666; text-decoration:underline }

a:link { font-size:12px; color:#000000; text-decoration:none }
a:visited { font-size:12px; color:#000000; text-decoration:none }
a:hover { font-size:12px; color:#666666; text-decoration:none }