h2 {
	font-size:18px;
	color:#666666;
	display:block;
	border-bottom:1px solid #666666;
	padding:0 0 3px 0;
	margin:0 0 10px 0;
}
#WPBoxL, #WPBoxR {
	margin:5px 0 15px 0;
	height:320px;
	border-bottom:1px solid #333333;
	padding:0 0 5px 0;
}
#WPBoxL h3, #WPBoxR h3{
	display:block;
	text-align:center;
}
/** left img **/
#WPBoxL img, #WPBoxL .placeholder {
	border:1px solid #666666;
	float:left;
	width:400px;
	height:300px;
}
#WPBoxL ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	float:left;
	height:150px;
	width:156px;
}
#WPBoxL ul li {
	display:block;
	width:150px;
	height:30px;
	padding:0;
	font-size:16px;
	margin:0 0 1px -1px;
	text-align:center;
	border:1px solid #666666;
}
#WPBoxL ul li a {
	display:block;
	width:150px;
	height:25px;
	padding:5px 0 0 0;
}
#WPBoxL ul li a:hover {
	border-right:3px solid #ffffff;
	color:#ffffff;
	text-decoration:none;
}
/** right img **/
#WPBoxR img, #WPBoxR .placeholder {
	border:1px solid #666666;
	float:right;
	margin:0 8px 0 0;
	width:400px;
	height:300px;
}
#WPBoxR ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	float:right;
	height:150px;
	width:150px;
}
#WPBoxR ul li {
	display:block;
	width:150px;
	height:30px;
	padding:0;
	font-size:16px;
	margin:0 0 1px -1px;
	text-align:center;
	border:1px solid #666666;
}
#WPBoxR ul li a {
	display:block;
	width:150px;
	height:25px;
	padding:5px 0 0 0;
}
#WPBoxR ul li a:hover {
	border-left:3px solid #ffffff;
	margin:0 0 0 -3px;
	color:#ffffff;
	text-decoration:none;
}
#WPBoxL ul li.helptxt, #WPBoxR ul li.helptxt {
	height:15px;
	font-size:12px;
	background:#222222;
}