/**********************************************************************/
/*    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
 *
 */
 

@import "global.css";
@import "text.css";
@import "tools.css";

@import "footer.css";

/* pages */
@import "content.css";



.wrapper{
	width: 100%;
}
#navigation_container,
#page_left_container,
.accessibility {
	display: none;
}


#footer_container{
	padding-top: 20px;
}
