body {
margin: 10px;
padding: 0;
background-color: #00402a;
background-image: url(images/);
font-family: 'Trebuchet MS';
font-size: 18px;
color: #FFFFDD ;
}

h1 {
font-family: Arial;
font-size: 24px;
color: #401010;
font-style: normal;
font-weight: bold;
}

h2 {
font-family: Trebuchet MS;
font-size: 20px;
color: #401010;
font-style: normal;
font-weight: bold;
}

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

#content {
background-color: #bab5b5;
background-image: url(images/);
padding-top: 1em;
margin: 0 2em 0 220px;
padding: 20px;
width: 620px;
font-family: Arial;
font-size: 14px;
color: #401010;
}

#content a:link {
color: #000040;
font-weight: bold;
text-decoration:underline;
font-family: Arial;
font-size: 14px;
}

#content a:visited {
color: #7f0a25;
font-weight: bold;
text-decoration:underline;
font-family: Arial;
font-size: 14px;
}

#content a:hover {
background-color: #FFFFDD;
font-weight: bold;
text-decoration:underline;
font-family: Arial;
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: 'Trebuchet MS';
font-size: 18px;
font-weight: bold;
color: #FFFFDD ;
text-decoration: none;
}

#navigation a:hover {
background-color: #401010;
}

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

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


