body {
	font-family:arial,sans-serif;
	background-color:#ffd;
	font-size:14px;
	color:#eee;
	text-align:center;
}
h1 {
	font-family:verdana,sans-serif;
	font-size:22px;
}
img {
	border:0px;
}
span.toucan {
	color:#f90;
}
p.quote
	{
	font-size:14px;
	font-style:italic;
	}
a:visited, a:link	
	{
	text-decoration:none; 
	color:#99c; 
	font-family:sans-serif; 
	font-weight:bold;
	}
a:hover 
	{ 	
	color: #55f;
	}
#title {
	border: solid 2px;
	border-color:#555;
	height:90px;
	width:760px;
	background-image: url(images/title.jpg);
	margin-left: auto; 
	margin-right: auto; 
}
#topbar {
	border: solid 2px;
	border-color:#555;
	border-top:0px;
	border-bottom:0px;
	height: 22px;
	width:760px;
	font-size:18px;
	background-color:#333;
	padding-bottom:2px;
	margin-left: auto; 
	margin-right: auto; 
}
#topbar a:link, #topbar a:visited {
	font-weight:normal;
}

#center {
	border: solid 2px;
	border-color:#555;
	width:760px;
	background-color:#222;
	margin-left: auto; 
	margin-right: auto; 
}
#main {
	margin: 6px;
}
a.white:link, a.white:hover, a.white:visited {
	color:#eee;
}
#footer {
	
	border: solid 2px;
	border-color:#555;
	border-top:0px;
	height: 22px;
	width:760px;
	font-size:12px;
	background-color:#333;
	padding-bottom:2px;
	margin-left: auto; 
	margin-right: auto; 
}