body {
margin: 10px;
padding: 0;
background-color: #B0B0B0;
background-image: url(images/);
font-family: 'Georgia';
font-size: 18px;
color: #503010 ;
}

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

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

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

.rubric td {
font-size: 12px; 
}

.rubric th {
font-size: 12px; 
color: #000000;
font-weight: bold;
}

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

#content a:link {
color: #40B0D0;
font-weight: bold;
text-decoration:none;
font-family: Georgia;
font-size: 14px;
}

#content a:visited {
color: #FF70E0;
font-weight: bold;
text-decoration:none;
font-family: Georgia;
font-size: 14px;
}

#content a:hover {
background-color: #404040;
font-weight: bold;
text-decoration:none;
font-family: Georgia;
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: square;
}

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

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

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

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

