/*<!-------------------------------------------------------------->*/
/*<!----------       Calvary UMC Web Site Project       ---------->*/
/*<!-------------------------------------------------------------->*/
/*<!---        Name:  sitelayout.css                           --->*/
/*<!---     Authors:  Cindy Newton, Jeff Bacon                 --->*/
/*<!---               Jeff Sterup, & Russ Beechley             --->*/
/*<!---       Class:  Web Programming Project                  --->*/
/*<!---  Instructor:  Rich Mildenberger                        --->*/
/*<!---  Description                                           --->*/
/*<!---    Style sheet for the content page                      --->*/
/*<!---    This will be used by the index and content pages    --->*/
/*<!-------------------------------------------------------------->*/

/***********************/
/* Left Side Container */
/***********************/
#contentleft{
	float: left; 
	width: 10%;
	font-size: 1em;
	overflow: inherit;
}

/***********************/
/* Middle Container */
/***********************/
#contentmiddle{
	float: left; 
	width: 60%;
	text-align: left;
	border:0px solid #ff0000;
}

/***********************/
/* Right Side Container */
/***********************/
#contentright{
	float: right; 
	width: 25%;
	text-align: left;
	font-size:.8em;
}

#contentright img{
	width:  12em;
}

.podBoxHead{font-size:100%;margin:10px 0 7px;padding:7px 10px 7px 10px;background-color:#eee;color:#444;-moz-border-radius:.5em;-webkit-border-radius:.5em;color:#fff;}

