body {
	margin:0;
	font-family: Georgia, Times, serif;
	font-size: 10px;
	background-color: white;
	color: #5f5f5f;
	text-align: center;
	background: url(../images/bunny.gif) no-repeat;
	background-position: 100% 100%;
	background-color: #f5f3ef;
}
.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}
#page {
	background: url(../images/bg_page.gif) no-repeat;
	position: relative;
	margin: 40px auto;
	text-align: left;
	width: 770px;
}
#content{
	padding: 20px 20px 20px 20px;
	height: 490px;
}
/*#page {
	background-color: transparent;
	background: url(../images/bg_page.gif) no-repeat;
	background-position: 45% 0%;
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 730px;
}
#content{	
	padding: 20px 20px 20px 20px;
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 730px;
	height: 480px;
	margin: 0px auto;
}
*/
/* a, li
---------------------------------- */
a {
	text-decoration: none;
	color: #5f5f5f;
	border:0;
}
a:link,
a:active,
a:visited {
	border:0;
}
img	{
	border:0;
}
li {
	margin:0;
	padding;0;
	list-style:none;
}
li a:link,
li a:active,
li a:visited {
	color: #5f5f5f;
	text-decoration: none;
}
li a:hover {
	color: #cbc4ae;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding:6px;
}
h1 {
	margin:0px;
	padding:0px;
	font-size:14px;
}
h2	{
	border-top: 1px solid #cbc4ae;
	border-bottom: 1px solid #cbc4ae;;
	font-size:12px;
	height: 16px;
}
h3	{
	text-decoration: underline;
	margin: 3px 0px 1px 0px;
	font-size:10px;
	
}
h4	{
	padding:0;
	margin:0;
	font-size:10px;
}
/* content
---------------------------------- */
#landing {
	text-align: center;
	margin-left: 180px;
	height:460px;

}
#navigation {
	background:url(../images/bg_nav.gif) no-repeat;
	display: block;
	padding:1px;
	font-size:12px;
	color: #593c1a;
	text-align: left;
	float: right;
	width: 192px;
	height: 121px;
}
#thumbs {
	width:540px;
	height:455px;
}

#logo {
	text-align: center;
}
#america {
	text-align: left;
	float: left;
	width: 100px;
	margin-left: 5px;
	height:415px;
}
#europe {
	text-align: left;
	float: left;
	width: 100px;
	margin-left: 5px;
	height:415px;
}
#asia {
	text-align: left;
	float: left;
	width: 100px;
	margin-left: 5px;
	height:400px;
}
#ceramics {
	text-align: left;
	float: left;
	width: 110px;
	margin-left: 5px;
	height:400px;
}
#ceramics a:link{
	color:#c1ac88;
	text-decoration: none;
}
#ceramics a:hover{
	color:#5f5f5f;;
	text-decoration: underline;
}
#me {
	margin-left:70px;
	text-align:center;
}
#copyright {
	font-size:9px;
	float:right;
	margin-right: 7px;
}
#archive {
	font-size:11px;
	text-align: left;
	float: left;
	width: 500px;
	margin-left: 5px;
	height:415px;
}
.row{
	background-color: #f0ede8;
	display:block;
	padding: 2px;
}
.row a:hover{
	text-decoration:underline;
	color: #5f5f5f;
}