@charset "UTF-8";
/* CSS Document */
body{
	background: #98c2ec;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.image_replace *{
	display: none;
}
a img{
	border: none;
}
a.fill{
	display: block;
	width: 100%;
	height: 100%;
}
a{
	font-weight: bold;
	color: #05509E;
	text-decoration: none;
}
a.hover{
	text-decoration: underline;
}
#container{
	width: 955px;
	margin: auto;
	position: relative;
	
}
/* Header */
	#header{
		height: 200px;
		position: relative;
	}

	#logo{
		position: absolute;
		width: 510px;
		height: 160px;
		top: 0px;
		left: 0px;
		background: url(../img/logo.png) no-repeat;
	}
	#slogan{
		position: absolute;
		width: 512px;
		height: 20px;
		top: 135px;
		left: 190px;
		background: url(../img/slogan.png) no-repeat;
	}
	/* Navigation */
		#navigation{
			list-style: none;
			position: absolute;
			top: 0px;
			left: -10px;
			margin: 0px;
			padding: 0px;
		}
		#navigation li{
			width: 112px;
			height: 55px;
			display: block;
			float: left;
		}
		#about{
			background: url(../img/nav_about.png);
		}
		#curriculum{
			background: url(../img/nav_curriculum.png);
		}
		#admissions{
			background: url(../img/nav_admissions.png);
		}
		#policies{
			background: url(../img/nav_policies.png);
		}
		#faculty{
			background: url(../img/nav_faculty.png);
		}
		#school_life{
			background: url(../img/nav_school_life.png)
		}
		#contact_us{
			background: url(../img/nav_contact.png)
		}
	/* End Navigation */
/* End Header */

/* Photos */
#photos{
	position: absolute;
	right: 10px;
	top: 60px;
	width: 200px;
	height: 675px;
}

/* Body */
	#body{
		width: 810px;
		min-height: 200px;
		position: relative;
		margin-top: 120px;
		margin-bottom: 145px;
		background: url(../img/bg_content.png) repeat-y top center;
	}
	#top_bg{
		width: 810px;
		height: 145px;
		position: absolute;
		top: -145px;
		background: url(../img/bg_top.png) no-repeat;
	}
	#body #content{
		width: 500px;
		position: relative;
		left: 190px;
		top: -20px;
	}
	#body #bottom_bg{
		width: 810px;
		height: 145px;
		position: absolute;
		left: 0px;
		bottom: -145px;
		background: url(../img/bg_bottom.png) no-repeat;
	}
/* End Body */

#footer{
	position: relative;
	top: -90px;
	text-align: center;
	width: 100%;
	font-size: 12px;
}

/* Forms */
label{
	display: block;
	width: 80px;
	text-align: right;
	float: left;
	margin-right: 20px;
}
.input{
	clear: both;
	margin-bottom: 10px;
}
.submit input{
	margin-left: 100px;
}
.error-message{
	color: #900;
	margin-left: 100px;
}
/* End Forms */