@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	background-image: url(images/bg_store.jpg);
	background-attachment: fixed;
}
.floatR {
	margin: 10px;
	padding: 10px;
	float: left;
}
#container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	border: 2px solid #F3D9A6;
}

#mainContent {
	width: 90%;
	background-image: url(images/bg_white.png);
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	padding: 10px;
}
.rain { }
.orange {
	color: #de8a2a;
}
