body {
margin: 0;
padding: 0;
background-color:#cccccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #ffffff ;
}

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

h2 {
font-family: Helvetica;
font-size: 16px;
color: #700000;
font-style: normal;
font-weight: bold;
}

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

#content {
background-color: #FFFFff;
padding-top: 1em;
margin: 0 2em 0 220px;
padding: 20px;
width: 600px;
font-family: Comic Sans MS;
font-size: 14px;
color: #000000;
}

#content a:link {
ccolor: #6666cc;
font-weight: bold;
text-decoration:underline;
font-family: Comic Sans MS;
font-size: 14px;
}

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

#content a:hover {
background-color: #ffffff;
font-weight: bold;
text-decoration:underline;
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;
background-color:#cccccc;
}

#navigation p {
margin-top: 0;
}

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

#navigation a:link, a:visited, a:hover {
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
color: #000000 ;
text-decoration: none;
}

#navigation a:hover {
color: #ffffff;
}

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

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