/*
	CSS for Elizabeth Werner's Webpage
	Copyright (c) 2010, Billy Robert O'Neal III (bro4@case.edu)
*/

#header p
{
	margin: 0;
	padding: 0;
}

#headerLeft
{
	float: left;
	text-align: right;
	margin: auto;
	width: 35%
}

#headerRight
{
	float: left;
	text-align: left;
	margin: 3em;
	width: 39%;
	position: relative;
	height: 150px;
}

#headerRightCenter
{
	position: absolute;
	top: 50%;
	margin-top: -4em;
}

#mainPicture
{
	float: right;
}

#titleText
{
	text-align: center;
	margin-left: -2em;
}

.clearer
{
	clear: both;
}

body
{
	font-family: 'Helvetica';
	font-size: 1.2em;
	font-weight:bold;
}

.crush
{
       margin-bottom: 0.5em;
}

.direct
{
       margin-bottom: 0.5em;
}

.crush ul
{
	display: none;
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: .9em;
}
.pictureAttrib
{
    clear: both;
    font-size:0.5em;
}
.space
{
    margin-bottom: 0em;
}