body {
margin:0;
padding:0;
background-color:#FFFFFF;
color:#000000;  
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
}

a, img {
	border: none;	
}

#header {
padding:0 0 0 0;
height:250px;
background-position: bottom center;
background-repeat: no-repeat;
background-image: url('../media/headerbg.gif');
}

#footer {
background-image: url('../media/footerbg.gif');
height:60px;
}

#center {
width:900px;
margin: 0px auto;
text-align:left;

}

#navigation {
	height: 58px;
	width: 570px;
	float:right;
	position:relative;
	top: 38px;
}

#navigation img {
	border: none;
}

#navigation ul {
	height: 58px;
	padding: 0;
	margin: 0;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding: 41px 12px 0px 12px;
	height: 58px;
}

#navigation img {
	padding-top: 33px;	
}

#navigation a {
	text-decoration: none;
}

#navigation .active {
	border-left: 1px solid #413D45;
	border-right: 1px solid #413D45;
	background-color: #EAEECE;	
}

#navigation a:hover {
	/*color: #AB5541;*/
	color: #033B59;
}

#home {
	margin-left: 11px;	
}

#research {
	margin-left: 28px;
}

#design, #vitae{
	margin-left: 20px;
}

#blog {
	margin-left: 76px;
}

#content {
	margin: 40px 0 20px 0;
	min-height: 330px;
}

#leftColumn {
	float: left;
	margin-right: 60px;	
}

#headshot {
	margin: 0px 0 70px 80px;
}

#aboutmebox {
	text-align: justify;
	margin: 40px 0 30px 0;
}

.descriptionText {
	text-align: justify;
	margin: 15px 0px 15px 15px;
	margin-bottom: 15px;
	font-size: .9em;
}

.designImage {
	padding: 15px;
	padding-right: 30px;
}

.designDescription {
	padding: 30px 0;
}

.smallHeader {
	font-size: .75em;
	margin-left: 10px;
}

.sectionTitle {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 1em;
	border-bottom: 2px solid #A9A9A9;
}

#topName {
	font-size: 2em;
	font-variant: small-caps;
}

.indent {
	padding-left: 2em;
}

.school, .job, .honor, .publication {padding: .5em 0;}

.job ul li {
	list-style-type: disc;
}

.addressBlock {
	padding: .5em;
}

.addressBlock .title {
	font-weight: bold;
}

#cirrvita {
	font-size: .9em;	
}

#cirrvita ul {
	margin: 5px 0;	
}

.designLink a:visited {
	color: #AAA4B6;
}

.researchTitle, .designTitle {
	font-size: 1.3em;
	color: #7B852E;
}

#updates{
	padding: 15px 0;
	height: 125px;
	}
	
#updates a {
	text-decoration: none;
	}

#updates a:hover {
	text-decoration: underline;
	}

.updateItem {
	width: 215px;
	float:left;
	padding: 5px;
	height: 105px;
}

.evenUpdate {
	border-top:8px solid #606824;
}

.evenUpdate:hover {
	background: #606824;
	color: #fff;
	}

.oddUpdate {
	border-top:8px solid #AEA8BA;
}

.oddUpdate:hover {
	background: #AEA8BA;
	}
	
.updateDate {
	font-weight: bold;
	position: relative;
	top: -3px;
}

.updateBody {
	font-size: .75em;
	text-align: justify;
	letter-spacing: 1px;
}
