a:link
{
	color: #A4A4A4;
        text-decoration: none;
}
a:visited
{
        color: #A4A4A4; 
} 
a:hover 
{
	color: #A4A4A4;
        background-color: #272727;
        
}
a:active 
{
	color: #DADAFF;
}


body
{
	font-family: Verdana, Garamond, Times New Roman, Times;
	background-color: #212121;
	color: #505050; 
}
table
{
    
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: #DADAFF;
}
h2
{
	color:  #707070; 
}
h3
{
	color:  #707070; 
}
h4
{
	color: #DADAFE;
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}
td
{
        font-size:12px;
}

ul {
  margin: 0;
  padding: 0;
}


#title {
  height: 27px;
  margin: 5px;
  background-color: #333333;
  padding-left: 10px;
}
#content {
  width: auto;
  margin-left: 200px;
  margin-right: 10px;
  color: #A4A4A4;
  background-color: #333333;
  font-size: 80%;
}
#content2 { 
  width: auto;
  color: #000000;
  background-color: #B9A9A9;
  font-size: 80%;
}
#menu {
  position: absolute;
  border: black 1px solid;
  padding-top: 5px;
  top: 85px;
  left: 20px;
  width: 180px;
  height: 300px;
  color: #A4A4A4;
  background-color: #000000;
}

#menu_2 {
  position: absolute;
  border: black 1px solid;
  top: 400px;
  padding-top: 5px;
  left: 20px;
  width: 180px;
  height: 300px;
  color: #A4A4A4;
  background-color: #000000;
}

#menu_r {
  position: absolute;
  top: 95px;
  right: 10px;
  width: 160px;
  height: 300px;
  background-color: #ffcc00;
}

#thumbnails {
  border: black 1px dotted;
  padding: 5px;
  width:220px;
  height:200px;
  margin-left: 50px;
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  text-align:center;
  color: #A4A4A4;
  background-color: #333333;
  font-size: 80%;
}

#thumbnail {
  width:140px;
  height:140px;
  padding-top: 5px;
  color: #A4A4A4;
  background-color: #272727;
  font-size: 80%;
  text-align:center;
}

#thumbnail2 {
  border: black 1px solid;
  padding-top: 5px;
  width:140px;
  height:140px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align:center;
  vertical-align:bottom;
  color: #A4A4A4;
  background-color: #272727;
  font-size: 80%;
}

#album_heading{
    padding: 10px;
    font-size:22px;
    border-top: #000000 1px dotted;
    border-bottom: #000000 1px dotted;
    text-align:right;
    background-color: #282828;
    color: #DADAFF;
}

#image {
  border: black 1px solid;
  padding-top: 5px;
  width: 860px;
  height: 860px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align:center;
  vertical-align:top;
  color: #505050;
  background-color: #272727;
  font-size: 80%;
}

#imagetext {
  border: black 1px solid;
  padding-top: 5px;
  width: 157px;
  height: 250px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align:left;
  vertical-align:top;
  color: #A4A4A4;
  background-color: #272727;
  font-size: 80%;
}

#table {
  border: black 1px solid;
  padding-top: 5px;
  height: 20px;
  margin-left: 3px;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align:center;
  color: #505050;
  background-color: #272727;
  font-size: 80%;
}

#footer {
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align:right;
  color: #505050;
  font-size: 80%;
  }

#listbottom {
  margin-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align:right;
  color: #A4A4A4;
  font-size: 80%;
  }

p.back {
  text-align: center;
}

