/* ----- COPY ----- */

body, html
{
	font-family: Arial, Helvetica, sans-serif;
	color: #2c2f22;
}

a
{
	color: #d1562c;
}

p, ul li
{
	line-height: 24px;
}

/* ----- LAYOUT ----- */

body, html
{
	padding: 0;
	margin: 0;
	text-align: center;
	background: #ffffff;
}

#content
{
	left: 0;
}

#container
{
	position: relative;
	top: 0;
	left: 0;
	background: none;
}

#nav
{
	position: absolute;
	top: 199px;
	left: 100px;
	width: 172px;
	background: #FFFFFF;
	display: none;
}

#bottom
{
	background: none;
}

#content
{
	left: 0;
}


