html {
    height:100%;
}

body {
    background-color:#3f1614;
    width:100%;
    height:100%;
    color:#ffffff;
    font-size:16px;
    font-family:Times New Roman,serif;
    text-align:left;
    padding:0px;
    margin:0px;
}

img {
    border:0;
}

/*Text styles*/
h1 {
    font-size:24px;
}

h2 {
    font-size:20px;
    font-weight:normal;
}

h3 {
    font-size:18px;
    font-weight:normal;
    font-style:italic;
}

hr {
    height:1px;
    border:0;
    color:#9999ff;
    background-color:#9999ff;
    width:50%;
}

p {
}

a {
    color:#9999ff;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.footer {
    font-size:10px;
}

a.footer {
    color:#333399;
}

.photoCats {
    float:right;
}

.sideTitle {
    font-size:18px;
}

/*Layout objects*/
#all {
    width:980px;
    height:100%;
    background-color:#3f1614;
    margin:0 auto 0 auto;
}

#top {
    width:1000px;
    height:184px;
    background:url(../images/top.jpg) no-repeat;
}

#navbar {
    position:relative;
    left:170px;
    top:100px;
    width:343px;
    margin:0;
}

#page {
    width:1000px;
    background:url(../images/borderMiddle.jpg) repeat-y;
}

#side {
    width:232px;
    height:100%;
    margin:0;
    padding-right:2px;
    float:left;
    position:relative;
    left:93px;
    overflow:auto;
}

#main {
    width:635px;
    height:100%;
    margin:0;
    padding-right:2px;
    float:left;
    position:relative;
    left:50px;
    overflow:auto;
}

#bottom {
    position:relative;
    width:1000px;
    height:12px;
    padding-top:23px;
    text-align:center;
    background:url(../images/borderBottom.jpg) top no-repeat;
}

.photo {
    padding:10px;
}

td.thumb {
    height:95px;
}
