/* Styles for IMAG Web Site */
	
	body {margin: 0px; padding: 0px; text-align: center; background-color: rgb(240,255,255)}
	
	h2, h3, h4, h5, h6 {font-family:sans-serif; color: brown}
		
	#content {height: 100%; width: 980px; border: 0px; background-color: white}
	#main {background-color:white; height: 100%; padding: 10px; font-family: Arial, Helvetica, sans-serif; line-height: 1.3}
	#imaglogo {margin: 0px; padding: 0px; float: right;}
	#imaglogo img {border: none}
	#header {text-align: left; background-color:steelblue; color: navy; font-family: sans-serif; font-variant: small-caps;  font-weight: bold;  margin: 0px; padding: 1px; font-size: 1.6em; clear: both}
	#links {display: block; width: 140px; height: 100%; padding: 5px; float:left; background-image: url(lback.jpg); background-repeat: repeat-y; align: left; valign: top}
	
	
	#links p {font-family: sans-serif; font-size: 0.8em; font-weight:bold; color: navy; font-variant: small-caps}
	#links a {display: block; font-family: sans-serif; font-weight: bold; font-size: 1em}
	
	#links a:link {text-decoration: none; color:yellow}
	#links a:visited {text-decoration:none; color:yellow}
	#links a:hover {color:blue; text-decoration: underline}
	#links a:activ {text-decoration:none; color:yellow}
	#products {padding: 5px; font-family: sans-serif; text-align:center; font-variant: small-caps; font-size: 1.5em}
	#products a:link {text-decoration: none; color:blue}
	#products a:visited {text-decoration:none; color:blue}
	#products a:hover {color:purple; text-decoration: underline}
	#products a:activ {text-decoration:none; color:blue}
	
	
	
	
	