@charset "utf-8";
/* CSS Document */

body {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-right-width: 0.5px;
	border-left-width: 0.5px;
	border-right-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 957px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0.5px;
	border-bottom-width: 0px;
	border-left-width: 0.5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.oneColFixCtrHdr #container #header img {
	float: left;
}


.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(../images/MPCE_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 157px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #header .topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #be0405;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 36px;
	width: 573px;
	list-style-type: none;
	display: inline;
}
.oneColFixCtrHdr #container #header .topnav li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 0px;
	font-weight: normal;
	font-size: 16px;
	margin-left: -20px;
}
.oneColFixCtrHdr #container #header .topnav a {
	list-style-type: none;
	display: inline;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: normal;
	font-weight: normal;
	font-size: 14px;
	margin-left: 0px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContentInside {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#be0405;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #footer  a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .home_centre_anim {
	height: 356px;
	width: 847px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-position: center;
	margin-left: 30px;
	background-image: url(../images/home_centrepanel_background.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container #mainContent .home_centre_anim .animation {
	margin-left: 0px;
	float: none;
	position: relative;
	left: 0px;
	top: 0px;
}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #a30000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a30000;
}
.oneColFixCtrHdr #container #mainContent .centre_left {
	background-image: url(../images/home_centrepanel_background_left.gif);
	float: left;
	width: 210px;
	margin-left: 30px;
	height: 356px;
	background-repeat: repeat-y;
	display: inline;
}
.oneColFixCtrHdr #container #mainContent .centre_right {
	background-image: url(../images/home_centrepanel_background_right.gif);
	background-repeat: repeat-y;
	float: right;
	width: 637px;
	margin-right: 39px;
	background-position: left;
}


a:hover {
	text-decoration: underline;
	color: #767676;
}
a:active {
	text-decoration: none;
	color: #a30000;
}
h1 {
	font-size: 46pt;
	color: #FFFFFF;
}
h2 {
	font-size: 46px;
	color: #a30000;
}
h3 {
	font-size: 24px;
	color: #a30000;
}
h4 {
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent .hometext_mpce {
	float: left;
	width: 385px;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
	display: inline;
}
.oneColFixCtrHdr #container #mainContent .hometext_news {
	float: right;
	width: 350px;
	margin-right: 37px;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent .hometext_news ul {
	list-style-type: none;
	margin-left: -1px;
}
.oneColFixCtrHdr #container #mainContent .hometext_news a {
	line-height: 120%;
	font-weight: normal;
	font-size: 120%;
}


.clearfloat {
	clear: both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	border-top: 0;
	color: #a30000;
}
.anim_menu {
	margin-top: 150px;
}
.inside_sub_menu {
	margin-top: 2px;
	padding-left: 30px;
}
.oneColFixCtrHdr #container #mainContentInside .talent_name {
	background-image: url(../images/inside_LgRedBar_Back.jpg);
	background-repeat: repeat-x;
	height: 54px;
	width: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-position: left top;
	font-size: 32pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContentInside .talent_list {
	float: left;
	margin-left: 0px;
	margin-top: 15px;
	line-height: 130%;
	list-style-type: none;
	display: inline;
	width: 250px;
}

.oneColFixCtrHdr #container #mainContentInside .talent_list ul a{
	list-style-type: none;
	font-size: 16px;
	height: 25px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	line-height: 120%;
}
.oneColFixCtrHdr #container #mainContentInside .talent_list ul {
	list-style-type: none;
	
}

.oneColFixCtrHdr #container #mainContentInside .talent_list a {
	font-size: 14px;
	display: block;
	white-space: normal;
	line-height: 100%;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContentInside .talent_list_double {
	float: left;
	margin-left: 0px;
	margin-top: 15px;
	line-height: 130%;
	list-style-type: none;
	display: inline;
	width: 200px;
}
.oneColFixCtrHdr #container #mainContentInside .talent_list_double ul a{
	list-style-type: none;
	font-size: 16px;
	height: 20px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	line-height: 120%;
}
.oneColFixCtrHdr #container #mainContentInside .talent_list_double ul {
	list-style-type: none;
	
}

.oneColFixCtrHdr #container #mainContentInside .talent_list_double a {
	font-size: 14px;
	display: block;
	white-space: normal;
	line-height: 80%;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContentInside .large_photo_hover {
	float: right;
	margin-top: 10px;
	width: 545px;
	display: block;
}
.artist_bio {
	line-height: 130%;
	margin-right: 10px;
	margin-left: 10px;
	color: #000000;
}
.artist_img_lg {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 0px;
}
.oneColFixCtrHdr #container #mainContentInside .books {
	padding: 5px;
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: thin solid #CCCCCC;
	margin-left: 5px;
	height: 475px;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContentInside .dots {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #910302;
}
.logo {
	background-position: center;
	margin: 5px;
}
