body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	background-color: #001F00;
	margin: 0px;
}
#tellAFriend {
	background-color: #565;
	border-right: 5px solid #FFF;
	width: 200px; height: 1px;
	overflow: hidden;
	padding: 5px;
	position: absolute; left: 571px; top: 76px; z-index: 1000;
	visibility: hidden;
	opacity: .9;
	filter+=progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
	#tellAFriend p {
		color: #FFF;
		font-weight: bold;
	}
#container {
	width: 780px; height: 500px;
	background-color: #000;
}
#top {
	text-align: right;
	height: 91px;
	background:  url(../imagesForTemplates/DHL_1st_top.jpg) no-repeat;
	overflow: hidden;
}
#top p {
	margin: 10px;
}
#top img {
	border: 0px solid #000;
}
#body {
}
#body p {
	margin: 0px;
}
#nav {
	width: 232px; height: 355px;
	float: left;
	position: relative;
}
#content {
	float: left;
	position: relative;
}
#bottom {
	font-family: Geneva, Arial, Verdana, Tahoma;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	
	background-color: #000;
	border-bottom: 1px solid #000;
	clear: both;
	height: 50px;
	padding: 0px 15px 10px 15px;
}
#bottom p {
	color: #FFF;
	text-size: 12px;
}
#bottom a {
	color: #FFF;
	text-decoration: none;
}
.DEV_NOTES {
	display: none;
	background-color:#FFFF00;
}