
body{
background-color: #bbcbd2;
}

table.main{
width: 800px;
position: absolute;
left: 0px;
top: 10px;
width: 100%;
border-spacing: 0px;
}

td.mainsides{
background: transparent;
}

td.mainbanner{
width:750px;
height: 80px;
}

/*
#topmenu{
width: 750px;
} 
#topmenu ul{
list-style: none;
list-style-position: outside;
margin-left: -43px;
}
#topmenu ul li{
font-size: 12pt;
font-weight: bold;
font-family: lucida sans unicode;
color: white;
border: thin solid white;
background-color: #829299; 

text-align: center;
float: left;

}
#topmenu ul li a{
font-size:14px;
padding: 10px;
} 

#topmenu ul li a.current{
	color:#555;
	background:#fff;
} 
*/

td.mainlinks{
height: 25px;
width: 750px;
}

table.links{
border-spacing: 0px;
}

td.links{
width: 107px;
font-size: 12pt;
font-weight: bold;
font-family: lucida sans unicode;
color: white;
border: thin solid white;
background-color: #829299;
text-align: center;
}

td.links:hover{
background-color: darkred;
}

td.mainbody{
width: 750px;
}

td.mainbody h1{
margin-top: 15px;
}

p.bodytext{
vertical-align: top;
}

p{
/* font-family: Palatino Linotype; */
font-family: sans serif;
font-size: 14;
}

td{
/* font-family: Palatino Linotype; */
font-family: sans serif;
font-size: 14;
}

a{
color: white;
text-decoration: none;
}

/*
a:hover{
color: #bbcbd2;
text-decoration: none;
}

a:active{
color: #06068b
}

a:visited{
color: white;
text-decoration: none;
}
*/

li{
/*line-height: 20px; */
margin-bottom: 2px;
}

table.gallery{
border-collapse: collapse;
}

table.gallery td{
padding: 30px 10px 0px 10px;
vertical-align: top;
}

table.gallery td.description{
padding: 10px 10px 20px 10px;
border-bottom: 1px solid black;
}

table.gallery td img{
border: 1px solid black;
}

td.gallery_icons img {
margin: 5px;
}

td.gallery_icons img:hover{
}