body {
	margin: 0px auto;
	width: 95%;
	font-weight: 300;
	background: white;
}

header {
    height: 100px;
    padding: 0;
    margin: 0;
}

footer {
    position: absolute;
    bottom: 0;
    width: 95%;
    text-align: center;
}

h1 {
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 20px 0 0 0;
}

h2 {
    font-size: 2.0em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 20px 0 0 0;
}

h3 {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 10px 0 0 0;
}
footer table {
    width: 100%;
}
footer img.logo {
    height: 80px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

nav {
	margin: 0px;
    padding: 0px;
    background: #555;
    text-align: center;
    text-transform: uppercase;
}

header img {
    width: 95%;
    border: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
}

header h1 {
    color: white;
    font-weight: 600;
    position: relative;
    left: 0;
    top: 0;
    padding: 8px 8px 2px 8px;
    font-size: 1.4em;
}
img.bg {
    width:95%
}

header p {
    color: white;
    font-weight: 400;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 8px;
    font-size: 1em;
}
ul#menu {
	padding: 10px;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	padding: 0;
	text-decoration: none;
    color: white;
}

ul#menu li a:hover {
	color: #bd0;
}

#main, #research {
    color: black;
    padding: 20px;
}

#blurbs {
    position: relative;
    bottom: 10px;
    color: white;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.15em;
}

#box_L {
    width: 400px;
    padding: 10px;
    margin:  8% 40px;
    background-color: rgba(70, 70, 70, 0.5);
}