@charset "utf-8";
/* USD 368 Structure */

/*****************************************************General Tags****************************************************/
html
	{
		height: 100%;
		margin-bottom: 1px;
	}

body 
	{
		background-color: #FFFFFF;
	}

/*****************************************************Site Containers****************************************************/

#first_container
	{
		margin: 0 auto 0 auto;
		height: 100%;
		position: relative;
		width: 900px;
	}

#second_container
	{
		position:absolute;
		top: 180px;
		width: 100%
	}
	
#third_container
	{
		position: relative;
		width: 900px;
	}

/*****************************************************Parts of the Site****************************************************/

#banner
	{
		background-image: url("assets/images/structure/banner/ae_banner.jpg");
		background-repeat: no-repeat;
		height: 212px;
		width: 899px;
	}

.navigation
	{
		height: 400px;
		width: 151px;
		position: absolute;
		top: 32px;
		left: 43px;
		line-height: 220%;
	}

.navfont
	{
	text-decoration: none;
	text-align: left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	left: 5px;
	color:#FFCC00;
	width: 142px;
	}
.navfont:hover
{
color:#FFFFFF;
}
.content
	{
		position: absolute;
		top:39px;
		left:223px;
		width: 675px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
	}
	
.bottomnav
	{
		position:relative;
		top: 75px;
		width: 525px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:800;
	}

.spacer
	{
	height: 70px;
	width: 151px;
	position: absolute;
	top: 527px;
	left: 148px;
	}

.school_nav
	{
		text-align:center;
		font-size:10px;
		position:absolute;
		left:115px;
		top:-44px;
		width: 339px;
	}
	
.contactinfo
	{
	height: 250px;
	width: 151px;
	position: absolute;
	top: 277px;
	left: 48px;
	line-height: 100%;
	background-color:#000000;
	color:#FFCC00;
	text-align:center;
	}
