.mv_wrapper	{
	width: 940px;
	margin: auto;
	padding: 5px;
	border: solid 1px #dfdfdf;
	position: relative;
}

img.mv_banner	{
	box-shadow: 4px 4px 4px #afafaf;
}
div.main_content	{
	float: left;
	top: 5px;
	left: 5px;
	width: 690px;
}
div.mv_text	{
	margin: 10px;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

div.block_info_wrapper	{
	background: #efefef;
	padding: 10px;
	margin-bottom: 15px;
}
div.block_info	{
	width: 660px;
	height: auto;
	border: solid 1px #394a7a;
	background: #fff;
	padding: 5px;

}
div.right_sidebar	{
	float: right;
	position: absolute;
	z-index: 100;
	width: 230px
	top: 5px;
	right: 5px;
	min-height: 600px;
	border-left: dotted 1px #cfcfcf;
}
img.pdf_link	{
	border: solid 1px gray;
	box-shadow: 5px 5px 5px #afafaf;
}
h4.block_title	{
	font-family: Verdana,Arial,Sans-serif;
	font-size: 16px;
	color: #333;
	display: inline-block;
	margin-bottom: 3px;
}
