

body {
	background-color: #510D0D;
	background-repeat: no-repeat;
	color: #000000;
	font-family: "Tahoma", sans-serif;
	font-size: 11pt;
	margin: 0px;
	height: 100%;
  }


p {
    margin: 0.5em 0 1em 0;
  }

div { 
background: transparent; 
}

button { 
	cursor: pointer;
}

#wmark {
	background-image: url('../image/madeleine-back.png'); 
	background-position: 50%  0px;
   background-color: #F2F2F2;
	background-repeat: no-repeat;
   width: 780px;
   margin: 0 auto;
}

#wmark.quill {
	background-image: url('../image/watermark.png'); 
	background-position: 10px  0;
 }
 
#wmark.mad {
	background-image: url('../image/madeleine-wm.png'); 
 }
 
#content {
    background: #F2F2F2;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 90px;
	position: relative;
	text-align: center;
	width: 600px;    
  }

#wmark #content { background: transparent; }
#wmark #nav  { background: transparent; }

#content.wide {
	text-align: left; padding: 0 10px; width: 760px;
}
	
#content.left {
    margin : 0 30px 0 20px;
    position : relative;
    text-align : left;
    width : 600px;
  }


#watermark {
   display: none;
  }


#title {
    padding-top: 70px;
    text-align : center;
    width: 600px;
  }


hr {
    border-bottom : #9d1134 ridge 4px;
    height: 3px;
  }


#quotation {
    color: #332F5E;
	display: inline-block;
	font: oblique 700 17pt serif;
	height: 32px;	
	margin-bottom: 20px;
	margin-top: 8px;
	position: relative;
	width: 600px;
  }


#times {
    font-size : 10pt;
    text-align : right;
  }


#times p {
    margin: 0px 0px 2px 0px;
  }


.heading {
    font-size : 18pt;
    color: #6F0C25;
  }

.subheading {
	margin-top: 0pt;
	margin-bottom: 5pt;
    font-size : 16pt;
    color: black;
  }
.bio {
    margin : 0 0 10px;
    padding-bottom: 10px;
    clear : both;
    position : relative;
  }


.story {
    margin-top: 25px;
    font-size : 14pt ;
    
    padding : 5px 8px;
    text-align : left;
  }


.story p:first-letter {
    font-size: 1.8em;
    color: #6F0C25;
    font-weight: bold;
  }


.casthead {
    color: #6F0C25;
    font-size: 12pt;
    font-weight: normal;
    margin-top: 5px;
  }


.castlist {
    padding-left: 30px;
    margin-bottom: 15px;
  }


.castmember {
    font-size: 14pt;
    font-weight: normal;
    padding: 0 8px;
    color: black;
 /*   display: inline-block; */
  }


.castphoto {
    float: left;
    clear:left;
    position: relative;
    width: 125px;
    margin: 5px 10px 20px 0px;
    border-width: 3px;
    border-style: inset;
    border-color: #6F0C25;
  }

.bio p { 
display: block;
float: left;
margin: 0px 0px 1.5em;
width: 580px;
}

#nav {
background-color: #F2F2F2;
margin: 0px auto;
padding-top: 10px;
text-align: center;
width: 780px;
  }


#nav button {
    background : url('navbtnbg.png') repeat-x;
    width : 120px;
  }


#nav button.home {
    background : url('navbtnhome.png') repeat-x;
  }


#nav button:hover, #nav button.hv {
    background : url('navbtnhv.png') repeat-x;
  }

