body {background: #d2d2d2; margin:0; text-align:center;}

/*   MOBILE DEVICES   */
@media only screen   
and (min-device-width : 320px)   
and (max-device-width : 1024px) {
	#mid_border_left, #mid_border_right {display:none;}
	#main_image img.shadow, #main_image img.photo {width:100% !important; height:auto;}
	
	#mid_txarea_wrap {width:100% !important;}
}

/*   HEADER ITEMS -- Located in defaultstyle.css   */
		
/*   MENU ITEMS -- Located in defaultstyle.css  */
	
/*   MAIN IMAGE ITEMS   */
#main_image {position:relative; height:253px;}
	#main_image img.shadow{position:absolute; width:100%; top:-7px; left:0; z-index:50; opacity:0.50; filter: alpha(opacity = 50);display:none; }
	#main_image img.photo {position:absolute; width:100%; top:0; left:0; z-index:20;}
	
/*   TEXT AREA ITEMS */
#mid_wrap {background:url(images/mid_bg.png) top repeat; min-height:400px; position:relative; z-index:400;}
	#mid_bottom_shade {min-height:400px; background:url(images/mid_bg_shades.png) bottom repeat-x;}
	#mid_border_left, #mid_border_right {background: url(images/sprite_image2.png) 254px -32px repeat-x; height:32px; width:50%; position:absolute; top:-23px; z-index:50;}
	#mid_border_left {left:-50%;}
	#mid_border_right {right:-50%;}
	#mid_txarea_wrap {width:1020px; min-height:400px; margin:0 auto; position: relative; z-index:500;}
		#txarea_top {position:absolute; top:-36px; left:0; width:100%; height:48px; background:url(images/content_txarea_top.png) top no-repeat; z-index:50;}
		#txarea_tile {position:relative; background:url(images/content_txarea_tile.png) top repeat-y; min-height:300px; z-index:100; padding:0 30px; text-align:left; overflow:hidden;}
		#txarea_foot {position:relative; background:url(images/content_txarea_foot.png) top no-repeat; height:92px; z-index:100;}

/*   FOOTER ITEMS -- Located in defaultstyle.css  */	