#main{
    float:left;
    width:520px;
}

	#main div#contentHeader {
      	padding:12px 20px;
	}

	#main div#content{
		padding-right:12px;
	}

		#main div#content img{
			border:4px solid #fff;
		}
		

		#main div#content p.intro{
			font-weight:bold;
			font-size:1.17em;
		}

		#main div#content p.withImageLeft{
			float:left;
			width:234px;
			border:4px solid #fff;
			background:#dadadc;
			margin:0 1em 1em 0;
			font-size:0.92em;
		}

			#main div#content p.withImageLeft img{
				border:0;
				border-bottom:1px solid #fff;
			}
			#main div#content p.withImageLeft span{
				padding:5px;
				display:block;
			}

		#main div#content p.withImageRight{
			float:right;
			width:234px;
			border:4px solid #fff;
			background:#dadadc;
			margin:0 0 1em 1em;
			font-size:0.92em;
		}

			#main div#content p.withImageRight img{
				border:0;
				border-bottom:1px solid #fff;
			}
			#main div#content p.withImageRight span{
				padding:5px;
				display:block;
			}



		#main div#content .quoteLeft{
			float:left;
			width:218px;
			padding:25px 12px 0 12px;
			background:url(../img/quote_top.gif) top left no-repeat #f2635b;
			color:#fff;
			margin:1em 1em 1em 0;
			font-size:1.17em;			
		}

			#main div#content .quoteLeft *{	
				display:block;
 				clear:both;
				padding:0 12px 25px 0;
				background:url(../img/quote_btm.gif) bottom right no-repeat #f2635b;
				width:218px;
				float:left;
				font-size:0.79em;
				font-weight:bold;
				color:#fce0de;
				font-style:normal;		
			}





		#main div#content .quoteRight{
			float:right;
			width:218px;
			padding:25px 12px 0 12px;
			background:url(../img/quote_top.gif) top left no-repeat #f2635b;
			color:#fff;
			margin:1em 0 1em 1em;
			font-size:1.17em;			
		}

			#main div#content .quoteRight *{	
				display:block;
 				clear:both;
				padding:0 0 25px 0;
				background:url(../img/quote_btm.gif) bottom right no-repeat #f2635b;
				width:230px;
				float:left;
				font-size:0.79em;
				font-weight:bold;
				color:#fce0de;
				font-style:normal;				
			}

 


		#main div#content div.contentFooter{
			border-top:1px solid #ccc;	
			border-bottom:1px solid #ccc;
			padding:3px 0;
			width:100%;
		}
			#main div#content div.contentFooter a.topLink{
				float:right;
			}

			
