body {
        background-color: #F5F5F5;
        margin: 0;
}
#page {
        position:relative;
        width:1024px;
        top: 0px;
        left: 0px;
        float: left;
                margin: 0px;
}
#searchrow {
        position:relative;
        width:1024px;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
        height: 72px;
}
#standardrow {
        position:relative;
        width:1024px;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
}
#search_left {
        position:relative;
        width:380px;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
        height: 100%;
}
#search_right {
        position:relative;
        width:644px;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
        background-image: url(../images/search_bg.jpg);
        background-repeat: no-repeat;
        height: 100%;
}
#search_box {
        position:relative;
        top: 22px;
        left: 0px;
        float: left;
        margin: 0px;
        text-align: left;
}
#search_button {
        position:relative;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
        text-align: left;
}
#menurow {
        position:relative;
        width:1024px;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
        height: 33px;
        background-image: url(../images/menu_bg.jpg);
}
#topmenu {
        position:relative;
        top: 6px;
        left: 240px;
        float: left;
        margin: 0px;
        text-align: left;
}
#contentrow {
        position:relative;
        width:1024px;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
        background-image: url(../images/content_bg.jpg);
        background-repeat: repeat;
}

#content_left {
        position:relative;
        width:230px;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
        text-align: left;
}

#content_middle {
        position:relative;
        width:550px;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
        text-align: center;
}
#content_right {
        position:relative;
        width:215px;
        top: 0px;
        left: 0px;
        float: left;
        margin: 0px;
        text-align: center;
}

#content_left_inner {
        position:relative;
        width:220px;
        top: 0px;
        left: 5px;
        float: left;
        margin: 0px;
        text-align: left;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
}
#content_middle_inner {
        position:relative;
        width:540px;
        top: 0px;
        left: 5px;
        float: left;
        margin: 0px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-align: left;
}
#content_right_inner {
        position:relative;
        width:205px;
        top: 0px;
        left: 5px;
        float: left;
        margin: 0px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: left;
}
.menulink {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #FFFFFF;
}