/*
 * Dan's First avEight website project.  CSS practice.
 */

body {
	background: #fffadd;
	color: #black;
	font-size: 16px;
	font-family: Garamond, Candara, Verdana;
}

ul.navbar {
	list-style-type: none;
	padding: 0px;
	padding-right: 10px;
	position: top: 400px; width:200px;
	border-right: solid 2px; color: #6b0211;
	text-align:center;
	font-family: Garamond, Candara, Verdana;

}
ul.navbar li {
	background: #fffadd; margin: 10px; padding: 1px; 
}
ul.navbar a {
	text-decoration: none 
}

a:link { 
	color: #6b0211;
	text-decoration: none;
}
a:visited { 
	color: #6b0211;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:hover { 
	color: black;
	text-decoration: none;
}

DIV.navleft {
	margin-top:300px; 
	width:200px;
/*	border-style: solid; */
	float:left;
}

DIV.navright {
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
	width: 500px;
	text-align: justify;
/*  border-style: solid; */
	float:left;
}
IMG.navtop {
 
	padding-top: 0px;
	padding-left: 200px;
}

