body {
	font-family: arial;
	background-color: white;
	list-style-type: disc;
	color: black;
	font-size: 12px;
}

#header{
	margin-left:5px;
	margin-top:5px;
	width: 100%;
	background: black;
	height: 115px;
	color: white;
	font-size: 24px;
	font-family: arial;
	z-index:-1;
	background-image: url("images/ryanyork.jpg");
	background-repeat: no-repeat;
}

#body{	
	margin-top: 10px;
	margin-left: 5px;
	width: 100%;
}

.column{
	position: relative;
	top:10px;
	width:48%;
	float:left;
}

.heading{
	color: #C0C0C0;
	font-size: 24px;
}

.subhead{
	color: blue;
	font-size: 18px;
}

.text{
	color: black;
	font-size: 12px;
	text-indent: 2em;
}

#body a{
	color:black;
}

#body li{
	margin-left: 5em;
	font-size: 12px;
}

#footer{
	float:left;
	margin-top:20px;
	margin-left:5px;
	height:75px;
	width: 100%;
	font-size: 11px;
	font-family: arial;
	color: #000000;
	text-align: center;
	font-style: italic;
}

#menu {
	margin-left:5px;
	margin-top:1px;
	height:20px;
	width: 100%;
	background: yellow;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 8%;
	float: right;
}

#menu a {
	font: bold 12px arial;
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: black;
	text-align:center;
	background: yellow;
	text-decoration: none;
}

#menu a:hover {
	color: white;
	background: blue;
}

#menu li {
	position: relative;
	width: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 100%;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{display: block;}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}