/* CSS Document */
body {
		text-align:center;
		margin:0;
		height: 865px;
		}
#frame {
		width:765px;
		min-height:1000px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:200px;
		float:left;
		background:transparent;
		border:1px none red;
		}
	#contentleft P {line-height: 2em;}

	#contentcenter {
		width:355px;
		/*padding-left:10px;*/
		padding-top: 15px;
		padding-left: 5px;
		padding-bottom: 20px;
		float:left;
		background:transparent;
		border:1px none green;
		}
	#contentcenter P {text-align: justify; width: 350px}
	
	#contentright {
		width:200px;
		padding:0px;
		float:left;
		background:transparent;
		border:1px none blue;
		}
			 		
	#contentright P {line-height: 2em}
	
	#contentheader {background:transparent;}
	
	#copyright {font-size: 65%;}
	
	/* add ur elements here to make it comic sans */	
	p,h1, h2, h3, pre, li, ol, #copyright {font-family:Comic Sans MS;  font-weight:normal;}
	p {font-size: 75%;}
		
	h1 {font-size:110%;}
	h2 {font-size:110%; margin-bottom:0}	
	P.subtitle {margin: 0; font-weight:bold}
	A { font-family:Comic Sans MS;}
	
	/*nav and type1 need to be 5 pixels different in height*/
	.nav {min-height:210px; height:210px; border:1px none blue; padding-top:5px; padding-left:10px; line-height: 2em;}
	.nav A {font-size: 70%;}
	
	.mainImage {border: 1px none grey; width:auto; padding-top:20px; display:block}
	.type1 {min-height:215px; height:215px; border:1px none blue;}
	.type2 {height:auto; border:1px none blue;}
	.bioPicsL {padding: 3px; padding-right: 16px; float:left }
	.bioPicsR {padding: 3px; padding-left: 16px; float:right }