/* ### UITLEG COLORS ### */
body { height: 100%; background: url('../images/blogBg.png') #f5f5f5 repeat-x; }
#headerCntr h1 a { background: url('../images/logoB.png') no-repeat; }

	/* ### BANNER CONTAINER ### */
	#bannerCntr { margin: 0px 4px 7px 4px; position: relative; width: 962px; height: 108px; background: url('../images/blogBanner.png') no-repeat bottom; }
	#bannerCntr h1 a { display: block; width: 460px; height: 108px;text-indent: -9999px; }
	/* #bannerCntr h1 { display: none; } */
	#bannerCntr h2 { display: none; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { margin: 0px 4px 0px 4px; overflow: hidden; width: 962px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { float: left; width: 665px; background: url('../images/uitlegContent.gif') repeat-y; }
		#leftCntr div.lBottom { padding: 18px; width: 629px; background: url('../images/leftBottom.gif') no-repeat bottom; }
						
		/* ### RIGHT CONTAINER ### */
		#rightCntr { padding-top: 10px; float: right; width: 282px; }
		img.size-full, img.size-medium, img.size-thumbnail  { float:right; margin:3px; padding: 5px; margin-left:13px;border: 1px solid #dedede; background: #fff; }
		.alignright{float:right;margin-left:13px;margin-top:-5px; padding:0;}
		.wp-caption-text{align:right;margin 0;font-weight:bold;}
		.commentheader{font-weight:bold;padding:0;margin:0 0 10 0;}
		.blogfooter{width:600px;clear:both;}
		img{display:inline}

.textBox p {
	text-align: justify;
}


			/* ### QUOTE BOX ### */
			.quoteBox { margin-bottom: 20px; position: relative; width: 282px; background: url('../images/quote2Bg.gif') repeat-y top; }
			.quoteBox div.top { background: url('../images/quote2Top.gif') no-repeat top; }
			.quoteBox div.bottom { padding: 20px 20px 75px 20px; background: url('../images/quote2Bottom.gif') no-repeat bottom; }
			.quoteBox div.quote { padding-bottom: 20px; background: url('../images/quote1.gif') no-repeat left top; }
			.quoteBox blockquote { text-indent: 30px; font: italic 13px/18px Georgia,Times,"Times New Roman",serif; background: url('../images/quote2.gif') no-repeat right bottom; }
			.quoteBox h4 { font-size: 12px; font-weight: bold; text-align: right; }
			.quoteBox a { position: absolute; bottom: 25px; right: 0px; font-size: 12px; color: #319eee; }
			.quoteBox a:hover { color: #e58d0a; }

