/***********************************************************************
	Official UNIVERSITY OF HOUSON stylesheet for all ACADEMICS pages.
	This stylesheet should be attached to all pages within uh.edu/academics
	Created: September 2007, by the IT Web Technologies Group.  
	Last Updated: September 2007.
 
 CONTENTS: 
	
 	IDs
	---------
	banner-wrapper
	
/************************************************************************/
#banner-wrapper { 
	background: #757575 url("http://www.uh.edu/police/landing-v-center.jpg");
	background-repeat: no-repeat; 
	}

#badge{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="this-is-where-you-put-a-patch-if-you-want.png");
	}
	
/* IE ignores styles with [attributes], so it will skip the following. */
#badge[id] {
	background: url('http://www.uh.edu/police/this-is-where-you-put-a-patch-if-you-want.png') no-repeat;
	
	}


#photo-wrapper{
    background: #757575 url("../subpage-opt-v-center.jpg");
    background-repeat: no-repeat;
    background-position: 476px 6px;
		}