body
{
	background:			black;
	color:				white;
	font-family:		Lucida Bright, serif;
	font-size:			15px;
}

div, p
{
	padding:			0px auto 0px auto;
	margin:				0px auto 0px auto;
}

#container
{
	top:				0px;
	left:				0px;
	width:				100%;
	text-align:			center;
}

#content
{
	top:				0px;
	position:			relative; 
	text-align:			left;
	width:				700px;
}

#header
{
	top:				0px;
	left:				0px;
	position:			relative; 
	width:				700px;
	height:				145px;
}

#address
{
	top:				0px;
	left:				0px;
	position:			absolute;
	width:				100%;
}

#street
{
	font-size:			48px;
	text-align:			center;
}

#cityState
{
	font-size:			31px;
	text-align:			center;
}

#navigation
{
	position:			relative;
	top:				122px;
	text-align:			center;
	font-size:			17px;
	font-weight:		lighter;
}

#navigation ul
{
	list-style-type:	none;
	width:				100%;
	padding:			0;
	margin:				0;
}

#navigation ul li
{
	display:			inline;
}

.spacer
{
	padding:			0px 12px 0px 12px;
}

#navigation ul li a
{
	text-decoration:	none;
	color:				white;
}

#navigation ul li a:hover
{
	color:				rgb(70, 60, 60);
}

#navigation ul li a.current
{
	font-weight:		bold;
	color:				rgb(102, 102, 102);
}

#navigation ul li a.current:hover
{
	color:				rgb(102, 102, 102);
}

#rule
{
	position:			relative;
	top:				140px;
	height:				1px;
	width:				630px;
	border-bottom:		thin solid white;
}

#body
{
	margin-left:		0px;
	top:				37px;
	position:			relative; 
	width:				700px;
	text-align:			center;
}
