body {
margin:0px;
}

a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/* HEADER */

#Header {
	position:relative;
	left: 0px;
	top: 0px;
	width: 774px;
	height: 74px;
	background: #FFCC00 url(../images/hdr_bg.gif);
}
	
#DHLLinkDiv {
	position:absolute;
	left: 682px;
	top: 52px;
	width: 84px;
	height: 16px;
}
	
.DHLLink {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	left: -22px;
	top: 0px;
}
#headerStripes {
	position:relative;
	left: 774px;
	top: 0px;
	width: 26px;
	height: 74px;
	background: url(../images/hdr_bg_stripe.gif);
}
#DHLLogoDiv {
position:absolute;
	left: 19px;
	top: 19px;
	width: 155px;
	height: 46px;
	}

/* end header */


/* navigation */

#nav {
	position:relative;
	background-color:#FFFFCC;
	left: 0px;
	width: 800px;
	
}

#flashcontent {
	
	
}

/* end navigation */

/* content */

#content_text {
	position:relative;
	float:left;
	left:20px;
	width:750px;
	
}


#vid_header{
	height:45px;
	
	
}
#vid_stream {
	height:45px;
	margin-bottom:20px;
	
}

#vid_header_title {
	font-weight:bold;
	color: #333333; 
	font-size: 11px;
	border-bottom: 4px solid #FFCC00;
	margin-bottom:5px;
}

#promo_1 {
	position:relative;
	float:right;
	right:20px;
	width:299px;
	height:190px;
}
#promo_2 {
	position:relative;
	float:right;
	right:20px;
	width:299px;
	height:190px;
	top: 20px;
}

/*
#questionaire {
	position:relative;
	left: 24px;
	top: 20px;
	width: 449px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#question {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
input#send_questionaire {
	border:solid 2px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CC0000;
	background-color:#FFFFCC;
	width:70px;
	height:25px;
}

#promo_2 {
	position:absolute;
	left: 483px;
	top: 220px;
	width: 299px;
	height: 190px;
	background: #FF0000;
}
*/


/* end content */

/* spacer */
#content_text_description{
	margin-bottom:10px;	
}

#content_text_header {
	font-weight:bold;
	color: #333333; 
	font-size: 11px;
	border-bottom: 4px solid #FFCC00;
	margin-bottom:10px;
}

#content_text_subheader {
	font-weight:bold;
	color: #333333; 
	font-size: 11px;
	margin-bottom:5px;
}

#spacer {
	position:relative;
	left: 0px;
	height:20px;
	width: 800px;
	background-color:#FFFFCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* end spacer */

/* footer */
#footer{
	position:relative;
	left: 0px;
	width: 800px;
	height: 21px;
	background: #CC0000;
	text-align: right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

/* end footer */

