/* #### layout #### */
	
#body {
	background: #5AB82C url(../images/background_stripes_2.gif) right repeat-y;
	}
	
#top_body_graphics {
	background: url(../images/background_stripes_1.gif) top right no-repeat;
	height: 142px;
	}
	
#left_animated_image {
	background: url(../images/lg_people_1.jpg) no-repeat;
	}
	
#middle_animated_image {
	background: url(../images/lg_globe_1.jpg) no-repeat;
	}
	
#right_animated_image {
	background: url(../images/lg_retail_1.jpg) no-repeat;
	}
	
#left_animated_image,
#middle_animated_image,
#right_animated_image {
	display: inline;
	float: left;
	}
	
#banner_top {
	padding: 39px 31px 0 0;
	text-align: right;
	}
	
#banner {
	padding: 18px 31px 0 0;
	text-align: right;
	}
		
#bottom_body_graphics {
	display: none;
	}

/* #### text #### */

		
#content {
	color: #FFFFFF;
	}
		
#content h1 {
	color: #FFFFFF;
	font-size: 18px;
	}

#content p {
	color: #FFFFFF;
	font-size: 14px;
	}

