/* CSS Document */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../images/pattern.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #FF902A;
	/*line-height: 150%;*/
}
#background {
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*margin-top: 0px;*/
	margin-right: auto;
	/*margin-bottom: 0px;*/
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: 900px;
}
#contactInfo {
	text-align: right;
	font-size: 70%;
	margin: 0em;
	color: #FFF;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-left: 0.25em;
	clear: both;
	position: relative;
}
#footer {
	font-size: 70%;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 2em;
	position: relative;
	clear: both;
	padding-top: 0.5em;
}

#mainContainer {
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*text-align: center;*/
	width: 59.7em;
	margin-top: 0px;
	position: relative;
	height: 45em;
}
#mainContainer #contactInfo a {
	color: #4A2A0C;
	text-decoration: none;
}

#mainContainer #contactInfo a:hover  {
	color: #FFF;
	text-decoration: underline;
}
#mainNav {
	padding: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

