body 
{ 
   background-color:#fff;
   background-repeat: repeat-y;
   background-image: url(webimg/bg.jpg);
   background-position:top center;
   background-attachment:scroll; 
   /*background-size: 600px;*/
}
img
{
  border: none;
}
table
  { 
  margin-left: auto;
  margin-right: auto;
  } 
div.links
{
	margin-left: 5px;
	margin-right: 5px;
}
div.link5
{
  position: relative;
  bottom: -70px;
}
.link5
{
  margin-left: 5px;
  margin-bottom: 0px;
}
div.bktext
{
  background-image: url(webimg/bkg.png);
width:595px;
height:420px;
}
div.titleabout
{
  width:220px;
  height:120px;
  background-image: url(webimg/abouttext.png); 
  background-repeat: no-repeat;
  background-position: 50px 50px
}
div.titleport
{
  width:220px;
  height:120px;
  background-image: url(webimg/abouttext.png); 
  background-repeat: no-repeat;
  background-position: 50px 50px;
}
div.titlecont
{
  width:250px;
  height:120px;
  background-image: url(webimg/contacttext.png); 
  background-repeat: no-repeat;
  background-position: 50px 50px;
}
div.titlelinks
{
  width:220px;
  height:120px;
  background-image: url(webimg/linkstext.png); 
  background-repeat: no-repeat;
  background-position: 50px 50px;
}

#image_gallery {
position: center;
overflow: none;
margin-left: 10px;
}
ul#gallery_thumbs {
list-style: none;
margin: 0;
padding: 0;
}
#gallery_thumbs li {
background: none;
display: inline;
}
.thumb img { /* styles thumbnail previews */
background: #fff;
padding: 2px;
border: none;
}
.thumb:hover img {
border: 0px solid #000;
background-color: transparent;
}
li
{
   list-style: none;
}
a:link {text-decoration: none; color: white;}
a:visited {text-decoration: none; color: white;}
a:active {text-decoration: none; color: white;}
a:hover {text-decoration: underline; color: white;}
a.bold:link {text-decoration: none; color: white;}
a.bold:visited {text-decoration: none; color: white;}
a.bold:active {text-decoration: none; color: white;}
a.bold:hover {font-weight:bold;text-decoration: underline; color: white;}