/* 
	Site Layout Information
	
	This stylesheet information defines the general layout of the website. Properties such as the
	locations of content panels, text formatting, and other global formatting paraemters
	for website elements are defined here.

	Date:		8-1-2005
	Author:	Mike McMahon
*/

body{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* Divisions */

div.header_background{
	background-image: url(http://www.cse.unr.edu/images/layout/repeat_top.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 100px;
}

div.header{
	background-image: url(http://www.cse.unr.edu/images/layout/header.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
}

/* Image alignment */

img{
	border:0px;
}

