body {
	width: 100%;
	margin: 20px 0px 0px 0px;
	text-align: center;
	background-color: #f5f5eb;
	font-size: 13px;
	color: #052540;
}
a:link { color: #00a0cc; text-decoration: none; }
a:visited { color: #00a0cc; text-decoration: none; }
a:hover { color: #ff5000; text-decoration: underline; }
a:active { color: #ff5000; text-decoration: none; }
img {
	max-width: 760px;
	max-height: 680px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
.box {
	text-align: left;
	margin: auto;
	width: 1000px;
/* 	background-color: #ccffcc; */
}
.header {
	text-align: left;
	white-space: nowrap;
/* 	background-color: #ccffff; */
}
.footer {
    text-align: left;
    height: 36px;
    font-size: 12px;
    white-space: nowrap;
/*  background-color: #ccffff; */
}
.title_string {
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	width: 180px;
	height: 60px;
}
.menu {
	text-align: left;
	float: left;
	width: 220px;
	height: 700px;
	border-width: 2px;
	border-left-color: #052540;
	border-left-style: dotted;
/* 	background-color: #ccccff; */
}
.show {
	float: left;
	width: 760px;
	height: 680px;
	text-align: center;
	white-space: nowrap;
/* 	background-color: #ffffcc; */
}
.pad0 {
    padding: 5px;
}
.pad1 {
    padding: 10px;
}
.pad2 {
    padding-top: 15px;
}
.pad3 {
    padding-top: 25px;
}
.spc {
    float: left;
    width: 12px;
    height: 700px;
}
.clear_float {
	clear: both;
}
.thumbBox {
	float: left;
	width: 65px;
	height: 65px;
}
table {
	width: 200px;
    border-top: 1px #c5c5bb solid;
    border-left: 1px #c5c5bb solid;
    border-right: 1px #c5c5bb solid;
    border-bottom: 1px #c5c5bb solid;
    border-spacing: 0;
    padding: 4px 8px;
}
th,td{
	padding: 1px
}