html		{ overflow: -moz-scrollbars-vertical; }
body		{ background-color: #ffffff; }
a:link		{ text-decoration: none; color: #993300; }
a:visited	{ text-decoration: none; color: #993300; }
a:hover		{ text-decoration: none; color: #CC6633; }

#preload img {
   height: 0; width: 0; border-width: 0;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: -30;
}

.frame {
        width: 700px;
        border-width: 2px;
        border-style: solid;
        background-color: #ffffff;
        border-color: #808080;
        padding: 20px;
}

.slide_frame {
        width: 384px;
        border-width: 1px;
        border-style: solid;
        background-color: #ffffff;
        border-color: #ffffff;
        padding: 5px;
}

table.sections { border-spacing: 20px; }

table.sections td {
	border-width: 1px;
	border-style: solid;		  
	background-color: #ffffff;
	<!--border-color: #191007;-->
        border-color: #808080;
	padding: 10px;
	vertical-align: bottom;
	width: 200px;
	height:150px;
	text-align: center;
	font-family: arial,helvetica,tahoma,verdana,sans-serif;
	font-size: 18px;
	color: #191007;
	text-decoration: none;
	font-weight: bold;
}



.gallery_frame {
        width: 800px;
        height: 400px;
        border-width: 1px;
        border-style: solid;
        background-color: #ffffff;
        border-color: #808080;
        padding: 20px;
	text-align: left;
}

#img_container {
	float: left;
	width: 480;
	height: 390;
	background-image:url('images/bgimage.png');
	background-repeat: no-repeat;
	vertical-align: top;
}

#text_container {
	font-family: Arial,helvetica,tahoma,verdana,sans-serif;
	font-size: 12px;
	color: #cc9933;
	text-decoration: none;
	font-weight: bold;
}

#thumbs {
	float: right;
}

table.center {margin-left:auto; margin-right:auto;}


