@charset "utf-8";
body {
	background-color: #E9EDF7;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	color: #333333;
	font-size: 12px;
	line-height: 1.325em;
}
#logoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	color: #FFF;
	margin: 20px;
	text-transform: uppercase;
}

#container {
	width: 1024px;
	margin: auto;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
}
#container-inner {
	position:relative;
	top: 30px;
	width:1024px;
	z-index:1;
	background-color: #FFF;	
}
#container-title {
	position:relative;
	top: 20px;
	width:1024px;
	z-index:1;
	background-color: #FFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;

}

#smlImage {
	position:relative;
	top: 70px;
	left: 45px;
	width:160px;
	height:113px;
	z-index:2;
	background-image:url(images/images-computerscience-main1.jpg);
}

/*
-----------------------------------------------
GLOBAL HEADER
*/

#global-header {
	background-color: #364395;
	height: 50px;
}
#global-header-inner {
	width: 1024px;
	margin: auto;
	padding: 0px;
	background-color: #364395;
}
#global-header-logo {
	width: 134px;
	height: 50px;
	background-color: #364395;
	background-image: url(images/pearson-logo.png);
	float: left;
}
#global-header-logo-AL {
	width: 194px;
	height: 50px;
	background-color: #364395;
	background-image: url(images/AL-logo.png);
	float: right;
}
/*
-----------------------------------------------
END GLOBAL HEADER
*/


/*
-----------------------------------------------
GLOBAL FOOTER
*/

#global-footer {
	background-color: #364395;
	height: 40px;
	position: relative;
	top: 0px;
}

/*
-----------------------------------------------
GLOBAL FOOTER
*/
