@charset "utf-8";
body {
	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-image: url(../Images/images/browser_jpg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#header {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#Nav {
	font-family: "Lithos Pro Regular";
	font-weight: normal;
	text-align: center;
	background-image: url(../Images/RenoufDesigns_02.png);
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}
#Nav ul
{
	list-style: none;
	margin: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#Nav ul li a {
	text-decoration: none;
}

#footer {
	font-family: "Lithos Pro Regular";
	position: relative;
	text-align: center;
	background-image: url(../Images/RenoufDesigns_06.jpg);
	height: 68px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #9DBAD4;
	margin-top: 0px;
	margin-bottom: 0px;
}


#Nav li {
	display: inline;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}
#footer a {
	color: #94B3D0;
	margin: 0px;
}

#mainContent {
	background-image: url(../Images/RenoufDesigns_04_06.png);
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#BodyText {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}
#BodyText a{
	color: #F7EB50;

}


#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.webimage {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-repeat: no-repeat;
	margin: 3px;
	padding: 3px;
	border: 1px inset #EAF51D;
	background-color: #FFF;
}
h3 {
	font-family: "Lithos Pro Regular";
	font-weight: normal;
	color: #F7EB50;
	margin: 0px;

}
h1 {
	font-weight: bolder;
	color: #FFF003;
	font-family: Papyrus;
	font-size: 1.75em;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: bolder;
	color: #FFF003;
	font-family: Papyrus;
	font-size: 1.5em;
	margin: 0px;
}
a {
	color: #004C8F;
}

