* {
    font-family:Arial;
    color:#ccc;
    border:0px solid red;
}
body {
    height: 100%;
    background: #333;
    
}
a:link, a:hover, a:visited, a:active {
    color:#eee;
}
#content {
    margin:50px auto 50px auto;
    width:80%;
    border: 0px solid #fff;
    padding:2px;
}
#banner {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background:#444;
    border: 0px solid #fff;
    height:20px;
}
#body {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    min-height:100px;
    background:#444;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #111;
    border-right: 1px solid #222;
    margin-top:10px;
}
#body_text {
    padding:5px;
}
#navigation {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin-top:5px;
    height:25px;
    background:#444;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #111;
    border-right: 1px solid #222;
}
#navigation_text {
    text-align:center;
}
#navigation_text * {
    text-decoration:none;
}#navigation_text *:hover {
    text-decoration:underline;
}
#footer {
    letter-spacing:0.2em;
    text-align:center;
    font-size:x-small;
}

.thumb {
    float:left;
    margin:4px;
    border:1px solid #000;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    height:100px;
    width:100px;
}
.thumb_right {
    float:right;
}

#show_case_single_image {
    margin-right: auto;
    margin-left: auto;
} .stl {
    background: url(/design/shadow_top_left.png) no-repeat bottom;
    height: 15px;
    width: 15px;
} .st {
    background: url(/design/shadow_top.png) repeat-x bottom;
    height: 15px;
} .str {
    background: url(/design/shadow_top_right.png) no-repeat top left;
    height: 15px;
    width: 15px;
} .sl {
    background: url(/design/shadow_left.png) repeat-y right top;
    width: 15px;
} .sr {
    background: url(/design/shadow_right.png) repeat-y left top;
    width: 15px;
} .sbl {
    background: url(/design/shadow_bottom_left.png) no-repeat bottom left;
    height: 15px;
    width: 15px;
} .sb {
    background: url(/design/shadow_bottom.png) repeat-x bottom right;
    height: 15px;
} .sbr {
    background: url(/design/shadow_bottom_right.png) no-repeat bottom right;
    height: 15px;
    width: 15px;
}

