
body {
background-image: url('images/artconduit-gallery-background.jpg');
margin: 0;
padding: 0;

}

#gallery {
position: relative;
display: block;
padding: 0;
margin: 0;
width: 100%;

}

#scroll {
font-size: 10px;
font-family: helvetica, arial, verdana;
color: #b1733d;
margin-bottom: 10px;


}

#content {
position: relative;
width: 250px;
top: 5px;
left: 500px;
font-size: 14px;
font-family: courier, mono-spaced, arial, verdana;
}


#navigation
{
height: 65px;
width: 150px;
float: right;
margin-right: 50px;
margin-top: 20px;
}

#navigation a:link, a:visited {
display: block;
width: 160px;
height: 25px;
padding: 10px;
padding-left: 20px;
font-size: 20px;
font-family: courier, mono-spaced, arial, verdana;
color: #b1733d;
text-decoration: none;
}

#navigation a:hover, a:active {

background-image: url('images/link-active.gif');
background-repeat: no-repeat;


}

#navigation a.current-page {

background-image: url('images/active-link.gif');
background-repeat: no-repeat;
color: #381a11;

}
