/* CSS Document */

	.header {
		color: black;
		border-bottom: solid 1px #999;
		font-style: italic;
		}

	body {
		margin: 10px;
		background: url("../images/asstastic4/formica3-gray.jpg") repeat;
		color: #999;
		}
	
	#left {
		position: absolute;
		left:15px;
		top:85px;
		width:275px;
		background:transparent;
		}

	#left img {
		border: solid 1px black;
		}

	#main {
		position: absolute;
		left: 295px;
		top: 85px;
		width: 375px;
		background: transparent;
		}
		
	#right {
		position: absolute;
		left:580px;
		top: 85px;
		width:10px;
		background:transparent;
		}
		
	#header {
		background:transparent;
		height:40px;
		border-bottom: solid 1px #900;
		}
	
	#footer {
		position: absolute;
		bottom: 5px;
		right: 10px;
		background: transparent;
		border-top: solid 1px #900;
		font-size: 10px;
		}
	
	#footer p {
		padding-top: 5px;
		}
	
	div.menu_container {
		}
	
	div.menu {
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-left: 0px;
		padding-left: 10px;
		padding-bottom: 5px;
		}

	div.menu a {
		text-decoration: none;
		color: #999;
		border-bottom: dashed 1px #222;
		}

	div.menu a:hover {
		color: black;
		border-bottom: solid 1px #900;
		}
	
	div.monkey {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		margin-left: 0px;
		padding-left: 10px;
	}

	h1,h2,h3,h4,p {
		padding: 0;
		margin-top: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		}
	
	h4 {
		font-size: 10px;
		}
	
	dd, dt {
		font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
		font-size: 0.95em;
		}
