html {
    margin: 0px;
}

body {
    background-color: #484848;
    color: #C4C4C4;
    font-family: sans-serif;
}


h1, h2, h3, .menuItems {
    font-family: 'Prestige Elite Std', 'Courier', 'Courier New', 'Serif';
}

.menuItems, .menuItems a, .menuItems a:hover, .menuItems a:active, .menuItems a:visited {
    font-size: 17px;
    text-decoration: none;
    color: #C4C4C4;
}

h1 {
    margin-top: 10px;
    margin-left: 15px;
    font-weight: 100;
    font-size: 60px;
    margin-bottom: -20px;
}

.menu {
    margin-left: 52px;
}

#header {
    margin-top: 0px;
    padding-top: 0px;
}

#container {
    background-color: #575252;
    width: 960px;
    margin: auto;
    margin-top: 0px;
    padding-top: 0px;
}
#brushesContainer {
    background-color: #575252;
    width: 936px;
    margin: auto;
    margin-top: 0px;
    padding-top: 0px;
}

#homeButton {
    float: right;
    position: relative;
    top: 12px;
    margin-right: 20px;
}
#homeButton:hover {
    cursor: pointer;
}

#sideMenu {
    width: 160px;
    height: 463px;
    float: left;
    text-align: center;
}
#mainContent {
    width: 600px;
    height: 463px;
    text-align: center;
    float: left;
}
#rightContent {
    width: 200px;
    height: 463px;
    float: left;
    text-align: center;
}
#rightContent .workTitle {
    margin: auto;
    margin-top: 166px;
    width: 80%;
}
#rightContent .workMedia {
    margin-top: 28px;
    font-size: 13px;
}

.oilPaintings #sideMenu, .oilPaintings #mainContent, .oilPaintings #rightContent {
    background-image: url('/img/yellow_bg.gif');
    background-repeat: repeat-x;
    background-position: 0px 100px;
}
.illustrations #sideMenu, .illustrations #mainContent, .illustrations #rightContent {
    background-image: url('/img/blue_bg.gif');
    background-repeat: repeat-x;
    background-position: 0px 100px;
}

#thumbnails img {
    display: block;
    margin: auto;
    height: 72px;
    margin-top: 5px;
}
#thumbnails img.first {
    margin-top: 25px;
}
#thumbnails img.prevThumb {
    margin-top: 19px;
}
#thumbnails img.last {
    margin-top: 19px;
}

#centerContent {
    width: 95%;
    margin: auto;
}

#image {
    height: 400px;
    width: 600px;
    border: 1px solid #000000;
    margin-top: 4px;
    background-color: #006FFF;
}
#imageContainer {
    width: 605px;
    text-align: center;
}
#imageContainer table {
    text-align: center;
    margin: auto;
}
#brushesLoader {
    padding-top: 200px;
    padding-bottom: 200px;
}
#imageContainer table td {
    font-size: 12px;
}
#imageContainer table .workTitle {
    text-align: left;
}
#imageContainer table .workMedia {
    text-align: right;
}
.copyright {
    font-size: 9px;
    margin: 3px;
    color: #9F9F9F;
}

#footer {
    margin-bottom: 0px;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    background-image: url('/img/brush.gif');
    background-position: right;
    background-repeat: no-repeat;
}
.bottomMenu a, .bottomMenu a:hover, .bottomMenu a:active, .bottomMenu a:visited {
    color: #C4C4C4;
    text-decoration: none;
}
.bottomMenu a:hover{
    text-decoration: underline;
}
.bottomMenu {
    font-size: 13px;
    font-weight: normal;
    margin: 20px;
}
#bioPhoto {
    width: 300px;
    height: 200px;
    float: right;
    border: 1px solid #000000;
    margin: 8px;
    margin-left: 20px;
}

.textContent, .awardsContent {
    text-align: justify;
    padding-top: 22px;
    line-height: 22px;
    font-size: 14px;
}

#brushBody img:hover { cursor: pointer; }
/* positioned things */

#brushTitles div {
    position: relative;
}
#brushTitles div a{
    font-family: 'Prestige Elite Std', 'Courier', 'Courier New', 'Serif';
    font-size: 18px;
    text-decoration: none;
}
#brushTitles .bio {
    top:  -400px;
    left: 400px;
}

.prevButton, .nextButton, .curThumb, .brushLink {
    cursor: pointer;
}
#thumbnails img.toolLink {
    border: none;
}

/* links page */
#linkContainer {
    min-height: 400px;
    width:      787px;
    background-image: url(/img/links_bg.gif);
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 18px;
}
#linkBox {
    margin: auto;
    padding-top: 12px;
    margin-top: 24px;
    text-align: center;
}
#linkBox a, #linkBox a:active, #linkBox a:hover {
    display: block;
    font-family: 'Prestige Elite Std', 'Courier', 'Courier New', 'Serif';
    font-size: 22px;
    padding-top: 12px;
    text-decoration: none;
    color: #c5e2a0;
}
#linkBox a:hover {
    text-decoration: underline;
}
.uglyYellow { color: #ffc284; }
.contactData, .contactData a, .contactData a:hover, .contactData a:active  { color: #cabbbe; text-decoration: none; font-family: Courier New; font-size: 20px; font-weight: normal; }
