a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #000;
    font-family: "Trebuchet MS" sans-serif;
}
#wrap {
    margin-left: auto;
    margin-right: auto;
    width: 900px;

}

#menu ul {
    margin: 0px;
    padding: 0px;
    float: left;
}

#menu ul li {
    display: block;
    float: right;
    position: relative
}

#menu ul li a {
    color: #eed68f;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    overflow: hidden;
    height: 40px;
}

#menu ul li a:hover {
    background-color: #d0a240;
    text-decoration: none;
}

#menu ul li a span {
    font-size: 1.2em;
}

#menu ul li #selected {
    background-color: #d0a240;
}

#address {
    font-family: "Impact", "Charcoal", sans-serif;
    color: #eee; 
}

/* individual page styling */

#index {
    position: relative;
    height: 675px;
    background: url("../images/index_bg.jpg") no-repeat;
}

#index #address {
    position: absolute;
    top: 600px;
    left: 30px;;
    font-size: 1.3em;
    letter-spacing: .1em;
}

#about {
    position: relative;
    width: 900px;
    height: 1335px;
    background: url("../images/about_us_bg.jpg") no-repeat;
}

#about #address {
    position: absolute;
    top: 260px;
    left: 50px;
    font-size: .9em;
}

#about #description {
    position: absolute;
    top: 350px;
    right: 45px;
    width: 450px;
}
#about #description p {
    color: #fff;
    font-size: .8em;
    text-align: justify;
    line-height: 1.7em;
    text-indent: 20px;
}

#newsinfo {
    position: relative;
    width: 900px;
    height: 675px;
    background: url("../images/newsinfo_bg.jpg") no-repeat;
    color: #fff;
}

#newsinfo #address {
    position: absolute;
    top: 150px;
    left: 25px;
    font-size: .8em;
}


#newsinfo #info {
    position: absolute;
    top: 310px;
    left: 30px;
    width: 210px;
}

#newsinfo #info .item {
    padding-bottom: 10px;
}

#newsinfo #info .item .date {
    font-size: 1.5em;
}

#newsinfo #info .item .description {
    padding-left: 15px;
}

#newsinfo #contact {
    position: absolute;
    top: 561px;
    left: 250px;
}

#newsinfo #contact a {
    color: #ddd;
}

#newsinfo #contact a:hover {
    color: #aaa;
}

#newsinfo #news {
    font-size: .8em;
    text-align: justify;
    position: absolute;
    top: 160px;
    left: 300px;
    width: 560px;
    height: 210px;
    overflow-x: auto; /*for non-javascript gracefulness*/
}

#newsinfo #news .item {
    padding-bottom: 5px;
}

#newsinfo #news .item .date {
    font-weight: bold;
}

#newsinfo #news .item .description {
    padding-left: 15px;
    padding-top: 0px;
}

#newsinfo #news .item .description p {
    margin: 0px;
}


#newsinfo #news #morebutton {
    position: absolute;
    text-align: right;
    top: 185px;
    right: 25px;
    display: none; /*for non-javascript gracefulness*/
}
#newsinfo #news #morebutton button {
    cursor:pointer;
    border:outset 1px #ccc;
    background:#444;
    color:#fff;
    padding: 0px;
    margin: 0px;
}

#newsinfo #news #lessbutton {
    position: absolute;
    text-align: left;
    top: 185px;
    right: 500px;
    display: none; /*for non-javascript gracefulness*/
}
#newsinfo #news #lessbutton button {
    cursor:pointer;
    border:outset 1px #ccc;
    background:#444;
    color:#fff;
    padding: 0px;
    margin: 0px;
}

#newsinfo #thanks {
    position: absolute;
    top: 450px;
    right: 145px;
    width: 285px;
    height: 70px;
    overflow-y: auto;
    font-size: .9em;
    text-align: center;
    font-style: italic;
}

#artists {
    position: relative;
    width: 900px;
    height: 884px;
    background: url("../images/artists_bg.jpg") no-repeat;
    color: #fff;
}

#artists #address {
    position: absolute;
    top: 215px;
    left: 30px;
    font-size: .9em;
}

#artists #artistlist {
    position: absolute;
    top: 350px;
    left: 40px;
}

#artists #artistlist ul {
    list-style-type: none;
    padding-left: 0px;
}

#artists #artistlist ul li {
    line-height: 1.2em;
    font-size: 1.4em;
}

#artists #artistlist ul li a:hover {
    text-decoration: none;
}

#artists #paintingbox {
    position: absolute;
    top: 350px;
    left: 400px;
    width: 350px;
    font-size: .8em;
    text-align: center;
}

#artists #paintingbox img {
    margin-bottom: 10px;
    border: 2px solid black;
}

#artists #paintingbox #description {
    font-size: .9em;
}
#artists #paintingbox #description dimensions {
    padding-left: 10px;
}

#indartist {
    position: relative;
    width: 800px;
    height: 1090px;
    background: url("../images/ind_artist_bg.jpg") no-repeat;
    color: #fff;
}

#indartist #info {
    position: absolute;
    left: 292px;
    top: 117px;
    width: 450px;
    font-size: .8em;
}

#indartist #info #contact {
    text-align: center;
    font-style: italic;
    padding-top: 2px;
}

#indartist #info p {
    margin-top: 3px;
    margin-left: 10px;
    padding-right: 5px;
    text-align: justify;
    height: 115px;
    overflow-y: auto;
    line-height: 1.5em;
}

#indartist #instructions {
    position: absolute;
    top: 290px;
    width: 300px;
    left: 20px;
    text-align: center;
}

#indartist #artworkflow {
    position: absolute;
    top: 310px;
    width: 300px;
    left: 20px;
}

#indartist #artworkflow .item {
    height: 140px;
    width: 140px;
    padding: 5px;
    float: left;
    text-align: center;
}

#indartist #artworkflow .item a img {
    border: 0px;
}

#indartist #artwork {
    position: absolute;
    top: 340px;
    right: 50px;
    width: 400px;
    font-size: .8em;
    text-align: center;
}

#indartist #artwork img {
    padding: auto;
}

#fourohfour {
    position: relative;
    height: 675px;
    background: url("../images/index_bg.jpg") no-repeat;
}
#fourohfour #main {
    color: #FFFFFF;
    font-weight: bold;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 540px;
    font-size: .9em;
}