a {
 text-decoration: none;
}

a img {
 border-style: none;
}

#selected {
    border: solid 3px #FF4500;
}

blockquote {
    border: 1px dotted blue;
    padding: 15px;
}

.icon {
    width: 48px;
    height: 48px;
}

.fig {
    float: right;
    margin: 0px 0px 10px 10px;
}

#outer {
    width: 1100px;
}

#header {
    padding-left: 50px;
    width: 900px;
    height: auto;
}

#menu {
    width: 160px;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}

#menu ul, #menu li {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

#menu li {
    display: inline;
}

#menu a, #menu a:link, #menu a:visited {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #336699;
    border: 2px outset #006699;
    display: block;
    padding: 5px 10px;
    width: auto;
    height: auto;
}

#menu a:hover {
    color: #FFFFFF;
    background-color: #3399CC;
    border: 2px inset #006699;
}

#content {
    width: 500px;
    height: auto;
    float: left;
    margin-left: 20px;
}

#content dd {
    padding-top: 5px;
    padding-bottom: 20px;
}


#pict {
    width: 900px;
    float: left;
    margin-left: 20px;
}

#main {
    width: 580px;
    float: left;
}

#thumbnail {
    width: 580px;
    float: left;
}

#user_info {
    width: 260px;
    height: auto;
    float: left;
    margin-left: 10px;
}

#browse {
    width: 920px;
    float: left;
    margin-left: 20px;
}

#thumbnail_matrix {
    width: 600px;
    float: left;
}

#recent_users {
    width: 260px;
    height: auto;
    float: left;
    margin-left: 10px;
}

td {
 text-align: center;
}

td.radio {
 text-align: left;
}

p#main_img {
 text-align: center;
}

p#main_mov {
 text-align: center;
}

table#thumbtable_7 {
 width: 100%;
 table-layout: fixed;
}

table#thumbtable_5 {
 width: 600px;
 table-layout: fixed;
}

.page_navi ul {
        list-style: none;
        margin-top: 5px;
        font-weight: bold;
        margin-left: 0;
        padding-left: 0;
}

.page_navi li {
        display: inline;
        line-height: 1.4;
        white-space: nowrap;
}

.page_navi li span {
        text-decoration: none;
        padding: 0.2em 0.5em;
        color: #fff;
        background: #f60;
        border: 1px #f60 solid;
}

.page_navi li a {
        text-decoration: none;
        padding: 0.2em 0.3em;
        border: 1px #D3D3D3 solid;
}

.page_navi li a:hover {
        color: black;
        background: #fc0;
}

#disclaimer li {
    font-size: smaller;
}

table.config {
    border-collapse: collapse;
}

table.config th {
    text-align: center;
    border-width: 2px 0px;
    border-color: glay;
    border-style: solid;
    padding: 0.3em;
}

table.config th.command {
    width: 16%;
}

table.config th.option {
    width: 24%; 
}

table.config th.desc {
    width: 60%;
}

table.config td {
    text-align: left;
    border-width: 1px 0px;
    border-color: glay;
    border-style: solid;
    padding: 0.3em;
}

