/* CSS Document */

body {
padding-left: 0em;
padding-top: 0em;
background: url(http://www.geocities.com/clipart/pbi/backgrounds/Generic/art_bg.gif);
top: 0px;
margin-right: 0px;
scrollbar-base-color: #999000;
}


/* BOTTOM NAVIGATION */
	
div#bottom-nav {
	color: #999000;
	position: absolute;
	top: 125px;
	left: 35px;
	height: 450px;
	
}

div#bottom-nav ul {
	margin: 0;
	padding: 0;
	background: #eeeecc;	
}

div#bottom-nav li {
	list-style: none;
	margin: 0;
	padding: 4px 7px;
	font-weight: bold;	
}

div#bottom-nav li:hover {
}

div#bottom-nav li a {
	display: inline;
	text-decoration: none;
	color: #999000;
	
}

div#bottom-nav li a:hover {
	color: black;
	
	
}

div#h1 {
    position: absolute;
	top: -29px;
	left: 12px;
	height: 139px;
	font-family: Times, "Times New Roman", serif;
    font-size: 20px;
	font-style: italic;
	color: #999000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999000;
	
}

div#content1 {
	position: absolute;
	padding-top: 0px;
	width: 600px;
	padding-right: 0px;
	top: 110px;
	height: 470px;
	left: 155px;
	margin: 0px;
	overflow: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999000;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999000;	  
	
}

div#form {
	position: absolute;
	padding-top: 0px;
	width: 200px;
	padding-right: 0px;
	top: 0px;
	height: 50px;
	left: 800px;
	margin: 0px;
	
}
