@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}

#navlist a 
{
	color: #333333;
	letter-spacing: .1em;
}

#navlist a:link, #navlist a:visited
{
	color: #006699;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

#navlist a:hover
{
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E51B23;
}


#bar {
	background-color: #D4E8C8;
	height: 400px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.emilyyellin.com/images//bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
}
h1 {
	height: 391px;
	width: 624px;
	display: block;
	background-image: url(http://www.emilyyellin.com/images/test_area.png);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#quote  {
	width: 300px;
	left: 300px;
	top: -150px;
	position: relative;
	color: #1771A0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#top_wrapper {
	height: 391px;
	width: 624px;
	margin-right: auto;
	margin-left: auto;
	top: 45px;
	position: relative;
}

#navcontainer
{
	margin-bottom: 1em;
	overflow: hidden;
	width: 740px;
	top: 520px;
	height: 300px;
	margin-right: auto;
	margin-left: -350px;
	position: absolute;
	left: 50%;
}

#navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li
{
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#header {
	background-color: #C8EAF0;
	height: 500px;
	background-image: url(http://www.emilyyellin.com/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#title {
	height: 500px;
	background-image: url(http://www.emilyyellin.com/images/title.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9999px;
}
