/* Modifies Styles in layout-styles.css for use on directory listing pages */

/*
#page {
background: url(/img/template/header_box_mypage.gif) no-repeat left top;
}
*/

/* hide OUTER SKYSCRAPER */
#column-03 {
	float: none;
	display: none;
}

/* set width for 2nd column */
#column-02-X {
  width: 650px;
  float: left;
  padding: 0 0 0 15px;
}


/*
#content_top {
margin-top: 7px;
width: 995px;
height: 11px;
background: url(/img/template/content_bg_top_WIDE.gif) no-repeat;
}

#innerpage {
width: 995px;
background: url(/img/template/content_bg_tile_WIDE.gif) repeat;
}

#footer {
width: 995px;
}
*/

