@charset "utf-8";
/* CSS Document */

	#body_content #left .pink {
		margin:0px;
		padding:0px;
		position: relative;
		float:left;
		width:225px;
		/*height:343px;*/
		background:url(./../../images/pink/left_mid.jpg);
        background-position:left;		
		background-repeat:repeat-y;
		color:#fff;
		padding-left:7px;
		min-height:245px;
		*padding-top:20px; /* IE 7 */
	}

	#body_content #right .pink {
		margin:0px;
		padding:0px;
		position: relative;
		float:right;
		width:648px;
		/*height:343px;*/
		background:url(./../../images/pink/right_mid.jpg);
        background-position:left;		
		background-repeat:repeat-y;
		color:#fff;
		margin-right:0px;
		min-height:245px;
		*padding-top:20px; /* IE 7 */
	}

	#body_content #right .no_content {
		margin:0px;
		padding:0px;
		position: relative;
		float:right;
		width:648px;
		/*height:343px;*/
		background:url(./../../images/pink/right_mid.jpg);
        background-position:left;		
		background-repeat:repeat-y;
		color:#fff;
		margin-right:0px;
		*padding-top:20px; /* IE 7 */
	}
	
	#right-text
	{
	    padding-left:25px;
	    padding-right:30px;
	    margin-top:-10px;
	}
	
	#body_content #left-top
	{
	    float:left;
	    background:url(./../../images/pink/left_top.jpg);
	    background-position:left;
	    background-repeat:no-repeat;	    
	    height:37px;
	    width:225px;
	}
	
	#body_content #left-bottom
	{
	    background:url(./../../images/pink/left_bottom.jpg);
	    background-position:left;
	    background-repeat:no-repeat;	    
	    height:17px;
	    width:225px;
	    float:left;
	}
	
	#body_content #right-top
	{
	    background:url(./../../images/pink/right_top.jpg);
	    background-position:left;
	    background-repeat:no-repeat;
	    height:37px;
	    width:648px;
	    float:right;
	    margin-right:0px;
	}
	#body_content #right-bottom
	{
	    background:url(./../../images/pink/right_bottom.jpg);
	    background-position:left;
	    background-repeat:no-repeat;	    
	    height:17px;
	    width:648px;
	    float:right;
	    margin-right:0px;
	}		