/**********************************************************************/
/*    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%;
}
#header_text,
#page_image_container,
#navigation_container,
#breadcrumb_container,
#page_right_container,
#footer_sitemap_container,
#footer_sign,
ul#footer_navigation,
.footer_description,
.accessibility {
	display: none;
}

#footer_container{
	padding-top: 20px;
}