td.thumbnail {display:none;}
body table td a img { display:none;}
body table td { display:none;}

BODY
{
  color: white;
  background-color: #333333;
  font-size: 12pt;
}

/*gallery page*/
#page-1
{
 background:#6f6a63;
 width: 800px;
 margin-top:2%;
 margin-bottom:2%;
 margin-left:auto;
 margin-right:auto;
}

#page-1 table {display:block;}

#MainBox
{
	width: 100%;
	margin-bottom:2%;
	margin-left:auto;
	margin-right:auto;
}

#topmenubox ul
{
vertical-align: middle;
 margin:0px;
 padding:0px;
 background:#6f6a63;
}

#topmenubox li
{
 display:block;
 height: 26px;
 width: 160px;
 font-family: Verdana;
 font-size: 20px;
 font-variant:small-caps;
 letter-spacing: 0;
 color: #ffffff;
 float: left;
 text-align: center;
}
#topmenubox  li a:link, li a:active, li a:visited
{
 display:block;
 background:#6f6a63;
 color: #ffffff;
 text-decoration: none;
}
/*menu item link mouse-over*/
#topmenubox li a:hover
{
 display:block;
 background:#6f6a63;
 color: #282828;
 text-decoration: none;
}

#blog_heading
{
display:block;
 height: 36px;
 width: 90%;
 font-size: 24px;
 letter-spacing: 0;
 margin: auto;
 text-align: center;
 color: #FFFFFF;
 padding: 10px;
}

DIV.gallery_entry-right
{
 display:block;
 height: 130px;
 margin: auto;
  width: 90%;
  border: 3px solid black;
  padding: 10px;
 font-size: 20px;
 color: #ffffff;
}

DIV.gallery_entry-left
{
 display:block;
 height: 130px;
  margin: auto;
  width: 90%;
  border: 3px solid black;
  padding: 10px;
 font-size: 20px;
 color: #ffffff;


}

DIV.gallery_entry-right DIV.title-image
{
 text-align: left;
}

DIV.gallery_entry-left DIV.title-image
{
 text-align: right;
}


/* Image thumbnails */
DIV.thumbnail {
  padding : 2px;
  margin : 5px;
}

/* Image or gallery thumbnails in even item listings */
DIV.gallery_entry-right DIV.thumbnail {
  float : right;
}
/* Image or gallery thumbnails in odd item listings */
DIV.gallery_entry-left DIV.thumbnail {
  float : left;
}

a:active, a:link
{
 color: #FFFFFF;
}

a:visited
{
 color: #FFCC00;
}

a:hover
{
 color: #282828;
 text-decoration: underline; 
}





BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
