
/*	
	======================================================================

	public/layout.css

	======================================================================
*/


/* ----------------------------------------------------
   WRAPPER DIVs
   ---------------------------------------------------- */

html, body {

	border: 0px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

* html body #container {

	height: 100%; /* Only IE sees this */
}
   
#container {

	border: 0px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 100%;
	margin: 0px auto;
	width: 961px;
	text-align: center;
}

#header, #footer, #content {

	width: 961px;
	z-index: 10;
}


/* ----------------------------------------------------
   MAIN COLUMNS
   ---------------------------------------------------- */

#leftColumn {

	float: left;
	width: 204px;
	text-align: left;
}

#rightColumn {

	float: left;
	width: 754px;
	text-align: left;
}


/* ----------------------------------------------------
   DIVs
   ---------------------------------------------------- */

#logo {

	position: relative;
	top: -80px;
	left: 0px;
	z-index: 100;
}

.leftSideBar {

	position: relative;
	top: -51px;
	margin-left: 53px;
	width: 137px;
	border: 1px solid black;
	background-color: #000;
}

#nav {

	position: relative;
	text-align: center;
	width: 673px;
	top: -58px;
	z-index: 100;
}

#formDiv {

	position: relative;
	text-align: center;
	width: 673px;
	top: -28px;
	z-index: 100;
}

#mailingListDiv {

	position: relative;
	width: 250px;
	float: left;
}

#tellAFriendDiv {

	position: relative;
	width: 400px;
	float: right;
}

#footerText {

	width: 573px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 9pt;
	color: #FFF;
}

