/* CSS Layout */

/* Start of Global page settings. Should get over-ridden later on*/


body {
	font-family				: Arial, Verdana, Helvetica, sans-serif;
 	text-align				: center;
 	font-size				: 76.1%;
	color					: #000;
	margin					: 0px;
	padding					: 0px; 
	background-color		: #FFF;

}

h1, h2, h3, h4, h5, h6, p{
margin						: 1em 0;
padding						: 0;
}

img.graphic {
 	display					: block;
}

/* End of Global page settings. Should get over-ridden later on*/


/*Line Heights and base font size adjustment*/
/* Font sizing later is defined in ems. Based on CSS font discussions - do a google*/
#wrapper {
	width					: 837px;
	margin					: 0px auto; /* sets site to center float */
	padding					: 0px; 
	background-color		: #FFF;
}

#container {
	width					: 837px;
	margin					: 25px 0px 0px 0px;
	padding					: 0px;
	height					: auto;
}


/**** Image Landing Begin ****/
#landing {
	background-image		: url(../images/landing.jpg);
	background-repeat		: no-repeat;
	width					: 846px;
	height					: 612px;
	position				: relative;
}

/* .bottom {
	margin-top				: 0px;
	padding 				: 0px;
}*/

#landing ul {
	margin					: 0px;
	padding					: 0px;
	list-style				: none;
}

li {
	margin					: 0px;
	padding					: 0px;
}

#landing a {
	position				: absolute;
	text-indent				: 0em;
}

#landing .registration a {
	top						: 518px;
	left					: 590px;
	width 					: 270px;
	height					: 30px;
}

#landing .contact a {
	top						: 578px;
	left					: 590px;
	width 					: 270px;
	height					: 30px;
}

#landing .degrees a {
	top						: 248px;
	left					: 590px;
	width 					: 270px;
	height					: 230px;
}

#contact a {
	position				: absolute;
	width 					: 200px;
	height					: 20px;
	text-indent				: 0em;
}

#express .express a {
	top						: 280px;
	left					: 620px;
}

/**** Image Landing End ****/