body {
background-image:url('images/pattern_136.gif');
background-repeat: repeat;
}

td {
height:50px;
}

image {
    text-align:center;
    display:block;
}

table.container
{
width: 100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}

td.header
{
padding:0.5em;
color:black;
background-color:gray;
text-align: center;
}
h1.header
{
padding:0;
margin:0;
font-size: 250%
}

  /* Top image */
div.background
  {
  width: 670px;
  height: 220px;
  background: url(images/Garden_of_the_Gods_01.jpg);
  border: 0px solid black;
  text-align: right;
  }
div.background h1
  {
  margin: 20px 40px;
  color: #000000;
  font-size: 200%
  }
div.background h2
  {
  margin: 20px 40px;
  color: #000000;
  font-size: 150%
  }

td.left
{
/*float:left;*/
width:235px;
margin:0;
padding:1em;
background-color: ivory;
vertical-align:top;
}

td.content
{
margin-left:200px;
border-left:1px solid gray;
padding:1em;
background-color: ivory;
vertical-align:top;
}
div.content
{
margin-left:200px;
}

.three {
color: #B22222; 
font-weight: bold;
text-transform: uppercase
}
.three:link {color: #B22222; text-decoration: none;}
.three:visited {color: #B22222; text-decoration: none;}
.three:hover {text-decoration: underline;}

/* .four {background: #00CED1; } */
.four {
color: navy; 
font-weight: bold;
}
.four:link {color: navy; text-decoration: none}
.four:visited {color: navy; text-decoration: none}
.four:hover {text-decoration: underline;}

td.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}

table.cal
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}
table.cal td,th
{
border:1px solid gray;
padding:0.5em;
background-color: ivory
}