﻿body {
	background-color:white;
	background-repeat:no-repeat;
}

#header {
	background-color:white;
	background-image:url('images/Goofy.jpg');
	width:800px;
	height:225px;
	left:0;
	top:0;
}

#navigation {
	background-color: #AA906B;
	background-image: url('images/dogback.jpg');
	width: 220px;
	height: 100%;
	top: 225px;
	z-index: 1;
	left: 0px;
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
}

#navigation a{
	text-decoration:none;
	color:white;
}

#navigation a:hover{
	color:#800000;
	text-decoration:none;
}

#editable {
	position: absolute;
	width: 580px;
	height:100%;
	z-index: 2;
	left: 220px;
	top: 226px;
	font-family: Verdana, Georgia, sans-serif;
	font-size: small;
	background-color: #EEEEEE;
}

#editable a{
	text-decoration:none;
	color:green;
}

#editable a:hover{
	color:#800000;
	text-decoration:none;
}
