/*
 * The site logo should be 950 px wide.
 * Smaller logos can work if the background color is white.
 *
 */

#site_logo {
	height: 80px;
	background: transparent url(../images/banner.png) no-repeat;
}

/*
 * The striped background override.  Please use only university approved colors.
 *
 */
/*
html {
	background: transparent url(../images/page_bg.jpg) repeat;
}
*/


/*
 * Image directory overrides.
 * Change this only if you keep your templates images in a folder other than /images/
 * Do *NOT* modify the image files themselves.
 */
 
/*
.topshadow[class] {
	background:transparent url('../images/top_shadow.png') no-repeat;
}

div.shadowcontainer[class] {
	background-image:url('../images/sides_shadow.png');
}

.bottomshadow[class] {
	background:transparent url('../images/bottom_shadow.png') no-repeat;
}

#main_content {
	background-image: url('../images/body_green_bg.jpg');
}

#contentcontainer {
	background: transparent url('../images/colbg.gif');
}

.calloutbox {
	background: #F4EFDF url('../images/callout_bg.png');
}

*/

