@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; /* 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: helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	background-color: #DDDDDD;
	background-image: url(images/pnbk.png);
}
h1 {
	font-family: helvetica, Arial, sans-serif;
	color: #564A36;
	padding: auto 30px;
}
#flower {
	margin: 0px;
	padding: 0px;
	height: 220px;
	z-index: 1;
	position: absolute;
	float: left;
}
#flower img {
	z-index: 1;
}
#container  {
	text-align: left;
	width: 780px;
	margin: 170px auto auto 120px;
	position: fixed;
}
#header  {
	text-align: center;
	position: absolute;
	margin: 0px 0px 0px 0px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	border: 1px solid #66251D;
	background-image: url(images/bdybkgrnd.gif);
	background-repeat: repeat-x;
	background-color: #C4C4C4;
	height: 380px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
#mainGallery {
	border: 1px solid #66251D;
	background-image: url(images/bdybkgrnd.gif);
	background-repeat: repeat-x;
	background-color: #C4C4C4;
	height: 430px;
	padding: 0px;
	width: 778px;
	margin: 0px;
}
#mainHome {
	padding: 0px;
	background-image: url(images/bdybkgrnd.gif);
	background-repeat: repeat-x;
	background-color: #C4C4C4;
	height: 400px;
}
#container #mainHome img {
	border: 1px solid #66251D;
}
#navigation   {
	padding: 0px 0px;
	text-align: right;
}
#navigation ul {
	display: inline;
	list-style: none;
}
#navigation li {
	display: inline;
10px; 					padding: 0px 0px 0px 7px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
#container #mainContent .mainContentflrightimg {
	float: right;
}
#container #mainContent #utv482266 {
	text-align: center;
}
#mainContent #home {
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 80px;
	margin-top: 0px;
}
