/**********************************************************************/
/*    I N D E X                                                       */
/**********************************************************************/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
/* CSS Document */
@import "global.css";


/* list menu */
@import "footer.css";


/* pages */
@import "content.css";

hr{
	clear: both;
	display: block;
}

.wrapper{
	width: 100%;
}

#banner_pic,
#navigation_container,
.accessibility_skip_to,
#breadcrumb_container{
	display: none;
}


