html, body {
    height: 100%;
    margin: 0;
    font-family: 'Vollkorn', serif; 
    font-size: 16px;
}

#main {
    width: 800px;
    height: 100%;
	margin: 0px auto;
	margin-top: 50px;
}

#nav {
    width: 150px;
    height: 100%;
    position: fixed;
    font-size: 18px;
}

#content {
    width: 650px;
    height: auto;
    position: relative;
    left: 150px;
}

a {
	text-decoration: none;
	color: #195CA4;
}

a:hover {
	color: #666666;
}

h1 {
	margin-top: 30px;
	font-size: 18px;
}

.clear {
	clear: both;
}

#nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav li {
    margin-bottom: 10px;
}

#nav a {
	text-decoration: none;
	color: #000000;
}

#nav a:hover {
	color: #195CA4;
}

#photo {
	float:right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}

.research-project {
	font-variant: small-caps;
}

#publications ul {
	list-style-type: none;
    padding: 0;
	font-size: 16px;
}

#publications li {
    margin-top: 10px;
}

#degrees-tbl {
    border-collapse: separate;
}

#degrees-tbl td {
	vertical-align: top;
}

.degrees-td {
	padding-left: 30px;
}

.degree {
	font-variant: small-caps;
	margin-right: 5px;
}

.university {
	font-style: italic;
}

#contact {
}

#email {
	font-style: italic;
}

.pub-title {
	font-weight: normal;
	font-variant: small-caps;
}

.pub-loc {
	font-style: italic;
}
