/* --------------- Body Attributes  ---------------*/

body
{background-color: #fff;}

p, td 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
color: #000;
}

/*img {border: solid 1px #999}*/

A:link
{color: #666;text-decoration: underline;}

a:visited 
{color: #666;text-decoration: underline;}

a:hover 
{color: #CC9900;text-decoration: underline;}

a.nav:active
{color: #CC9900; text-decoration: underline;}

/* --------------- Nav ---------------*/
.name {font-size: 16px}

a.nav:link
{color: #666; text-decoration: underline;}

a.nav:visited
{color: #666; text-decoration: underline;}

a.nav:hover
{color: #CC9900; text-decoration: underline;}

a.nav:active
{color: #CC9900; text-decoration: underline;}

/* --------------- Special Text ---------------*/
.header {color: #666; font-weight: bold}
.detail {color: #666; font-size 10px}

/* --------------- Footer ---------------*/
td.footer {color: #666; font-size 10px}


/*--------- Eric's style ----------------- */

div.thumb-container{
	width: 680px;
	overflow: auto;
	margin: 0 auto 40px auto;
}

div.thumb-container img {
	width: 150px;
	margin: 10px;
	float: left;
}