body {
	background-color: #FFFFFF;
	background-image:url(../images/layout/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}

.fine_print {
	color: #888888;
	font-size: 10px;
	padding-top: 12px;
}

.fine_print a:link, .fine_print a:visited {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

.fine_print a:hover {
	text-decoration: underline;
}

.content_box {
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	border-width: 1px;
	border: 1px #cbcbcb solid;
}

#thumbs {
    margin: 0px;
	padding: 0px; 
	overflow: auto;
	width: 776px; 
	height: 100px; 
	text-align: left;
	white-space: nowrap;
}

.more_info a:link, .more_info a:visited, .more_info a:hover{
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}

.main_text {
	font-size: 14px;
}

.main_text a:link, .main_text a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

.main_text a:hover {
	color: #222222;
	text-decoration: underline;;
}
.panda {
	background: url("/redpanda.gif") top center;
	background-size: 100%;
}
.box {
	width: 90%;
	max-width: 964px;
	background: #fff;
	padding: 20px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10% auto;
	text-align: center;
}