body {
	background-color: #7E9A74;
	background-image: url(images/DoolittleSiteBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
*a{position:relative;} 
a:link {
	color: #000000;
}
a:hover {
	color: #993300;
}
a:active {
	color: #993300;	
}
a:visited {
	color: #000000;
}

ul a {
	text-decoration: none;
}

#window {
	background-image: url(images/opacity.png);
	height: auto;
	width: 730px;
	margin: 100px auto;
	border: thick solid #f6f4e1;
	padding: 20px;
}
#menu {
	width: 145px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#content {
	margin-left: 180px;
	margin-top: 20px;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-top: -5px;
	padding: 0;
	margin-bottom: 20px;
}

li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 4px;
 	margin: 0;
}

#header {
	width: 712px;
	height: 90px;
	background: url(images/header_03.gif) no-repeat;
	margin-bottom: 35px;
	}
#header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
.floatclear {	
	clear: both; 
	}
	
.rightfloat {
	float: right;
	margin-left: 10px;
}

#footer {
	font-size: 0.7em;
	text-align: center;
	color: #333333;
	}
p a img {position:relative;}