* {

	margin: 0;

	}

html {

	background-color: rgb(205,133,63);

	}

/* Start of Layout */


body {

	text-align: center; /* ie quirks fix */
	font-family: arial;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: black;

	}

body#alumni div#container {
	
	text-align: left; /* ie quirks fix */
	margin: 10px auto 10px auto;
	width: 1000px;
	height: 651px;
	position: relative;
	background-image: url("alumnibg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	
	}

body#alumni div#header {

	position: absolute;
	top: 30px;
	left: 40px;
	width: 650px;
	height: 100px;
	
	}

body#alumni div#body {

	position: absolute;
	top: 90px;
	left: 40px;
	width: 450px;
	height: 300px;

	}

body#alumni div#nav {

	position: absolute;
	top: 150px;
	left: 770px;
	width: 200px;
	height: 400px;

	}

/* End of Layout */

/* Start of Text Replacement */

body#alumni h1 {

	height: 48px;
	width: 138px;
	background-image: url("alumni.jpg");
	background-repeat: no-repeat; 
	text-indent: -9999px;

	}

/*End of Text Replacement */

a {

	text-decoration: none;
        outline: none;
    
	}

a:hover,
a:focus,
a:active {

	background-color: blue;
	color: white;

	}

a {

	color: blue;

	}
