h1, h2, h3, h4, h5, h6 {
	color: #E7E7E7;
	font-style: normal;
}
body {
background: url(http://www.sauder.ubc.ca/sitecore/img/bg-MBA.jpg) center top no-repeat;
}
#mainheader #secondary {
width: 531px;
}

div#body-container  {
	width: 978px;
}

#menu-top-menu {
	width: 958px;
}

div#body-container, div#container {
	background: white;
}



#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}


#searchopen2
		{
			padding: 9px 0px 8px 10px; width: 73px;
			position: absolute; top: 0px; right: 10px;
			background: #b5be3d; color: black;
			font-size: 80%; font-weight: bold; text-decoration: none;
			-webkit-box-shadow: 0px 2px 2px RGBA(0,0,0,0.3); -moz-box-shadow: 0px 2px 2px RGBA(0,0,0,0.3); box-shadow: 0px 2px 2px RGBA(0,0,0,0.3);
		}