/* CSS Document */
body, html {
margin: 0; 
padding:0;
background: #DAA520;
/*background: #666;*/
}

#wrap {
	position:absolute;
	left:50%;
	width:650px;
	margin: 0px;
	margin-left:-325px;
	border: #999 solid 1px;
	background: #fff;
	}

#ewenger {
/*border-bottom: #666 1px solid;
border-right: #666 1px solid;*/
}

#content {
background: #fff;
padding: 10px;
font-family: geneva, serif;
font-size: 95%;
}

.ptgs {
text-align: center;
display: table;
margin-left: auto;
margin-right: auto;
}

td.ptgs {
padding: 10px;
}

.small {font-size: smaller}

.bottomless {margin-bottom: 0px}
.topless {margin-top: 0px}

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
        /*border: rgb(0, 0, 0) 1px solid;*/
/*        margin-bottom: -40px;
        padding-top: 5px;
        width: 160px;*/	
        display: block;
		padding: 5px;
		padding-bottom: 2px;
        /*background: rgb(35, 35, 35);*/
		background: #fff;
       /* height: 150px;*/
}
a.thumbnail:hover            {
        /*border: rgb(255, 160, 0) 1px solid;*/
       /* margin-bottom: -40px;
        padding-top: 5px;
        width: 160px;*/
        display: block;
		padding: 5px;
		padding-bottom: 2px;
        /*background: rgb(38, 38, 38);*/
		background: #DAA520;
        /*height: 150px;*/
}
td.thumbnail 
{ 
	/*padding: 5px;*/
  /* height: 150px; */
} 




