@charset "utf-8";
body {
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(img/bg.jpg);
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
#body_bin {
	background-image: url(img/fade.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}
#body_bin #head,
#body_bin #menu #nav,
#body_bin #content {
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#body_bin #menu {
	background-image: url(img/menu-bar.png);
	text-align: center;
	height: 25px;
	background-repeat: repeat-x;
	background-color: #000;
}
#body_bin #menu #nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#body_bin #menu #nav ul li {
	float: left;
	padding-right: 20px;
}
#body_bin #menu #nav ul li a {
	font-size: 21px;
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#body_bin #menu #nav ul li a:hover {
	background-image: url(img/hover.png);
}
#body_bin #menu #nav ul li a.active{
	background-image: url(img/active.png);
	color: #000;
}
#body_bin #content {
	margin-bottom: 10px;
}
#body_bin #content h2 {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#body_bin #content h1 {
	font-size: 24px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#body_bin #content a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	font-size: 18px;
}
.boy_pod {
	float: left;
	margin-right: 8px;
	height: 140px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	width: 127px;
}
#body_bin #content #left {
	float: right;
	text-align: center;
	margin: 5px;
}
#body_bin #content img.tn {
	width: 120px;
	height: 90px;
	border: 1px solid #FFF;
}
.clear {
	clear: both;
}
