div#mpv_leftContent{
	width:610px;
	margin:0px 0px 0px 5px;
	float:left;
	padding:5px;
}

div#mpv_leftContent_inner{
	border:5px #FFF solid;
}

div#mpv_rightContent{
	width:360px;
	min-height:200px;
	margin:0px 5px 0px 0px;
	float:right;
	padding:5px;
}

div#mpv_header{
	clear:both;
	position:relative;
	display:block;
	height:200px;
	width:990px;
	padding:5px;	
}

div#header_img{
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	height:200px;
	width:990px;
	z-index:1;
}

div#month_name{
	position:absolute;
	display:block;
	bottom:5px;
	font-size:24px;
	font-weight:bold;
	padding-left:10px;
	z-index:2;
	text-transform:capitalize;
}

div#mpv_rightContent_inner{
	
}

div#mpv_sidebar_head{
	width:360px;
	height:10px;
	overflow:hidden;
	background-image:url('images/sidebar_header.jpg');
	background-repeat:no-repeat;
}

div#mpv_sidebar_body{
	width:360px;
	background-image:url('images/sidebar_mid.jpg');
	background-repeat:repeat-y;
	padding:0px;
	text-align:center;
}

div#mpv_sidebar_inner{
	width:320px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-bottom:5px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

div#mpv_sidebar_foot{
	width:360px;
	height:15px;
	background-image:url('images/sidebar_foot.jpg');
	background-repeat:no-repeat;
}

img{
	border:none;	
}
