BODY {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 0.7em;
	margin: 0;
	border: 0;
	padding-left: 0;
	padding-right: 0; 
}

.header {
  background-image: url(../images/icheader-main.jpg);
  background-repeat:no-repeat;
  width: 550px;
  height: 96px; 
}

div span { display: none; }

.navbar {
	background-image: url(../images/chrome-nav_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
}

td, tr {
	margin-left: 0px;
	margin-right: 0px;
}

a { color: #FF0000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

h1 { font-family: Georgia; text-decoration: none; font-size: 2.9em; }
h2 { font-family: Georgia; text-decoration: none; font-size: 2.1em; }
h3 { font-family: Georgia; color: #858585; font-size: 1.6em; }
h4 { font-family: Georgia; color: #858585; font-size: 1.4em; }
h5 { font-family: Georgia; color: #A195FF; font-size: 1.2em; }

/* H3 B { font-family: Georgia; color: #858585; } */

.content {
	padding-left: 20px;
	width: 75%;
}

.piece {
	float: left; 
	margin: 20px 0px; 
	width: 250px;
	text-align: center;
}

.piece IMG {
	border: 1px solid #000; 
	padding: 3px; 
	margin: 3px;
}

.description	{
	padding-top: 15px;
	padding-bottom: 30px;
}

.description IMG	{ 
	float: left; 
	}


/*

#rightcontent {
	position: absolute;
	width: 150px;
	margin-left: 75%;
	background: #FFFFFF;
	border: 1px solid #A9A9A9;
	border-left: 0px;
}

*/