
#wrapper {
	padding: 0;
	width: 900px;
	margin:0px auto;
}
#menu {	
	width: 100%;
	background-color:#000000;
	overflow:hidden;
}
#menu ul, li{
	list-style-type: none;	
}
#menu ul{
	margin: 0;
	padding: 0;	
}
#menu li {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	display: block;
}
#menu a {
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 18px;	
	text-decoration: none;
}
#menu a.current {
	background: #e53227 url("img/hover.gif") bottom center no-repeat;
	
}
#menu a:hover {
	background: #2a7cb9 url("img/ahover.gif") bottom center no-repeat;
}
#header-img{
	background: #e53227 url("img/header.jpg") top center no-repeat;
	padding-top: 400px;
}
#institutions{
	background: #4b4b4b;		
	padding: 0px 10px 0px 20px;
	font-size:10px;
	color:#CCCCCC;
}
#insTop{
	margin-top: 20px; 
	padding-top: 18px; 
	background-color: #fec61b;
	background-image:  url("img/institutionsTop.gif");
	background-repeat:no-repeat;
	background-position: bottom center;
}
#insBot{
	padding-top: 18px; 
	background-color: #fec61b;
	background-image:  url("img/institutionsBottom.gif");
	background-repeat:no-repeat;
	background-position: bottom center;
}
#footer{
	text-align:right;
	padding: 10px;
	background-color: #fec61b;
	background-image:  url("img/footerBottom.gif");
	background-repeat:no-repeat;
	background-position: center bottom;
}
#footer img{
	border: 0px;
	padding-left: 10px;
}

