body {
margin: 0;
padding: 0;
background-color: #00E010;
font-family: 'Arial';
font-size: 18px;
color: #000000 ;
}

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

h2 {
font-family: Arial;
font-size: 20px;
color: #507010;
font-style: normal;
font-weight: bold;
}

#banner {
background-color: #FFB010;
padding: 10px;
width: 834px;
margin-left: 6px;
}

#content {
background-color: #FFA000;
padding-top: 1em;
margin: 0 2em 0 220px;
padding: 20px;
width: 600px;
font-family: Arial;
font-size: 18px;
color: #509010;
}

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

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

#content a:hover {
background-color: #009070;
font-weight: bold;
text-decoration:underline;
font-family: Arial;
font-size: 18px;
}

#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: 'Arial';
font-size: 18px;
font-weight: bold;
color: #000000 ;
text-decoration: none;
}

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

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

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


