

body {
	
	background-image: url('gifs/Grad02.gif');
	/*background-attachment: fixed;*/
	background-color: #445253;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}

#pgbg{
	background-image: url('pngs/pgbg02.png');
	background-repeat: no-repeat-x; repeat-y;
	width: 968px;
	margin: 0px auto 0px auto;
}

#pgtop{
	background-image: url('pngs/pgtop02.png');
	background-repeat: no-repeat-x; no-repeat-y;
	width: 968px;
	height: 27px;
	margin: 0px auto 0px auto;
}

#pgbottom{
	background-image: url('pngs/lgl_pgbottom02.png');
	background-repeat: no-repeat-x; no-repeat-y;
	width: 968px;
	height: 45px;
	margin: 0px auto 0px auto;
}

#homestrip{
	background-image: url('gifs/home_strip.gif');
	background-repeat: no-repeat-x; no-repeat-y;
	width: 924px;
	height: 191px;
	margin: 0px auto 0px auto;
}

#header{
	background-image: url('gifs/Langdon_Grain_Logistics01.jpg');
	width: 924px;
	height: 113px;
	margin: 0px auto 0px auto;
}



#lglcontent{
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 660px;
	text-align: left;

}



/**************** homelinks styles ****************/
#homelinks {
	  
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  text-align: center;
	  line-height: 17px;
	  font-size: 13px;
	  font-weight: normal;
	  color: #333333;
	  }
	
	 #homelinks a:link {text-decoration: none; color: #333333; font-weight: bold;} 
	 #homelinks a:visited {text-decoration: none; color: #333333; font-weight: bold;} 
	 #homelinks a:hover {text-decoration: none; color: #669966; font-weight: bold;}


/**************** Copyright styles ****************/
#copyright {
	 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  line-height: 1.6em;
	  color: #FFFFFF;
	  }
	
	 #copyright a:link {text-decoration: none; color: #FFFFFF; font-weight: normal;} 
	 #copyright a:visited {text-decoration: none; color: #FFFFFF; font-weight: normal;} 
	 #copyright a:hover {text-decoration: none; color: #669966; font-weight: normal;}


/**************** Sitemap styles ****************/

#sitemap {
	 
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  line-height: 1.6em;
	  color: #333333;
	  }

	 #sitemap a:link {text-decoration: underline; color: #333333; font-weight: bold;} 
	 #sitemap a:visited {text-decoration: underline; color: #333333; font-weight: bold;} 
	 #sitemap a:hover {text-decoration: none; color: #0000FF; font-weight: bold;}



