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

::selection {
	background:url(waterbgk4.jpg); /* Safari */
	}
::-moz-selection {
	background:url(waterbgk4.jpg); /* Firefox */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1a1919;
	background:#FFF;
	border-top: 7px solid #FFF;
	
}

a img { border: none; }

a:link {color:#6b6c55;}      /* unvisited link */
a:visited {color:#6b6c55; text-decoration:underline;}  /* visited link */
a:hover {color:#999966; text-decoration:underline;}  /* mouse over link */

#cradle {
	width:950px;
	height:863px;
	margin: 0 auto;
}

#topspace {
	width:950px;
	height:20px;
}

.wrapper {
   width: 950px; /* fixed width */
   margin: 0 auto; /* center */
}

#header {
	width: 950px;
	height: 107px;
}

#categories {
	width: 950px;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#83846c;
	font-size: 13px;
	letter-spacing:1px;
}



	
#columnleft {
	width: 60px;
	height: 642px;
}
	
#content {
	height:642px;
	width:850px;
	padding-left:43px;
}



.insidebox {
	width:870px;
	height:642px;
	position: inherit;
}


.gallery {
		height:30px;
		width:850px;
}
	

.middle {
	width:710px;
	height:526;
}

.divider {
	height:25px;
	width: 850px;
	background:url(waterbgk4.jpg);
}

.arrowboxleft {
	width:20px;
	height:612px;
	float:left;
}

.arrowboxright {
	width:20px;
	height:612px;
	float:right;
}

.artwork {
	width:830px;
	height: 612px;
	float:left;
	position:inherit;
	background: url(mebgk5.gif);
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#83846c;
	font-size: 13px;
	letter-spacing:1px;
	
}

.footer {
	height:45px;
	width: 950px;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#83846c;
	font-size: 13px;
	letter-spacing:1px;
	
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.6;
      }