/* sky blue: adc9df */
/* giraffe brown: ca9970 */
/* giraffe light brown: e6dfc5 */
/* red: f84028 */ 

body {
/* background: #CCCCCC; */
/* background: #adc9df; */
/* background: #f9ebd2; */
background: #891e18;
text-align: center;
font-family: Comic Sans, Verdana, Arial, Helvetica, Sans-serif;
}


#wrap {
position: relative;
text-align: center;
/* margin: 150px auto; */
width: 960px;
min-height: 600px;
border: 1px solid;
background: #e0ecf3;
padding:0px;
}

#header {
text-align: left;
border-bottom: 4px solid #ca9970;
background: #f9ebd2;
width: 100%;
}

#header h1 {
color: #f84028;
}

.navigation {
color: #3b7f2b;
padding: 8px;
padding-left: 36px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-weight: bold;
}

.navigation a {
text-decoration: none;
color: #3b7f2b;
}

.navigation a:hover {
text-decoration: underline;
color: #3b7f2b;
}

#content {
text-align: left;
padding: 16px;
}

#content p,td,th {
font-family: Comic Sans, Verdana, Arial, Helvetica, Sans-serif;
}

#footer {
height: 100px;
background-image: url("/images/grass.jpg");
}

.copy {
font-family: Comic Sans, Verdana, Arial, Helvetica, Sans-serif;
}

h1 {
color: #3b7f2b;
}

h2 {
color: #3b7f2b;
}



