@charset "utf-8";
/* CSS Document */

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;
	font-family: "Comic Sans MS", cursive;
	font-size: 95%;
	background-color: #FCC;
	background-image: url(../imgz/0-bkgd.jpg);
	background-repeat: no-repeat;
	background-position:center;
	outline:none;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-variant: small-caps;
	color: #FCC;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-weight: normal;
	font-variant: small-caps;
	color: #F99;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	color: #000;
}


.oneColFixCtrHdr #container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../imgz/0-nrs2.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	height: 100px;
	padding: 0px;
	margin: 0px;
	line-height: inherit;
	text-align: left;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 225px;
	font-family: Garamond, "Times New Roman";
	font-size: 225%;
	font-style: italic;
	font-weight: bold;
	color: #F1D2BC;
}
.oneColFixCtrHdr #header h2 {
	font-family: Garamond, "Times New Roman";
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #FCC;
	text-decoration: none;
	z-index: 2;
	padding-left: 219px;
	text-align: left;
	padding-top: 23px;
	clear: both;
	float: left;
}
.oneColFixCtrHdr #header p {
	margin: 0;
	padding-left: 245px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #F1D2BC;
	font-variant: small-caps;
	line-height: normal;
	vertical-align: text-bottom;
	text-align: left;
	text-indent: 7px;
	clear: both;
	float: left;
}

.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding: 0;
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
}
.oro-imagine {
	font-style: italic;
	color: #600;
	font-family: "Comic Sans MS", cursive;
	font-size: 105%;
	font-weight: 100;
}

.oneColFixCtrHdr #mainContent p {
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	font-weight: normal;
	color: #F2DDD0;
	padding-top: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	font-variant: small-caps;
	color: #903;
	font-size: 60%;
	padding: 10px;
}

</style>
a:link {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 225px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #F1D2BC;
	font-variant: small-caps;
}

