@charset "utf-8";
/* CSS Document */

/* all pages */

#wrapper_1 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper_2 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#wallpaper_1 {
	height: 980px;
	width: 150px;
	float: left;
}


#navigation {
	height: 60px;
	width: 800px;
	margin-left: -25px;
}


#content {
	width: 650px;
	float: right;
}


#copyright {
	margin-right: auto;
	margin-left: auto;
}



/* homepage - index.html */

#home_wrapper {
	width: 985px;
	height: 585px;
	margin-right: auto;
	margin-left: auto;
}

#introduction {
	background-color: none;
	float: left;
	width: 270px;
}

#home_copyright {
	margin: 23px 0px 0px 8%;
}

#newsflash {
	background-color: #FFFFFF;
	float: left;
	height: 585px;
	margin-left: 775px;
	margin-top: -580px;
}



/* newsflash page - newsflash.html */

#newsflash_wrapper	{
	width: 150px;
	height: 441px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}


/* other pages */



/* About Us page - about.html */

#litexecs {
	float: left;
	width: 200px;
	margin-left: 40px;
}

#former {
	float: right;
	width: 200px;
	margin-right: 40px;
}

#advisor {
	margin-top: 40px;
	margin-left: 40px;
	width: 200px;

}