@charset "UTF-8";
/* CSS Document */

#landing {
	text-align: center;	
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eaead5;
	text-align: center;
}

#content {
	text-align: center;
	padding-top: 0px;
	background-color: #eaead5;
	background-image: url(images/bkgrdContent.jpg);
	background-repeat: no-repeat;
	height: 1000px;
}

#leftColumn {
	float: left;
	margin-left: -480px;
	position: relative;
	width: 480px;
	height: 1000px;
	background-color: #eaead5;
	background-image: url(images/bkgrdLeft.gif);
/*	background-repeat: repeat;
	overflow: hidden;*/
}

#rightColumn {
	float: right;
	margin-right: -480px;
	position: relative;
	width: 480px;
	height: 1000px;
	background-color: #eaead5;
	background-image: url(images/bkgrdRight.gif);
/*	background-repeat: repeat;
	overflow: auto;*/
}

#footer {
	text-align: center;
	width: 380px;
	height: 20px;
	background-color: #EED;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*	margin-top: 15px;*/
	left: 900px;
	margin-left: 290px;
	margin-right: 290px;
	color: #89696A;
	vertical-align: middle;
}

body {
	background-color: #eaead5;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

