body {
	margin:0px; 
	padding:0px;
	text-align:center;
}


/* Frames entire page */
#container {
    width: 875px;
    margin:0px auto;
    padding-top: 20px;
    text-align:left;
    min-height: 700px;    
}


/* Frames everything but bottom nav */
#torso {
    padding-top:1px;
}


/* Frames Left Sidebar, used for small photos */
/* Absolute position (top) should be height of logo (155px)  + 20px for spacing */
#left_sidebar {
   	float: left;
	width: 210px;
    position: absolute;
    top: 175px;
}    


/* Frames content of page, paragraphsd, etc */
#main_content {
    padding-left: 220px;
}


/* hack to get IE to set min-height of div */ 
/* from http://www.greywyvern.com/code/min-height-hack */
.prop {
    height:550px;
    float:right;
    width:1px;
}


.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}


.spacer {
    margin: 65px;
}
* html  .spacer {  margin: 75px;  }		/* IE 6	*/

h2 {
    padding: 10px 0 0 0;
    margin: 0 0 5px 0;
    font-size: 120%;
    color: #990000;
    border: 0;
    border-bottom: 1px dotted #B99C9C;
}


p {
    padding: 0 0 15px 0;
    margin: 0;
}


ul {
	margin-left: 0;
	padding-left: 0px;
	border: none;
}  


ul li {
	list-style-position: inside;
}


img {
	margin: 5px 0px;
	border: 0px;
    padding: 0;
	border: 1px solid #B99C9C;
    
}


/* Small logo found on every page but Home */
/* Position: absolute 10px from top of page fixes inconsistencies between IE and FF */
img#logo {
    float: left;
    height: 155px;
	border: 2px solid #990000;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 10px;
}


dt {
    font-weight: bold;
}


dd {
    padding: 5px 0px;
}


a {
	color: #990000;
}


a:visited {
	color: #660000;
}


h1.pagetitle  {
	font-size: 30pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff;
	border: 5px solid #990000;
	text-align:center;
    height: 50px;
} 


.dropcap:first-letter{
    float:left;
    color: #990000;
    font-size:350%;
}


.credit {
    font-size: 80%;
}


/* stolen from  alistapart - breadcrumbs */
/* renamed to 'bottom_nav' */
#bottom_nav {
    text-align: center;
    padding: 3px;
    margin:0px auto;
}


#bottom_nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 


#bottom_nav ul li {
    font-weight: bold;
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}


/* Home page */
#main_index  {
	width: 190px;
	float: left;
	list-style: none;
	font-size: 25px;
    font-weight: bold;
}    


li.main_index {
	padding-bottom: 15px;
	text-align: center;
}


#team_photo {
    float: right;
    padding-top: 40px;
}  


#big_logo {
    float: left;
    padding:5px 5px 0px 0px;
    border: 0px;
}    


/* Performances page */
h3.date {
    border-top: 1px dotted #d1d1d1;
    padding-top: 5px;
}


/* What Is... page */
blockquote {
    margin: 0 150px; /*Should be auto centered, but not working in IE6*/
    padding: 0;
}


p.quote {
    font-style: italic;
}


p.author {
    padding-left: 55px;
    font-size: 83%;
    color: #555555;
}


/* Ales Index */
img.ale {
    border: 0px;
}
