html
{
    overflow: hidden;
}
body
{
    margin: 0;
    padding: 0;
    background: black url('../images/bg.jpg') no-repeat;
    font-family: 'NothingYouCouldSayRegular';
}

a, a:visited
{
    color: #c5d7de;
    text-decoration: none;
}

a:hover
{
    color: #00ffff;
}

#mainWrapper
{
    width: 880px;
    margin: auto;
}

#contentWrapper
{
    float: left;
    width: 800px;
}

#menuWrapper
{
    padding-top: 65px;
    background: transparent url('../images/sideskirt.png') no-repeat right;
}

.header
{
    height: 48px;
    background: transparent url('../images/topBorder.png') repeat-x bottom;
    display: block;
    cursor: pointer;
}

.header a
{
    color: Black;
}

.footer
{
    clear: both;
    height: 24px;
    text-align: right;
    font: 0.6em bold 'Arial';
    background: transparent url('../images/bottomBorder.png') repeat-x top;
}

.midBody
{
    width: 800px;
    background-color: Black;
}

.counter
{
    font: 0.6em Arial;
    text-align: left;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
}


.leftContent
{
    margin-left: 8px;
    float: left;
    width: 280px;
    height: 420px;
    margin-top: 6px;
    padding: 0;
}

#rightContent
{
    float: left;
    margin-left: 6px;
    margin-top: 6px;
    border: 1px solid #444;
    width: 495px;
    height: 410px;
    background: Black url('../images/readBg.jpg') right;
}

/*photography page*/
#sideMenu
{
    margin-left: 10px;
    float: left;
    font-size: 0.6em;
    width: 200px;
    height: 400px;
    border: 1px solid #444;
    text-align: left;
    color: Yellow;
    line-height: 16px;
}
#sideMenu ul
{
    margin-top: 4px;
    list-style-type: square;
    padding-left: 28px;
}

#sideMenu ul li
{
    margin-bottom: 4px;
    line-height: 30px;
}

#sideMenu ul li a, #sideMenu ul li a:visited
{
    color: White;
    display: block;
    margin-left: 0;
}

#sideMenu ul li a:hover
{
    background-color: #800000;
}


.rightGallery
{
    float: left;
    margin-left: 8px;
    border: 1px solid #444;
    width: 556px;
    height: 380px;
    padding-left: 14px;
    padding-top: 20px;
}

.singleCol
{
    margin-left: 8px;
    border: 1px solid #444;
    width: 768px;
    height: 406px;
    padding-left: 14px;
    padding-top: 20px;
    color: #d5d5d5;
    font-size: 0.8em;
    text-align: justify;
}

.photoOuter
{
    width: 100px;
    text-align: center;
    margin: 4px;
    float: left;
    height: 85px;
}


/*accordion horizontal*/
#rightContent ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#rightContent ul li
{
    float: left;
    display: block;
}

#rightContent ul li a
{
    display: block;
    overflow: hidden;
    width: 27px;
}


#rightContent #a1
{
    width: 438px;
}

#rightContent ul li img
{
    position: absolute;
}

#rightContent ul li .oldp
{
    color: #303030;
    font-size: 0.6em;
    text-align: justify;
    padding: 20px;
    width: 360px;
    height: 380px;
    display: block;
    margin-left: 32px;
}

.oldq
{
    color: #d5d5d5;
    font-size: 0.6em;
    text-align: justify;
    padding: 10px;
    width: 740px;
    margin-left: 22px;
}
/*Bounce*/
#menuWrapper ul
{
    list-style-type: none;
    left: 0;
    margin-top: 0;
}

#menuWrapper ul li
{
    height: 100px;
    width: 16px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    background-color: #a447cf;
}

#menuWrapper ul li a img
{
    display: block;
    border-width: 0;
}

#homebtn a, #homebtn a:visited
{
    float: left;
    width: 44px;
    text-align: right;
    font-family: 'NothingYouCouldSayRegular';
    background-image: url('../images/home1.jpg');
    background-repeat: no-repeat;
    background-position: left;
    color: White;
    padding-right: 10px;
    font-size: 10px;
    line-height: 10px;
}

#homebtn a:hover
{
    background-image: url('../images/home2.jpg');
    color: #800000;
}



