/*------------------- Inner Page  ---------------------------*/
/*-------------------------------------------------------*/

#contentHeader
{
	width:400px;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
}


#mainImage
{
	border: 1px solid #90b8d5;
	padding:2px;
	width:432px;
	float:right;
	margin-top:-94px;
	margin-right:30px;
	display:inline;
}

#block_contentText
{
	width:400px;
	margin-left:10px;
	text-align:center;
	font-size:0.8em;
	margin-top:15px;
}

#contentBreaker
{
	text-align:center;
	margin-top:15px;
	width:425px;
}

.box
{
	float:left;
	display:inline;
	border: 1px solid #90b8d5;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:10px;
	margin-left:10px;
	width:419px;
	padding:3px;

}

.innerBox
{
	background-image:url('../images/boxBackground.gif');
	background-repeat: repeat-x;
	background-position: 0 2px ;
	font-size:0.8em;
}

.hideOverflow
{
	height:120px;
	overflow:hidden;
}

blockquote.qoutes
{
  padding: 8px;
  margin: 0px;
  background-image: url('../images/openQuote.gif');
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;

  }
  blockquote.qoutes div {
     display: block;
     background-image: url('../images/closeQuote.gif');
     background-repeat: no-repeat;
     background-position: bottom right;
	 margin-top:5px;
	padding-bottom:5px;
	margin-right:5px;
   }

.boxImage
{
	float:left;
	display:inline;
	background-color:#90b8d5;
	margin-left:10px;
	margin-right:15px;
	margin-top:10px;
	padding:3px;
	margin-bottom:10px;
	width:126px;
}