body
{
margin: 0;
padding: 0;
}

#wrapper
{
margin: 0 auto;
width: 800px;
background: url(images/ArtGallery/WrapperBG.gif) top left no-repeat;
font-family: arial, helvatica, sans-serif;
font-size: 13px;
}

#header1
{
margin: 0px;
margin-left: 10px;
width: 790px;
height: 125px;
padding: 0px;
background: url(images/ArtGallery/Header1.gif);

}

#photos
{
margin-left: 10px;
margin-top: 25px;
width: 300px;
float: left;
margin-bottom: 50px;
}

#nexttophotos
{
padding: 0px;
margin: 0px;
float: right;
width: 450px;
margin-bottom: 50px;
}

#artistname
{
left: 48%;
position: absolute;
top: 500px;
}


#biographyheader
{
clear: both;
margin-left: 10px;
width: 790px;
height: 64px;
background: url(images/ArtGallery/BiographyHeader.gif);
}

#biographycontent
{
margin-top: 10px;
margin-left: 10px;
margin-bottom: 50px;
}


#ExhibitHistoryContent
{
margin-top: 10px;
margin-left: 10px;
margin-bottom: 50px;
}

#ExhibitHistory
{
clear: both;
padding-top: 75px;
margin-left: 0px;
padding-left: 10px;
width: 790px;
background: url(images/ArtGallery/ExhibitHistoryHeader.gif) no-repeat;
}


#historyleft
{
float: left;
width: 500px;
}

#historyright
{
float: right;
width: 250px;
}


a:link
{ 
color: #996699; 
font-weight: bold;
text-decoration: none;
}
a:visited
{ 
color: #996699; 
font-weight: bold;
text-decoration: none;
}
a:hover
{
color: #996699; 
font-weight: bold;
text-decoration: none;
}
a:active
{ 
color: #996699; 
font-weight: bold;
text-decoration: none;
}





