html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 100.01%;
	color: #333333;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#wrapper {
	width: 770px;
	background-color: #ffffff;
	margin: 15px auto;
	text-align: left;
	border: 1px solid #999999;
}
#banner {
	height: 100px;
	background-image: url(../images/sharkbanner1g.jpg);
	background-repeat: no-repeat;
}
#nav {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#nav ul {
	padding-bottom: 2px;
	margin: 0;
	background-color: #ffffff;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
}
#nav ul li a:hover, #nav ul li a:focus {
	background-color: #ffffff;
	color: #666666;
}
.noRoll {
	font-size: 80%;
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
}
#dateformat {
	font-size: 80%;
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
}
#container {
	font-size: 80%;
	margin: 50px;
}
#footer {
	clear: both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #333333;
	height: 24px;
	background-image: url(../images/footer.jpg);
	margin-top: 10px;	
}
#footer p {
	font-size: 70%;
	padding: 5px;
}
.bsac a {
	color: #333333;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
.bsac a:hover, .bsac a:focus {
	color: #FF6600;
}
#design {
	font-size: 90%;
	font-style: italic;	
}
#design a {
	color: #333333;
	text-decoration: none;	
}
#design a:hover, #design a:focus {
	color: #FF6600;
}
#desc {
	font-size: 70%;
	text-align: right;
	margin-right: 35px;
	margin-top: 0;
}
a img {
	border: none;
}
table {
	border: 0;
}
#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}