body  { 
	font: 70% "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;  
	background-color: #fff; 
	text-align: left;
	color: #696969;
	margin: 0px;
	background-image:url('../images/page_bg.gif');
}
h1{
	font-size:1.4em;
	margin:0px;
	padding:0px;

}
h2{
padding:0px; 
margin:0px;
margin-bottom:15px;
	font-size:1.4em;
}
a, a:hover, a:visited{
	color:#696969;
	text-decoration:none;
}
a:hover{color:#7C4665;}
a.light{}

/* Classes */
.clear{
	clear:both;
}
.egg_title{
	color:#7C4665;
	font-size:1.4em;
}
.thumb_box {
	width:202px;
	float:left;
	text-align:center;
	padding:5px;
	height:297px;
	margin:10px;
	background-image:url('../images/item_bg.jpg');
	background-repeat:no-repeat;
	_margin-left:6px;
}
a.thumb_title{
	display:block;
	height:33px;
	font-weight:bold;
	margin-top:3px;
	font-size:1.2em;
	padding-top:9px;
	color:#7C4665;
}
a.thumb_title:visited{ color:#7C4665; }
a.thumb_title:hover{ color:#b4789b; }
input{
	margin:2px;
}
img#nano{
	float:right;
	margin-left:25px;
}
div#holder{
	background-image:url('../images/page_grad.jpg');
	background-repeat:repeat-x;
}
div#wrapper{
	background-image:url('../images/wrapper_bg.gif');
	background-repeat:repeat-y;
	width:770px;
	margin:0 auto;
}
div#header{
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	height:354px;
}
div#header_img{
	margin:70px auto;
	width:700px;
	padding-left:23px;
}
div#thumbnails{
	margin:0 auto;
	width:700px;
	padding-left:4px;
	_margin-top:-35px;
}
div#display_holder{
	margin:0 auto;
	width:700px;
	padding-left:4px;
	_margin-top:-35px;
}
div#display_content{
	margin:8px;
}
div#footer{
	padding:15px 8px 15px 8px;
}
div.pagination {
	padding: 15px;
	text-align:center;
	margin-left:175px;

}

div.pagination a, div.pagination a:visited {
	padding: 3px 0px 3px 0px;
	width:18px;
	display:block;
	float:left;
	background-image:url('../images/pagination.gif');
	background-repeat:no-repeat;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	background-image:url('../images/pagination_on.gif');
}
div.pagination span.current, span.current:visited {
	padding: 3px 0px 3px 0px;
	width:18px;
	display:block;
	float:left;
	background-image:url('../images/pagination_current.gif');
	background-repeat:no-repeat;
	margin: 2px;
	text-decoration: none; /* no underline */
	color: #73425f;
}
span.adjacent, span.adjacent:visited{
	padding: 3px 0px 3px 0px;
	width:18px;
	display:block;
	float:left;

	margin: 2px;
	text-decoration: none; /* no underline */
	color: #73425f;	
}
div.pagination span.disabled {
	padding: 3px 0px 3px 0px;
	width:18px;
	display:block;
	float:left;
		margin: 2px;
		border: 1px solid #EEE;
		color: #DDD;
}
