a:link			{
					color: #000000;
					text-decoration: none;
				}
a:visited		{
					color: #000000;
					text-decoration: none;
				}
a:hover			{
					color: #ff0084;
					text-decoration: none;
				}
a:active		{
					color: #ff0084;
					text-decoration: none;
				}
body                    {
font-family: Arial, Helvetica, sans-serif;
background-color: black;

}
#backgroundimage {
z-index: 0;
width: 100%;
position: absolute;
border: 0px;
height: 100%;
top: 0px;
left: 0px;
}

#backgroundimage img{
width: 100%;
height: 100%;
}

#bodypage {
position: relative;
z-index: 1;
background-color: white;
width: 75%;
margin-left: 13%;
padding: 0px;
}

#container {
width: 95%;
padding-left: 40px;
padding-bottom: 0px;


}

#header img{
padding: 0px;
margin: 0px;
border: 0px;
}

#footer {
background-image: url(./images/copyrightbar.jpg);
background-repeat: no-repeat;
font-weight: bold;
clear: both;
color: white;
padding-bottom: 0px;
padding-left: 120px;
padding-top: 45px;
width: auto;
height: 90px;
}

#leftbar {

float: left;
width: 175px;
padding: 10px;
padding-left: 0px;
font-weight: bold;
}


#leftbar img{

border-style: solid;
border-width: 2px; 
border-color: black;
}

#leftbar a:hover{

color: #ff0084;
}

#leftbar img:hover{

border-style: solid;
border-width: 2px; 
border-color: #ff0084;

}

#picturebar {

float: left;
width: 270px;

}

#content {
padding: 10px;
margin-right: 0px;
margin-left: 485px;
}



#content a:link{
color: #9a006d;
font-weight: bold;
}


#content a:visited {
color: #9a006d;
font-weight: bold;
}


#content a:hover{
color: ##ff0084;
font-weight: bold;
}

#content a:active{
color: ##ff0084;
font-weight: bold;
}



#linkbar {
background-image: url(./images/linkbar.jpg);
background-repeat: no-repeat;
height: 67px;
color: white;
padding: 10px;
padding-left: 120px;
font-weight: bold;
}
#linkbar a:link {
color: white;
}

#linkbar a:visited {
color: white;
}

#linkbar a:hover {
color: #ff0084;
}

#linkbar a:active {
color: #ff0084;
}

#titlecontainer {


}
#artworkthumb {
float: left;
padding-right: 10px;
}
#artworktitle {

}


p {

}

img {
border-style: none;
}


