table#main{
  color: white;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
}

table#main{
}

img{
  border: none;
}

table#main div#content
{
  margin: 10px;
}

td#center{
  width: 300px;
}

td#left{
  background: url('../img/left_bg.jpg') no-repeat;
  width: 140px;
}

td#right{
  padding-left: 5px;
  background: url('../img/right_bg.jpg') no-repeat;
  background-position: top right;
  width: 292px;
  height: 600px;
}

img.letter{
  vertical-align: text-bottom;
}

blockquote{
  text-align: left;
  margin-left: 30px;
}

div.hr{
  border-bottom: 1px dotted white;
  margin: 15px 0px;
}

a{color: #755cf0;}
a:visited{color: #755cf0; }
a:active{color: white;}
a:hover{color: red;}

div#gallery{
  background: url('../img/right_bg.jpg') no-repeat;
  background-position: top right;
  height: 600px;    
}

div#gallery img{
  cursor: hand;
  cursor: pointer;
}