			/*Boxes - This works for all boxes on each side of the content area*/
				.box_clear h2, 
				.box_color_1 h2, 
				.box_color_2 h2, 
				.box_color_3 h2,
				.box  h2,
				.infobox h2
				{
					color: #666666;
					margin:0px 0px 10px 0px;
					width:100%;
				}
				.box_color_1 h2 span,
				.box_color_2 h2 span,
				.box_color_3 h2 span,
				.infobox h2	span	
				{
					color:#6B5042;
				}
				
				.box_clear h3, 
				.box_color_1 h3, 
				.box_color_2 h3, 
				.box_color_3 h3,
				.infobox h3,
				.box  h3
				{
					margin:0px 0px 10px 0px;
				}
				
				.box_color_1,
				.box_color_2,
				.box_color_3,
				.infobox
				{
					color: #666666;
					font-size:12px;
					border-top:1px dotted #6B5042;
					border-bottom:1px dotted #6B5042;
					margin:10px 0px 10px 0px;
					padding:20px 10px 20px 10px;
					line-height:16px;
				}
				
				.box_color_1 a,
				.box_color_2 a,
				.box_color_3 a,
				.infobox a
				{
					color:#E67300;
					display:block;
					text-align:right;
					text-decoration:none;
				}				
				
				.box_clear img, 
				.box_color_1 img, 
				.box_color_2 img, 
				.box_color_3 img
				.infobox img
				{
					margin:10px 0px 10px 0px;
				}
				
				/*Clear Box*/
					.box_clear h2 {
						border-bottom:1px solid #999999;
						margin-bottom:10px;
						padding:0px 0px 5px 10px;
						font-weight:normal;
					}
					.box_clear h2 span{
						color:#AA1224;
					}
					.box_clear {
						font-size:14px;
						color:#4A5059;
						margin:10px 0px 10px 0px;
					}
					.box_clear p {
						padding:10px;
					}
					
				/*Box Color 1 (pale green one)*/
					.box_color_1 {
						background:url(/images/template/effects/box1_bg.png) 10px 10px no-repeat #EEEEE2;
					}
					.box_color_1 div {
						background:url(/images/template/effects/box1_div_bg.png);
						padding:10px;
					}
					
				/*Box Color 2 (pale blue one)*/
					.box_color_2 {
						background:url(/images/template/effects/box2_bg.png) 10px 10px no-repeat #EEEFF1;
					}
					.box_color_2 div {
						background:url(/images/template/effects/box2_div_bg.png);
						padding:10px;
					}
					
				/*Box Color 2 (pale blue one)*/
					.box_color_3 {
						background:url(/images/template/effects/box3_bg.png) 10px 10px no-repeat #F9F7D9;
					}	
					.box_color_3 div {
						padding:10px;
					}	
					
				/*Info box (Based on box 3)*/
					.infobox {
						width:180px; 
						margin:0px 0px 10px 20px;
						padding-bottom:10px; 
						text-align:left; 
						font-size:11px; 
						float:right;
						background:url(/images/template/effects/box3_bg.png) 10px 10px no-repeat #F9F7D9;
					}
					.infobox ul {margin-top:5px;}
					.infobox h3 {font-size:14px;}
					.infobox h4 {font-size:13px; margin-bottom:5px; padding-bottom:0px;}
					.infobox div {padding-top:0px;}
					.infobox a {display:inline; text-align:left;}
						
						