/* 
 * Erase the lines below to get rid of the image in the right sidebar and the brand image.
 */

#wrapper {
	background: transparent url(../images/all/_sidebarimg.png) 99% 99% no-repeat;
}

#brand {
	background: url(../images/all/_brand.png) 50% 30% no-repeat;
	position: relative;
	margin: 5px auto 0;
	width: 250px;
	height: 50px;
}



/* FIXED or FLUID WIDTH
 * 
 * Uncomment the lines below to have a fixed width layout.
 * You can modify the .sizer width or change it to 90% or whatever for a fluid layout.
 */

/*
.sizer {
	width: 1024px !important;
	max-width: none;
}
.page {
	padding: 0;
}
.expander0 {
	margin: 0;
	min-width: none;
}
*/



/* SPECIAL STATIC-MENU COLORS
 * 
 * Uncomment this to have different colors for first and last menu items.
 */

/*
#navlist li.first a {
	background: #D0932C;
}
#navlist li.last a {
	background: #BF5D8C;
}
*/


/*
 * Change the values below accordingly: XXX=menu numer; YYY=background color.
 */
 
/*
#navlist li.menu-XXX a {
	background: #YYY;
}
*/



