@charset "utf-8";
/* CSS Document */

.body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #2c2c2c; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }

.body a:link { color: #943f39; text-decoration: underline; }
.body a:hover { color: #943f39; text-decoration: none; }
.body a:visited { color: #943f39; text-decoration: underline; }


.white { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; margin-left:3px; 	}
.smallest { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #2c2c2c; }


.red { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color: #943f39;}

.sublink { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #191919; text-decoration: none; padding:5px;}
.sublink a:link { color: #191919; text-decoration: none; }
.sublink a:visited { color: #191919; text-decoration: none; }
.sublink a:hover { color: #943f39; text-decoration: none; }
.sublink a:active { color: #943f39; text-decoration: none; }

#scroll {position:relative; width:760px; height:400px; overflow:auto}
#scrollcontent {
	position:absolute;
	width:737px;
	z-index:200
}
#scrollbar {float:right; position:relative;  width:15px; height:400px; z-index:100; background:url(images/scroll-bg.gif)}
.scroller {position:absolute; top:0; width:15px; cursor:pointer; background-color:#ccc; background-image:url(images/scroll-arrows.gif); background-position:50% 50%; background-repeat:no-repeat}
.buttonclick {background-color:#bbb}
#gallery{float:left; width:720px; padding:10px; margin:0px;}

