body {
    font-family: 'Verdana';
    font-size  : small;
    text-align : center;
    margin-top : 10px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

#view_box {
    width: 526px;
    vertical-align:top;
}

#main_title {
    color      : #000;
    font-weight: bold;
    font-size: medium;
    text-align : center;
}

.sub_title
{
    color      : #C30;
    font-weight: bold;
}

#main_box {
    text-align: left;
    width     : 760px;
    margin: 0 auto;
}

#head_box {
    background: #000;
    width     : 100%;
}

#head_banner {
    height: 64px;
}

#head_text {
    color      : #FC0;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size  : medium;
}

#head_sep {
    height    : 8px;
    background: url(images/capture-screen-between.gif);
}

#head_menu {
   height    : 28px;
   background: #10336C;
}

#menu_box {
    width         : 150px;
    height        : 600px;
    background    : #10336C;
    text-align    : center;
    font-weight   : bold;
    border-bottom : 1px solid #10336c;
    vertical-align: top;
}

#menu_box a {
    color: #FC3;
}

#menu_box a:hover {
    color: #FF3;
}

#view_box {
    border-color: #10336C;
    border-style: solid;
    border-width: 1px;
    padding     : 18px 40px;
}

#copyright_box {
    text-align: center;
    padding   : 1.5em;
}

.centered {
    text-align: center;
}

.xder_screen_tag {
    background : #FF0;
    color      : #F00;
    font-weight: bold;
}

.small_title {
    font-weight: bold;
}

#uses li {
    list-style: url(images/screen-capture-listarrow.gif);
    margin-bottom: 1em;
}

.numimg {
    float:left;
    height:1.8em;
    margin:0.2em 0.4em 0 0.2em;
    width:1.5em;
}


