#header-image {
background-image: url('http://www.wesleyan.edu/wordpress/perBlog/roth/roth_notext.jpg');
height: 192px;
background-position:  center 50%;
border-bottom: none;
}

#about-image {
background-image: url('http://www.wesleyan.edu/wordpress/perBlog/roth/roth_about.jpg');
height:182px;
width:145px;
background-position:  center 50%;
}

#header {
margin-top:-2px;
background-color:#990000;
width:960px;
height:20px;
margin-bottom:10px;
border-top:1px solid #333;
}

#header h1 a {
border-bottom: none;
color:#fff;
}


/* This hides Wordpress Tags */
/* This allows Wordpress tags to be entered, not displayed, and used to create RSS feeds */
/* A request to have the tags restored to the page came from Adrian Cooke 1-12-12 and this CSS was inactivated.

#content .entry p.postmetadata {
	display:none;
	}
	*/