/* * * --- RIGHT MARGIN BOX STYLES --- * * */

div.main_gray_white_box {
	width:572px; 
	height:auto; 
	padding-top:10px; 
	background-image:url(images/main_box_gray_white.png); 
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0 0 10px 0;
	}
	
div.main_gray_white_box_inside {
	width:auto; 
	padding:0 10px 10px 10px; 
	height:auto; 
	background-image:url(images/main_box_gray_white.png); 
	background-position:bottom center; 
	background-repeat:no-repeat;
	}
	
div.main_gray_gray_box {
	width:572px; 
	height:auto; 
	padding-top:10px; 
	background-image:url(images/main_box_gray_gray.png); 
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0 0 10px 0;
	}
	
div.main_gray_gray_box_inside {
	width:auto; 
	padding:0 10px 10px 10px; 
	height:auto; 
	background-image:url(images/main_box_gray_gray.png); 
	background-position:bottom center; 
	background-repeat:no-repeat;
	}
	
div.main_orange_yellow_box {
	width:572px; 
	height:auto; 
	padding-top:10px; 
	background-image:url(images/main_box_orange_yellow.png); 
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0 0 10px 0;
	}
	
div.main_orange_yellow_box_inside {
	width:auto; 
	padding:0 10px 10px 10px; 
	height:auto; 
	background-image:url(images/main_box_orange_yellow.png); 
	background-position:bottom center; 
	background-repeat:no-repeat;
	}
	
div.main_red_gray_box {
	width:572px; 
	height:auto; 
	padding-top:10px; 
	background-image:url(images/main_box_red_gray.png); 
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0 0 10px 0;
	}
	
div.main_red_gray_box_inside {
	width:auto; 
	padding:0 10px 10px 10px; 
	height:auto; 
	background-image:url(images/main_box_red_gray.png); 
	background-position:bottom center; 
	background-repeat:no-repeat;
	}
	
div.main_box_container {
	width:572px; 
	height:auto; 
	margin-bottom:10px;
	}
	
div.main_box_container div.box_top_gray {
	width:auto; 
	height:10px; 
	background:url(images/main_box_gray_gray.png) top center no-repeat;
	}
	
div.main_box_container div.box_center_gray {
	width:auto; 
	height:auto; 
	padding:0 10px 0 10px; 
	background:url(images/main_box_gray_gray.png) 0 -10px no-repeat;
	}
	
div.main_box_container div.box_bottom_gray {
	width:auto; 
	height:10px; 
	background:url(images/main_box_gray_gray.png) bottom center no-repeat;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
