/* CSS Document */
body
{
	font-size: 80%;
}
#sidebar
{
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}
#phone
{
	margin: 0;
	padding: 0;
	background: none;
}

#sidebar h2
{
	font-size: 1.5em;
		color: #424F24;
		padding: 0;
		margin: 10px auto;
}

#navigation
{
	display: none;
}

#content, #footer
{
	margin-left: 25px;
}


#header a
{
	background: none;
	display: inline;
	width: auto;
	height: auto;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #424F24;
}

#header h1
{
	background: none;
	font-size: 3em;
	height: auto;
}

#header h1 b
{
	display: inline;
}

#footerNav
{
	display: none;
}
