body 
{
	margin:0px;
	background-color:#FFFFC9; 
	font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", "sans-serif";
}
#frame {
	width:100%;
	margin-right:auto;
	margin-left:0px;
	padding:0px;
	text-align:left;
}

#contentheader {
/*	background-image: url(../images/carolinejournalheaderyellowv2.png); */
	height:150px;
	min-height:175px;
	/*	min-height:175px; margin-left:100px;*/
	margin-bottom:1px;
}
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}	
#contentheader h2 {
	font-size: xx-large;
	display: none;
}

#contentleft {
	width:150px;
	padding:0px;
	float:left;
	background:#FFFFC9; 
}

#contentleft h2 {
	font-size:medium;
}

	
#contentcenter {
	width:525px;
	padding:0px;
	float:left;
	margin-left:50px; 
	font-size:11px;
}
	
#contentright {
	width:0px;
	padding:0px;
	float:left;
}
	
.box {
	background: #FFFFC9;
	font-size: 1.0em;
	line-height: 1.18em;
	border:none;/*solid 1px black;*/
	padding:5px;
}

p,pre {
	margin:0px 10px 10px 10px;
}

h1 {
  font-size: 22px; 
  line-height: 35px;  
  margin: 0.89em 0; 
  font-family:"scripts", "Vladimir Script";
}
h2 {
  font-size: 30px; /* 15px */
  line-height: 35px; /* 21px  */
  margin: 1.07em 0; /* 16px 0 */
}

h3 {
  font-size: 1em; /* 12px */
  font-style: italic;
  margin: 1.33em 0; /* 16px 0 */
}

a:link {
	color:Black;
	font-weight:600;
	font-size:90%;	
}
a:visited {	
	color:Gray;
}
a:link:hover {
	color:Blue;
} 