/*
red 194 28 22
yellow 255 222 104
cream 247 243 182
dark khaki 178 145 91
light khaki 214 180 122 
*/

body {
  background-color:rgb(247, 243, 182);
  background-image:url(images/background.jpg);
  margin: 0;
  font: 1.0em/1.5em georgia, "lucida bright", "times new roman", serif;
}
emphasis { font-weight: bold;}

a { color:rgb(194, 28, 22); text-decoration:none; }

a img { border:none; }
h1, h2 {
  font-weight: normal;
  font-family: Georgia, serif;
  font-size: 2em;
  margin: 5px 0px 0px 0px;
  padding: .5em 0 0 .3em;
  height: 2em;
}

#header { 
  position:relative;
  left: 175px;}
h1 {
  background-color:rgb(194, 28, 22);
  color:rgb(247, 243, 162);
}

h2 {
  background-color:rgb(176, 145, 91);
  color:rgb(247, 243, 162); 
}

h3 {
  font-weight:normal;
  color:rgb(194, 28, 22);
  margin: 0px;
}

h4 { margin: 0px; }

h3.subnav {
  margin-top:15px;
}

ul {
  list-style: none; 
  padding: 0;
}

.subnav {
  list-style:none;
}

.subnav li {
  margin-right: 15px;
  display: inline;
}

.subnav li a {
  color:rgb(194, 28, 22);
}
#nav {
  position:relative;
  width: 175px;
  top: -10px;
  margin-left: 568px;
  text-align: right;
}

#content {
  text-align:right;
  position:relative;
  width: 450px;
  left: 290px;
  margin-bottom: 15px;
}

#contentCopy {
  margin-top:10px;
  padding: 5px;
  text-align:left;
  width: 438px;
  background-color:#ffe;
  border:solid 1px rgb(178, 145, 91);
  
}

.flower {
	position:absolute;
	left: 0px;
	top: 0px;
}
