body {
    background: rgb(82, 146, 206) url(images/main_bkgd.jpg) top repeat-x; 
}

#main_content {
    width: 771px;
    margin: auto;
    left: 0;
    right: 0;
    background: url(images/bkgd.jpg); 
    border-bottom: 1px solid rgb(0, 71, 138);
    text-align: center;
    margin-top: 20px;
}

#header {
    border-top: 1px solid rgb(0, 71, 138);
    text-indent: -5000em;
    background: url(images/header.jpg) top no-repeat;
    height: 292px;
    position: relative;
}

#header a {
    position: absolute;
    display: block;
    width: 771px;
    height: 292px;
    top: 0px;
    left: 0px;
}

#links {
    overflow: hidden;
    margin-left: 35px;
}

#links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#links li {
    float: left;
}

#links li a {
    display: block;
}

#upload_link {
    width: 245px;
    height: 51px;
    background: url(images/upload.jpg) 0px 0px no-repeat;
    text-indent: -5000em;
}

#upload_link:hover, #upload_link:active {
    background: url(images/upload.jpg) -245px 0px no-repeat;
    border: none !important;
}

.current_page #upload_link {
    background: url(images/upload.jpg) -245px 0px no-repeat;
}

#listen_link {
    width: 261px;
    height: 51px;
    background: url(images/listen.jpg) 0px 0px no-repeat;
    text-indent: -5000em;
}

#listen_link:hover, #listen_link:active {
    background: url(images/listen.jpg) -261px 0px no-repeat;
    border: none !important;
}

.current_page #listen_link {
    background: url(images/listen.jpg) -261px 0px no-repeat;
}

#info_link {
    width: 185px;
    height: 51px;
    background: url(images/info.jpg) -185px 0px no-repeat;
    text-indent: -5000em;
}

#info_link:hover, #info_link:active {
    background: url(images/info.jpg) 0px 0px no-repeat;
    border: none !important;
}

.current_page #info_link {
    background: url(images/info.jpg) 0px 0px no-repeat;
}

#footer {
    width: 771px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 10px;
}

#footer img {
    border: none
}

p, #prev_next, .gallery_item{
    font: 12px Courier, Helvetia, Arial, sans-serif;
    color: rgb(86, 52, 38);
    padding-left: 10px;
    padding-right: 10px;
}

em {
    color: red;
}

.star {
    margin-top: 15px;
    margin-bottom: -15px;
}

#form_boxes {
    width: 500px;
    text-align: left;
    margin-left: 220px;
}

.sosumi {
    font-size: 10px;
}

.cover {
    width: 600px;
    text-align: left;
    overflow: hidden;
    margin-left: 85px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(86, 52, 38);
    position: relative;
}

.cover img {
    float: left;
    margin-right: 10px;
    border: 1px solid rgb(86, 52, 38);
}

.cover h2{
    font: 14px Courier, Helvetia, Arial, sans-serif;
    color: rgb(86, 52, 38);
}

.download {
    text-indent: -5000em;
    height: 37px;
    width: 165px;
    background: url(images/download.gif) 0px 0px no-repeat;
    display: block;
    margin-left: 110px;
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.download:hover {
    background: url(images/download.gif) -165px 0px no-repeat;
    border: none !important;
}

#more_info{
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

#cripplecrow {
    position: absolute;
    top: 163px;
    left: 121px;
    width: 200px;
    height: 19px;
    background: url(images/cripplecrow.jpg) 0px 0px no-repeat;
    text-indent: -5000em;
}

#cripplecrow:hover {
    background: url(images/cripplecrow.jpg) -200px 0px no-repeat;
    border: none !important;
}

#xl_devendra {
    position: absolute;
    top: 219px;
    left: 70px;
    width: 307px;
    height: 31px;
    background: url(images/xl_devendra.jpg) 0px 0px no-repeat;
    text-indent: -5000em;
}

#xl_devendra:hover {
    background: url(images/xl_devendra.jpg) -307px 0px no-repeat;
    border: none !important;
}

#main_text {
    /* background: url(images/triangles.jpg) center no-repeat;*/
    min-height: 269px;
}

.front_page {
    padding-top: 20px;
    min-height: 249px !important;
    overflow: hidden;
}

.front_page p, p.larger_text {
    font-size: 14px;
}

a {
    color: rgb(70, 118, 161);
    text-decoration: none;
}

.underline:hover {
    border-bottom: 1px solid rgb(70, 118, 161);
}

#prev_next {
    clear: both;
    border-top: 1px solid rgb(86, 52, 38);
    padding: 10px;
}

.image_title {
    margin: 0;
    width: 138px;
    
}

.image_creator {
    margin: 0;
    width: 138px;
}

.gallery_item {
    width: 138px;
    height: 138px;
    float: left;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.gallery_item img {
    margin-bottom: 5px;
}

.gallery_item .image_title {
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.gallery_item .image_creator {
    display: block;
}

#gallery_container {
    padding-left: 20px;
    margin-top: 10px;
    background: url(images/triangles.jpg) center no-repeat;
    min-height: 269px;
}

.warning {
    color: red;
}

.float_right {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

/* IE 5 mac fixes: */

/*\*//*/

  #links {
    margin-left: 0px;
}

#upload_link {
    margin: 0 !important;
    margin-left: 15px !important;
}

#info_link {
    margin: 0 !important;
    margin-left: 1px !important;
}

/**/
