* {
	margin: 0; padding: 0; border: none; text-decoration: none;
}

body {
	background: url(../images/bg_grad.png) #89b4e2 top repeat-x;
}

.nav_right {
	font: 0.7em "Verdana", sans-serif;
	color: #27588d;
	line-height: 17px;
	margin-left: 10px;
	margin-right: 10px;
}

#container {
	width: 747px;
	background: url(../images/bg.png) repeat-y scroll;
	margin: 0 auto 0 auto;
}

#header_top {
	height: 42px;
	background: url(../images/header_top.png) no-repeat;
}

#header_photo {
	position: relative;
	height: 207px;
}

	#header_photo_left {
	height:207px;
	width:10px;
	float:left; 
	background: url(../images/header_photo_left.png);	
	}
	
	#header_photo_center {
	height:207px;
	width:727px;
	float:left;
	}
	
	#header_photo_right {
	height:207px;
	width:10px;
	float:right;
	background: url(../images/header_photo_right.png);
	}

    #school_logo{
		position:absolute;
		top: 20px;
		left: 35px;
		background: url(../images/logos/school.png) no-repeat;
		width:100px;
		height:100px;
	}

	#nav_top {
		position: absolute;
		bottom:0;
		left: 10px;
		height: 26px;
		width: 727px;
	}
	
	#nav_top li {
		list-style:none;
		float: left;
		margin-left: 10px;
	}
	
	#nav_top li a {
		font: 0.7em "Arial", sans-serif;
		font-weight: bold;
		color: #1a3f67;
		display:block;
		height: 26px;
		background: url(../images/bg_nav.png);
		padding-right: 5px;
		padding-left: 5px;
	}
	
	#nav_top li a:hover {
		color: #ffffff;
		background: #1a3f67;
	}

	#nav_top li p {
		padding-top: 5px;
	}

	#nav_top_right {
		position: absolute;
		bottom:0;
		right: 10px;
		height: 26px;
		width: 150px;
	}
	
	#nav_top_right li {
		list-style:none;
		float: right;
		margin-right: 10px;
	}
	
	#nav_top_right li a {
		font: 0.7em "Arial", sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		display:block;
		height: 26px;
		background: url(../images/bg_nav_left.png);
		padding-right: 5px;
		padding-left: 5px;
	}
	
	#nav_top_right li a:hover {
		color: #1a3f67;
		background: #FFFFFF;
	}

	#nav_top_right li p {
		padding-top: 5px;
	}

#header_bottom {
	width: 747px;
	height: 41px;
}

	#header_bottom_left {
		width: 521px;
		height: 41px;
		background: url(../images/header_bottom_left.png) no-repeat;
		float:left;
	}


	#header_bottom_right {
		width: 226px;
		height: 41px;
		background: url(../images/header_bottom_right.png) no-repeat;
		float:right;
	}

#body {
	width: 747px;
	min-height:500px;
	padding-top: 20px;
}

	#content {
		width: 521px;
		float:left;
	}

	#nav_right {
		width: 226px;
		float:right;
	}
	
	#nav_right li {
		margin-left: 10px;
		margin-right: 20px;
		list-style:none;
		padding-left:20px;
		padding-bottom:3px;
		line-height:23px;
		background:url(../images/nav/li.png) no-repeat left;
	}

#menu2 {
	width: 15em;
	margin-left: 16px;
	border:1px dotted #98C0EA;
	border-bottom: 2px solid #98C0EA;
	border-right: 1px solid #98C0EA;
	padding: 10px 0px 10px 6px;
	background: #FFFFFF;
}

#rss {
	font: 0.7em "Verdana", sans-serif;
	color: #27588d;
	width: 16em;
	margin-left: 16px;
	padding: 10px 0px 10px 6px;
}


#footer {
	position:relative;
	height: 127px;
	background: url(../images/footer.png) no-repeat;
	clear:both;
	padding-left: 25px;
}
	#esf_logo{
		position: absolute;
		top: 35px;
		right: 20px;
		height: 50px;
		width: 50px;
	}
		#esf_logo a{ 
			background: url(../images/logos/esf.png) no-repeat;
			display: block;
			width:50px;
			height:50px;
		}
		
		#esf_logo a:hover{
			background: url(../images/logos/esf.png) no-repeat;
		}
	
	#ib_logo{ 
		position: absolute;
		top: 35px;
		right: 80px;
		height: 50px;
		width: 50px;
	}
		#ib_logo a{
			background: url(../images/logos/ib.png) no-repeat;
			display:block;
			width:50px;
			height:50px;
		}	
		
		#ib_logo a:hover{
			background: url(../images/logos/ib.png) no-repeat;
		}
				