/* these include the whole complete page*/
body     {background:none; text-align:left; padding:0px;}
html	 {font-size:100%; padding:0px;}

img.banner           {width:960px; height:130px; padding:0px; margin-bottom:0px; position:relative; top:0px;}

.right {
  border:0px solid black;
  margin-left:15px;
  width:960px;
  height:800px;
  background:none;
  position:absolute;
  top:0px;
  left:0px;
}
					 		
#right_orderfm         {margin-top:0px;}

/**********************************************************************/

		
	#footer {
		clear: both;
		width: 960px;
		text-align: center;
		padding-top: 0px;
		background: white;
		border-left: 0px solid black;
		border-right: 0px solid black;
		float:left;

	}
	
	#footer ul {
		padding-top: 10px;
		line-height: 1.2em;
		padding-bottom: 0px;
	}

	#footer li {
  		display: inline;
  		margin: 5px 19px 0px 11px; 
  		list-style: none;
  		text-decoration: none;
		font: normal 0.8em verdana;
	}

	#footer li a {
 		text-decoration: none;
		color: black;
 	}
 
 	#footer li a:hover {
 		text-decoration: underline;
	}
	
