@charset "utf-8";
/* CSS Document */

		#body {
			min-width: 550px;         /* 2 x LC width + RC width */
		}
		
		 ul li {
      		display:center;
      		float:left;
       		list-style-type:none;
      	}
		
		 ul li a {
      		display:block;
   	    	height:50px; width:99px;
   	    	background:transparent url(navifull.jpg) no-repeat 0 0;
   	    	text-indent:-9009px;
   	    }
		
		div.nav {text align: center;}
		ul {width: 805px; margin: 0 auto;}
		
		ul li#nav-02 a {
    		width:96px;
    		background-position: -96px 0;
    	}
		
		ul li#nav-03 a {
    		width:116px;
    		background-position: -195px 0;
    	}
		
		ul li#nav-04 a {
    		width:90px;
    		background-position: -312px 0;
    	}
		
		ul li#nav-05 a {
    		width:87px;
    		background-position: -402px 0;
    	}
		
		ul li#nav-06 a {
    		width:94px;
    		background-position: -488px 0;
    	}
		
		ul li#nav-07 a {
    		width:68px; 
    		background-position: -583px 0;
    	}
		
		ul li#nav-08 a {
    		width:64px;
    		background-position: -650px 0;
    	}
		
		ul li#nav-09 a {
    		width:87px;
    		background-position: -715px 0;
    	}
		
		ul li a:hover {
   		    background-position: 0 -50px;
        }
     
   	 	ul li#nav-02 a:hover {
   		    background-position: -96px -50px;
       	}
		
		ul li#nav-03 a:hover {
   		    background-position: -195px -50px;
        }
     
   	 	ul li#nav-04 a:hover {
   		    background-position: -312px -50px;
       	}
		
		ul li#nav-05 a:hover {
   		    background-position: -402px -50px;
        }
     
   	 	ul li#nav-06 a:hover {
   		    background-position: -488px -50px;
       	}
		
		ul li#nav-07 a:hover {
   		    background-position: -583px -50px;
        }
     
   	 	ul li#nav-08 a:hover {
   		    background-position: -650px -50px;
       	}
     
   	 	ul li#nav-09 a:hover {
   		    background-position: -715px -50px;
       	}




		#container {
			padding-left: 200px;      /* LC width */
			padding-right: 200px;     /* RC width */
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		

		#center {
			width: 100%;
		}
		
		#left {
			width: 175px;             /* LC width */
			right: 200px;             /* LC width */
			margin-left: -100%;
		}
		
		#right {
			width: 160px;             /* RC width */
			margin-right: -100%;
			left: 6px;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE6 Fix ***/
		* html #left {
			left: 150px;              /* RC width */
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #000;
		}

		#header {
			font-size: large;
			text-align: center;
			padding: 0.3em 0;
			background:#000;
		} 
		
		#footer {
			font-size: large;
			text-align: center;
			padding: 0.3em 0;
			background: #000;
		}

		#left {
			background: #DDD;
		}

		#center {
			background: #DDD;
			padding: 1%;
		}
		
		
		#right {
			background: #DDD;
		}

		#container .column {
	padding-top: 1em;
	text-align: left;
	font-size: large;
		}

