body { background-image:url('images/BlueBackground-1920-1900.jpg'); color:white; }
	#frame				  {
		text-indent:0;
		margin:auto auto auto auto;
		padding: none;
		border: none:
		width: 800px; 		}
	
	#banner {
		margin-left:auto;
		margin-right:auto;	
		height:200px;
        width:100%; 		}
	
	.left                     {
		text-align:center;
		margin-left: -1px;
		margin-right:auto;
		width: 125px;
		float: left;		}
	
	.center                                 {
	  	margin-left:auto;
		margin-right:auto;	
		float: left;
		background:transparent;				}
	
	.right                         {
		text-align:center;
		margin-left:auto;
		margin-right:auto;	
		float: right;              }

	#footer			{ background: tan; border-bottom: 2px solid #999; clear: left; width: 100%; }
	#footer a		{ color: black; }
	#footer	p		{ color: black; margin: 0; padding: 10px 18px 10px; font-size: 12px;}
	#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
	#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }        