/****************************************************
	P A G E L A Y O U T
	1em = 10px
****************************************************/
body
{
		
	background-color:	#FFFFFF; 	/* Placed here so the content editor is not influenced */
	padding:		0;
	margin:			0;
	text-align: 		center;
	font-family: 		georgia; 
}

div#PageContainer
{
	width:			60em;		/* PAGE WIDTH #1 of 2 */
	display:		block;
	margin-left: 		auto; 
	margin-right: 		auto;
	position:		relative;
}

div#Page 
{
	text-align: 		left;
	padding-top:		70px;		/* HEADER HEIGHT #1 of 2 */
}

div#ColumnsContainer
{
	margin-top:		0;
	padding-top:		0;		/* Room for the top navigation bar */
}


/****************************************************
	H E A D E R   S T U F F
****************************************************/
div#HeaderContainer
{
	position:		absolute;
	top:			0;
	left:			0;
	width:			60em;		/* PAGE WIDTH #2 of 2*/
}

div#Header
{
	height:			70px;		/* HEADER HEIGHT #2 of 2*/
}

div#Header div#Logo
{
	padding-top:		22px;
}





/**********************************
	M I S C
*********************************/
fieldset
{
	display:		inline;
}



li {
	list-style-type: none;
}

