body {
	border: 0;
	margin: 1em;
	padding: 0;
	
	font-family: Arial, "Lucida Grande", 'lucida sans unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	
	background-color: #fff;
	}

#container {
	/* min-width: 774px;
	max-width: 960px; */

	width: 740px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	display: block;
}

h1 {
	display: block;
	width: 100%;
	height: 194px;
	overflow: hidden;
	background-color: #233a80;
	position: relative;
	color: #fff;
	text-indent: -5000px;
	background-image: url(/img/rice-houston-2010-banner.jpg);
	background-repeat:no-repeat;
}


.centered {
	text-align: center;
}
.invis {
	display:none;
	
}



h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #233a80;
	
}


.nav {
	float: left;
	width: 100%;
	overflow:hidden;
	position: relative;
}
.nav ul {
	clear: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	position: relative;
	float: left;
	left: 50%;
	text-align: center;
	
}
.nav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	float: left;
	border: 0;
	position: relative;
	right: 50%;
}
.nav ul li a {

	border: 0;
	padding: .5em .5em .5em .5em;
	display:block;
	margin: 0;
	
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #233a80;
	font-size: .8em;
	font-weight: bold;
	
	width: 95px;
	text-align: center;
	
}


#content {
	padding: 0 2em 2em 2em;
	border:0;
	margin: 0;
	
	overflow: hidden;
	display:block;
	
}

.narrow {
	padding: 0 3.5em ;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#content p, #content ul {
	font-size: .8em;
	line-height: 150%;
}

#content h3, #content h4 {
	font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
	font-size: 1em;
}
#content h4 {
	font-size: .8em;
	color: #777;
}

#content hr {
	clear: both;
}

.profile .profile-pic {
	float: right;
	padding: 0 0 2em 2em;

}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	
	background-image: url(/img/rice-logo.jpg);
	background-repeat:no-repeat;
	
	height: 65px;
	padding: 0 0 0 175px;
}

#footer p {
	font-size: .6em;
	color: #666666;
	font-weight: bold;
	text-align: right;
	
	padding: 20px 0 0 0;
}




/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		