body {
    height : 100%;
    background : #ffffff;
    font-family : Verdana,Geneva,Kalimati,sans-serif;
}
#header-inner, #header-shadow {
    position : relative;
    bottom : 2px;
    right : 2px;
}
#header-shadow {
    background-color : #333333;
}
#header-inner {
    border : 1px solid #000;
    background-color: #333333;
}
#navbar {
    width : 100%;
    height : 30px;
    background-color : #333333;
    text-align : center;
    padding-top : 5px;
    padding-bottom : 5px;
}
#navbar ul {
    font-size : 14px;
}
#navbar li {
    list-style-type : none;
    display : inline;
}
#navbar li a {
    text-decoration : none;
    padding-top : 5px;
    padding-bottom : 5px;
    padding-left : 15px;
    padding-right : 15px;
    color : #fff;
}
#navbar li a:visited {
    color : #ccc;
}
#navbar li a:hover {
    text-decoration : underline;
}
#logospace {
    height : 134px;
    width : 100%;
    padding-top: 2px;
    padding-bottom: 2px;    
    background-color: #cccccc;
    background-repeat : repeat-x; 
    text-align : center;
}
#container {
    position : relative;
    width : 940px;
    background-color : #fff;
    color : #000;
    margin: auto;
}
.content-box {
    position : relative;
    width : 600px;
    background : url('images/content-mid-brown.png') repeat-y left top;
    float : left;
}
.content-box .left {
    width : 30px;
    float : left;
}
.content-box .right {
    width: 570px;
    float : right;
}
.content {
    width : 550px;
    padding : 10px;
    margin : auto;
}
.content h2, h3, h4 {
    color : #000000;
}
.content a {
    text-decoration : underline;
}
.content a:link {
    color : #333333;
}
.content a:visited {
    color : #ccc;
}
.content a:hover {
    text-decoration : underline;
    color : #333333;
}
.clear {
    clear : both;
    height : 0;
    line-height : 0;
}
#jukebox {
    width : 264px;
    height : 327px;
    background : url('images/amp.png') no-repeat;
    float : right;
}
#jukebox-content {
    width : 250px;
    margin : auto;
    padding-top : 5px;
}

#jukebox h4 {
    color : #ffffff;
    font-size : 14px;
    text-align : center;
}
#jukebox, #footer p {
    color : #233550;
    font-size : 12px;
}
#jukebox ul {
    font-family : Palatino, Verdana, sans-serif;
    font-size : small;
    color : #ffffff;
    line-height : 20px;
    white-space : nowrap;
}
#jukebox li {
    list-style-type : none;
}
#jukebox li a {
    text-decoration : none;
    color : #ffffff;
}
#jukebox li a:link {
    color : #ffffff;
}
#jukebox li a:visited {
    color : #e5e5e5;
}
#jukebox li a:hover {
    text-decoration : underline;
    color : #333333;
}

#footer {
    width : 100%;
    border-top : 1px solid #000;
    color : #333333;
    text-align : center;
    margin : auto;
}
#footer p {
    font-size : 10px;
    color : #333333;
}
#footer a {
    text-decoration : underline;
    font-size : 14px;
    color : #000000;
    padding : 7px 10px;
    color : #000000;
}
#footer a:link {
    color : #333333;
}
#footer a:visited {
    color : #ccc;
}
#footer a:hover {
    text-decoration : underline;
    color : #333333;
}
#footer h4 {
    color : #233550;
    font-size : 14px;
    text-align : left;
}
