body {
	text-align: center; /* for IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 825px;
}

#menu {
	margin-top: 20px;
	margin-bottom: 30px;
}

#content {
	margin: 0 auto;   /* align for good browsers */
	width: 825px;
	padding-top:20px;
}

#footer {
	/*position: absolute; */
	/* bottom: 0; */
	padding: 30px 0 0 0;
	width: 825px;
	text-align:center;
	color: #666;
	clear:left;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-size: 16px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	margin: 0px;
}
#thumbs {
	width: 150px;
	display: block;
	float: left;
}
#img_detail {
	float: right;
	display: block;
	margin-left: 10px;
}
.thumb_nav {
	font-size: 10px;
}
img {
	border:none;
}
.img_tbl_bknd {
	background-color: #000;
	color: white;
}
.img_thumb {
	padding: 8px 0 0 0;
}
#td_thumb {
	margin: 10px;
	text-align:center;
	width: 120px;
	height: 120px;
}

a:link {
	color: #99FF00;
	text-decoration:none;
}
a:visited {
	color: #c90;
	text-decoration:underline;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
a:active {
	color: #fff;
}
.img_title {
	padding: 0 0 11px 0;
}

