#left {
    float: left;
    overflow: hidden;
    width: 480px;
} #middle {
    float:left;
    overflow:hidden;
    width: 12px;
} #right {
    float: left;
    overflow: hidden;
    width: 480px;
} #box1 {
    border: solid black 2px;
    padding: 5px;
    width: 466px;
    margin-bottom: 16px;
} #box2_outer {
    overflow:hidden;
    width: 480px;
    height:200px;
    max-height:200px;
    background-image: url('../images/circle-marker.gif');
} #box2 {
    margin-top: 50px;
    overflow:hidden;
    width: 480px;
} #box2 #box2_1 {
    float:left;
    text-align:right;
    overflow:hidden;
    width: 190px;
    font-size: 1.6em; /* 12pt/16px, Rel 10px */
    padding-right: 10px;
    font-weight:bold;
} #box2 #box2_2 {
    float:left;
    width: 280px;
    overflow:hidden;
} #box2 #box2_3 {
    clear:both;
    width: 370px;
    padding:0px 55px 0px 55px;
    overflow:hidden;
    color: #555555;
    text-align:center;
    font-size: 1.3em;
} #box3 {
    border: dotted black 2px;
    width: 466px;
    background-color: #FFFF99;
    padding: 5px;
    margin-top: 16px;
} #box3 img {
    float:left;
    margin: 0px 5px 5px 0px;
} #box3 #quote {
    color: #005599;
    font-weight:bold;
    text-align:center;
} .register {
    background: url('../images/register.png');
    display:block;
    clear:both;
    width: 205px;
    height: 36px;
    margin: 5px 0px 5px 0px;
    cursor:pointer;
} .register:hover {
    background-position: 0px -38px;
    outline:none;
} .register:active {
    background-position: 0px -75px;
    outline:none;
}







h1, h2 {
    color: #005599;
} h3 {
    font-size: 1.9em;
    font-weight:500;
}
