body {
margin: 10px;
padding: 0;
background-color: #6d0303;
background-image: url(images/);
font-family: 'Comic Sans MS';
font-size: 18px;
color: #dde5dc ;
}

h1 {
font-family: Comic Sans MS;
font-size: 24px;
color: #eeeded;
font-style: normal;
font-weight: bold;
}

h2 {
font-family: Comic Sans MS;
font-size: 24px;
color: #000000;
font-style: oblique;
font-weight: bold;
}

#banner {
background-color: #1c4e18;
background-image: url(images/);
padding: 10px;
width: 840px;
margin-left: 0px;
}

#content {
background-color: #d77204;
background-image: url(images/);
padding-top: 1em;
margin: 0 2em 0 220px;
padding: 20px;
width: 600px;
font-family: Comic Sans MS;
font-size: 14px;
color: #f5f4f4;
}

#content a:link {
color: #460707;
font-weight: bold;
text-decoration:none;
font-family: Comic Sans MS;
font-size: 14px;
}

#content a:visited {
color: #460708;
font-weight: bold;
text-decoration:none;
font-family: Comic Sans MS;
font-size: 14px;
}

#content a:hover {
background-color: #000000;
font-weight: bold;
text-decoration:none;
font-family: Comic Sans MS;
font-size: 14px;
}

#navigation {
float: left;
padding: 5px;
height: auto;
width: 200px;
cursor: hand;
margin-top: 40px;
margin-left: 6px;
}

#navigation p {
margin-top: 0;
}

#navigation ul {
line-height: 35px;
list-style-type: circle;
}

#navigation a:link, a:visited, a:hover {
font-family: 'Comic Sans MS';
font-size: 18px;
font-weight: bold;
color: #dde5dc ;
text-decoration: none;
}

#navigation a:hover {
background-color: #0f360c;
}

.prop {
height:500px;
float:right;
width:1px;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}


