body {
	background-color:#000;
	font-family:verdana;
}
i {
	clear:right;
	float:left;
}
.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:1px solid #999777;
}
.yui-content {
	clear:left;
	padding:5px;
}
.yui-navset {
	width:700px;
	margin:0 25px -150px 25px;
}
.yui-nav li {
	background-color:#dddbbb;
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
    background-color:#fffddd;
}
.container {
	text-align:left;
	overflow:auto;
}
.img-container {
	position:relative;
	width:152px;
	text-align:center;
	margin:5px 5px 30px 0;
	padding:6px;
	background-color:#fff;
	border-style:solid;
	border-color:#999777;
	border-width:1px;
	font-size:10px;
	float:left;
}
.img-container a {
	float:left;
}
.text-container {
	margin:10px 0 5px 0;
	clear:left;
}
#hd {
	height:316px;
	background-image:url("../images/hd.jpg");
	background-repeat:no-repeat;
}
#bd {
	background-image:url("../images/bd.jpg");
	background-repeat:repeat-y;
}
#ft {
	height:203px;
	background-image:url("../images/ft.jpg");
	background-repeat:no-repeat;
	font-size:14px;
}
#ft .left {
	position:relative;
	color:black;
	left:30px;
	top:160px;
}
#ft .right {
	position:relative;
	color:black;
	left:450px;
	top:160px;
}