body {
	background-image: url(/Images/Default/bg.png);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 11px;
	color: black;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

td {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
}

a:link, a:visited {
	text-decoration: none;
	color: #600b05;
}

a:hover {
	text-decoration: underline;
	color: #4a0703;
}

a:active {
	text-decoration: none;
	color: #b01208;
}

img {
	border: 0px;
}

.galleryimg {
	max-height: 150px;
}

.title {
	color: #600b05;
	font-weight: bold;
	font-size: 16px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.item_desc {
	border: 2px dashed;
	border-color: #600B05;
	padding: 5px;
	
}

.item_title {
	font-size: 12pt;
}

.item_del {
	font-size: 22pt;
	color: #600B05;
}

.item_thumb {
	border:  0px;
	max-width: 100px;
}

/*.item_thumb img {
	width: 100%;
}*/

.item_img {

	max-width: 300px;

}

/* gallery */

.page {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

.thumbnail {
	float: left;
	margin: 0 15px 17px 0;
	width: 65px;
	height: 65px;
}

.thumbnail a img {
	width: 65px;
	height: 65px;
}

#bigimageContainer {
	float: left;
	position: relative;
	padding-right: 10px; 
}

#bigImage {
	border: 3px solid #fff;
	max-width: 300px;
}
	
#thumbs {
	overflow: hidden;
	
	position: relative;
}

#pageContainer {
	width: 600px;
	height: 250px;
	overflow: hidden;
}

.about_content {
	border-color: #600B05;
	padding: 5px;
	border-style: dashed;
	border-width: 1px;
	text-align: center;
	font-size: 12pt;
}

.red_fish {
	right: 0px;
	bottom: 0px;
	position: fixed;
}

.blue_fish {
	padding-left: 15px;
	left: 0px;
	bottom: 0px;
	position: fixed;
}

.footer {
	color: white;
}
