BODY {
	background: #1B0E00 url(graphics/bg.jpg) repeat-x top left;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	line-height: 18px;
	}
A, A:visited {
	color: #F9982A;
	text-decoration: none;
	}
A:hover { text-decoration: underline; }

	
div#main { 
	background: transparent url(graphics/main-sub-bg.jpg) no-repeat;
	width: 1138px;
	height: 552px;
	margin: auto auto;
	text-align: left;
	}

div#top { margin-left: 80px; }
div#top IMG {
	border: none;
	}
div#top IMG#toplogo { 
	margin-left: 5px;
	}
div#top IMG#toptitle { 
	margin-left: 10px;
	}

	
div#content { 
	width: 1081px;
	color: white;
	}
div#content table td#left { 
	background: transparent url(graphics/content-bg-left.jpg) no-repeat 65px 340px;
	}
div#content table td#right { 
	background: #3F270E url(graphics/content-bg-middle.jpg) repeat-x top left;
	border-top: solid 1px white;
	}

div#content table td#farright { 
	background: #3F270E url(graphics/right-border-inside.jpg) repeat-y top right;
	border-top: solid 1px white;
	}
td#rightborder { 
	width: 20px;
	background: transparent url(graphics/right-border-bg.jpg) top right;
	}

div#menubg {
	margin-left: 119px;
	width: 161px;
	height: 380px;
	background: transparent url(graphics/nav-bg2.jpg) no-repeat;
	}
div#menubg IMG { margin-left: 5.5px; }
div#menubg IMG#careers { margin-left: 4px; }
div#menubg IMG#contact { margin-left: 4px; }

div#navitemspacer { 
	width: 10px;
	height: 82px;
	}
	
div#textcontainer {
	color: white;
	margin-top: 40px;
	margin-left: 10px;
	font-size: 12px;
	}
	
div#Iframecontainer {
	color: black;
	margin-top: 40px;
	margin-left: 10px;
	font-size: 12px;
        background: #FFFFFF;
	}

div#subfooter {
	background: white url(graphics/sub-footer.jpg) no-repeat;
	width: 1118px;
	height: 75px;
	margin-left: 15px;
	}

div#amazonlogo { 
	float: right;
	margin-right: 70px;
	margin-top: 30px;
	}
	
ul#joblist { 
	margin-left: 40px;
	}
/* for longer pages the top right large image is floated so the text flows around it */
div#textcontainer img#floatedmainimage { 
	float: right;
	position: relative; 
	top: -40px;
	}
	
