* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10pt;
	color: #282828;
	background: #000 url(../images/whb_bg.jpg) repeat-x;
}

a:link, a:active, a:visited {
	color: #FFF;
}

img {
	border: none;
}

#mpl{
	z-index: -1;
	display: block;
}

#whb_form {
	width: 324px;
	height: 217px;
	position: fixed;
	bottom: 0px;
	right: 30px;
	background: transparent url(../images/whb_form_bg.png) no-repeat;
	z-index: 2;
	visibility: visible;
	vertical-align: bottom;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #e3e3e3;
}

#header {
	width: 960px;
	height: 245px;
	margin-bottom: 20px;
}

#content {
	width: 960px;
	line-height: 1.5em;
}

#section_left {
	float: left;
	width: 340px;
	padding-left: 20px;
	position: relative;
}

#section_right {
	float: right;
	width: 560px;
	position: relative;
}

#video_box {
	width: 560px;
	height: 236px;
	background: transparent url(../images/whb_video_bg.jpg) no-repeat;
	float: left;
}

#main_video {
	padding-top: 16px;
	padding-left: 35px;
	width: 315px;
	height: 216px;
	float: left;
}

#inactive_video {
	float: left;
	width: 135px;
	padding-top: 13px;
	padding-left: 4px;
	height: 216px;
}

#inactive_video img {
	height: 52px;
	display: block;
}

#comment_container {
	height: 250px;
	width: 500px;
	margin-left: 8px;
	padding: 10px;
	overflow: auto;
	background: transparent url(../images/whb_comment_bg.jpg) repeat-y;
	float: left;
}

#footer {
	clear: both;
	background: #759701;
	height: 45px;
	line-height: 30px;
	margin-top: 20px;
	padding: 0px 20px;
	padding-bottom: 20px;
}

.left_images {
	float: left;
	margin-bottom: 5px;
}

.right_images {
	float: right;
	margin-bottom: 5px;
	padding-right: 30px;
}

.comment_title {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.comment_corners {
	float: left;
	margin-left: 8px;
}

.p_justify {
	text-align: justify;
}