
html, body { 
  margin: 10px 0 0 0; 
  padding: 0; 
  height: 100%; 
  width:100%;
} 
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 62.5%; /* resets 1em to 10px */
  background: #ffffff url(../img/glossymetal2.jpg) repeat scroll left top;
/*  background: #ffffff url(../img/bricks.gif) repeat scroll left top; */
}

/* Easy Float Clearing */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	

#mainbg {
	background: #ffffff url(../img/glossymetal2.jpg) repeat scroll left top;
/*	background: #ffffff url(../img/bricks.gif) repeat scroll left top;  */
}

#nestedbg {
	/*text-align: center;	/* IE-Win hack 
	background-image: url(../img/metal.png);
	background-repeat: repeat-x;
	background-position: left top; */
}

#banner {
	margin: 0 auto;
	width: 848px;
	text-align: left;	/* IE-Win hack */
	margin-bottom:14px;
	background: #f2e18b url(../img/banner.png) no-repeat 0 0;
	border:1px solid gray;
	height:131px;
	display:inline-block;
}
	
#main-topborder {
	margin: 0 auto;
	width: 970px;
	height: 40px;
	background-image: url(../img/aaa_top.png);
	background-repeat: no-repeat;
}

#main-header {
	margin: 0 auto;
	width: 970px;
	text-align: center;	/* IE-Win hack */
	background-image: url(../img/aaa_mid.png);
	background-repeat: repeat-y;
}

#main-container {
	margin: 0 auto;
	width: 970px;
	background-image: url(../img/aaa_mid.png);
	background-repeat: repeat-y;
}

#main-content {
	float: left;
	width: 870px;
	margin-left:60px;
}

#main-leftcontent {
	float: left;
	width: 665px;
}

#main-rightcontent {
	float: right;
	padding-right: 42px;
	width:150px;
}


#main-footer {
	margin: 0 auto;
	width: 970px;
	background-image: url(../img/aaa_mid.png);
	background-repeat: repeat-y;
}

#main-botborder {
	margin: 0 auto;
	width: 970px;
	height: 41px;
	background-image: url(../img/aaa_bot.png);
	background-repeat: no-repeat;
	
}

.thumbnail {
  width:200px;
  height:120px;
  border:1px ridge  #008000;
  overflow:hidden;
  display:inline-block;
  margin:6px 6px 8px 6px;
}

.thumbnail img {
  width:200px;
  border:0;
}

a.thumbnail
{
  text-decoration:none;
  background-color:#f5fFfB;
}

a.thumbnail .title 
{
  position:absolute;
  text-align:center;
  background-color:white;
  margin:110px 5px 0 5px;
  width:190px;
  border:1px solid black;
  font-size:13px;
  color:#008000;
  background-color:#f2e18b;
  display:none;
  font-weight:bold;
  cursor:pointer;
}

.thumbnail:hover .title
{
  display:block;
}