@charset "UTF-8";
html{
	top:0;
	height: 100%;
	margin:0 auto;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFF;
	padding: 0;
	margin: 25px 0 0 0;
}
a {
  	outline: none;
  	color: #777;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.main_table {
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;	
}
.main_table h2 {
	color: #000;
	font-size: 14px;
	line-height: 14px;
	margin: 10px 20px 5px 20px;
	padding:0;
}
.main_table p {
	margin: 5px 20px 10px 20px;
	padding:0;
	font-size: 12px;
	line-height: 14px;
}

.top a {
	color: #AAA;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	margin-left: 20px;
	letter-spacing: .15em;
}
.top a:hover {
	color: #000;
	text-decoration: none;
}

.black-bg {
	background-color: #000;
}
.grey-bg {
	background-color: #DDD;
}

.main-menu a {
	color: #DDD;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
	text-align: center;
	height: 22px;
	display:block;
	background-color: #000;
	padding: 10px 0 0 0;
}
.main-menu a:hover {
	background-color: #777;
	text-decoration: none;
}
.main-menu #curr_page {
	color: #DDD;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
	text-align: center;
	height: 22px;
	display:block;
	background-color: #777;
	padding: 10px 0 0 0;
}


.thumbnails a {
	border: 1px solid #CCC;
	display: block;
	margin: 3px;
	padding: 0;
	width: 56px;
	height: 56px;
}
.thumbnails a:hover {
	border: 2px solid #000;
	margin: 2px;
}
.thumbnails .curr_img {
	border: 2px solid #000;
	display: block;
	margin: 2px;
	padding: 0;
	width: 56px;
	height: 56px;
}
.thumbnails #no_img {
	border: 1px solid #CCC;
	display: block;
	margin: 3px;
	padding: 0;
	width: 56px;
	height: 56px;
}

.footer {
	color: #AAA;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	letter-spacing: .15em;
}