a{

	text-decoration: none;
}

ol
{
	list-style: none;
}
#container {
	width: 750px;
	padding: 0 25px;
}
/* =Header
----------------------------------------------------------------------*/

#galleryheader p
{
	font: bold .95em/.95em "Times NR","Times New Roman",Times,Georgia,Serif;
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
	height: 15px;
}
.terra {color: #962e00;}
.neve {color: #80A2BF;}

/* =Placeholder
----------------------------------------------------------------------*/

#placeholder
{
	background: #665;
	float: right;
	width: 500px;
	height: 375px;

}

/* =Showcase
----------------------------------------------------------------------*/

#showcase
{
	background: #fff;
	float: left;
	overflow: auto;
	width: 245px;
	height: 375px;
	margin: 0 0 0 -5px;
}

#showcase img
{
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 5px 5px;
	padding: 1px;
	width: 100px;
	height: 75px;
}

#showcase a:hover img
{
	border-color: #555;
}

#showcase ul
{
	margin: 5px 0 0;
}

#showcase li
{
	display: inline;
}
