html, body
{
	width: 100%;
	margin: 0;
}

body
{
	font-family: sans-serif;
}

#Logo
{
	text-align: center;
	min-height: 150px;
	position: relative;
	z-index: 1000;
}

#LogoCenter
{
	/*margin: 0 auto;
	height: 150px;*/
}

#Nav ul
{
	margin: 0;
	margin-top: 4px;
	padding: 0;
	text-align: center;
	clear: both;
}

#Nav ul li
{
	display: inline;
}

#Nav ul li a
{
	font-weight: bold;
	text-decoration: none;
	font-size: 75%;
	padding: 8px;
}

#Content
{
	margin: 0 50px;
	margin-top: 2em;
	clear: both;
}

#Pic1, #Pic2, #Pic3, #Section1, #Section2, #Section3
{
	width: 33.33%;
	#width: 33%;
	float: left;
}

#Section1
{
	clear: left;
}

#CornerAnimation
{
	position: absolute;
	top: 0;
	right: 0;
	height: 175px;
	z-index: -100;
}

#Phone
{
	position: absolute;
	top: 25%;
	left: 0;
	width: 22%;
}

.LeftSideSpacer
{
	clear: left;
	float: left;
	width: 16.66666%;
	height: 20px;
}

#LowerSection1, #LowerSection2
{
	float: left;
	width: 33%;
}


