* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000 url(images/bkg-repeat.gif) repeat-x 0 0;
	font: 12px Arial, Verdanan, Helvetica, sans-serif;
	color: #FFF;
	}
	
#wrapper {
	width: 930px;
	height: auto;
	margin: 0 auto;
	position: static;
	z-index: 0;
	}
	
#header {
	background: #000 url(images/gradient-top-sm.gif) no-repeat 0 0;
	width: 930px;
	height: 69px;
	overflow: hidden;
	}
	
#menu {
	color: #000;
	width: 930px;
	height: 35px;
	overflow: hidden;
	}
	
#menu p { margin: 0; padding: 0; height: 10px; }
	
#container {
	background: #000 url(none) no-repeat 0 0;
	height: auto;
	width: 930px;
	overflow: hidden;
	}
	
#colA {
	background: #000 url(images/gradient-bottom-sm.gif) no-repeat 0 0;
	width: 616px;
	height: auto;
	float: left;
	display:inline;
	}
	
#content {
	width: 576px;
	margin: 20px;
	float: left;
	display:inline;
	}
	
.left {
	float: left;
	width: 288px;
}

.right {
	float: left;
	width: 288px;
}

#colB {
	background: #000 url(images/colB-bkg.gif) no-repeat 0 0;
	width: 314px;
	height: 342px;
	float: left;
	display:inline;
	}
	
#img_div {
	margin: 26px 0 0;
	}
	
#fishes {
	height: 103px;
	width: 900px;
	padding: 0 15px;
	text-align: center;
	float: left;
	display:inline;
	}
	
#footer {
	background: #000 url(images/footer-break.gif) no-repeat 0 0;
	margin: 20px 0;
	text-align: center;
	padding: 20px 0 0;
	}

.pic_div {
	float: left;
	display:inline;
	width: 150px;
	height: 103px;
	margin: 10px 0;
}

.pic_div2 {
	float: left;
	display:inline;
	width: 150px;
	height: 103px;
	margin: 20px 20px 0 0;
}

.koi_info {
	float: left;
	display:inline;
	width: 411px;
	height: 103px;
	padding: 0 0 0 15px;
	margin: 10px 0;
}

a.menu {
	text-transform: uppercase;
	font: normal 12px/0.5 "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	margin: 0 0 0 15px;
	}
	
a.menu:hover {
	color: #033965;
	text-decoration: none;
	}
	
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-bottom: 15px;
	}
	
h2 {
	font: bold 13px Arial, Helvetica, sans-serif;
}

h3 {
	font: bold 12px/2 Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	
img {
	border: 0;
	}
	
.imgpad {
	padding: 0 15px;
	}
	
.imgpadsmall {
	padding-right: 10px;
	}
	
#footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer a:hover {
	color: #CCC;
	}
	
a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.imgleft {
	float: left;
	padding-right: 10px;
}

.imgright {
	float: right;
	padding-left: 10px;
}

li {
	margin-left: 20px;
}

.pad td, pad th { padding: 2px; }