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

body	{
		font: 100% 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
		background: url("http://celadonjon.com/celadonhome.jpg") no-repeat; 
		color: #323232; 
	}

div.nav	{
		display:block;
		float:left;
		position:relative;
		left:7px;
		top:200px;
		width:100px;
	}

.nav a, .nav a:visited	{
		display:block;
		float:left;
		width:100px;
		text-align:right;
		font-weight:bold;
		color:white;
		padding:10px;
		text-decoration:none;
		background-color:#603435;
		border-width:0 0 0 0;
		border-style:solid;
		border-color:#ff0050;
		margin:1px;
	}

.nav a:hover	{
		border-width:0 10px 0 0;
	}

.pic	{
		position:relative; 
		float:left; top:200px; 
		margin-left:50px; 
		border:2px #603435 solid;
	}

div.main	{
		position:relative;
		display:block;
		float:left; top:200px; 
		margin-left:50px; 
		width: 600px;
		/* border:2px #603435 solid; */
	}

a.th, a.th:visited	{
		position:relative; 
		float:left;
		margin:4px; 
		border:2px #603435 solid;
	}

a.th:hover	{
		border:2px #ff0050 solid;
	}

.thumbs	{
		display:block;
		position:relative; 
		float:left; top:200px; 
		margin-left:50px; 
		width:636px;
		padding:4px;
		background: url("http://celadonjon.com/opac80.png") repeat; 
		border:1px #603435 solid;
	}

.thumbs img	{
		border:0;
	}
