/* CSS Document */
/* Media: Print */
/* Created by Studio 24 Ltd 01.11.06 */
/* Updated: 30.11.06 by SRJ */

/* Hide elements */
#nav-utilities, #nav-primary, #nav-secondary, #footer
{
	display: none;
}

/* Layout */
#wrap {
	width: 100%;
}

/* Branding area */
#branding {
	width: 100%;
	border-bottom: 10px solid #d10809;
	margin: 0 0 1em 0;
}

#branding img {
	border: 0;
	padding: 0;
}

/* Make this important to override JS width setting for IE */
#container {
  	width: auto !important;
}

