		/*** Kudos to Mr. Levine ***/

		body {
			min-width: 750px;          /* 2 x LC width + RC width */
			margin: 0;
			padding: 0;
			background-color: #6F4242;  /*color name salmon */
			scrollbar-base-color:#8C7853;
        	font-family:verdana;
        	color:black;
        	font-size: 11px; 
		}

		#wrapper {
 			position:relative; 
			width: 750px;
			margin: 30px auto;
			padding: 0px;
			background-image:url(../images/wrapper_bg.gif); /* faux? yeah I know */
			border-color: #CCCCCC;
			border-style:ridge;
			border-width: 2px;
		}
	
		#container {
			padding-left: 150px;      /* LC width */
			padding-right: 200px;     /* RC width */
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center {
			width: 380px;
			padding: 10px;
		}
		
		#left {
			width: 120px;             /* LC width */
			right: 150px;             /* LC width */
			padding: 0px 5px;
			margin-left: -375px;
		}
		
		#right {
			width: 200px;             /* RC width */
			margin-right: -100%;
			padding: 0px;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE6 Fix ***/
		* html #left {
			left: -150px;              /* RC width */
		}
		
		
		/*** Just for Looks ***/

		#header, #footer {
			text-align: center;
			padding: 0 0;
			background: #999;
			width: 750px;
		}
		
		#header {
			height: 70px;
			border-bottom-color:#CCCCCC;
			border-bottom-style: ridge;
			border-bottom-width: 2px;
		}
		
		#footer {
			height: 40px;
			background-color: orange;
			text-align:center;
			border-top-color:#CCCCCC;
			border-top-style: ridge;
			border-top-width: 2px;
			padding-top: 10px;
		}
		
		#left {
			background: #FFF;
		}
		
		#left ul {
			margin-top: 60px;
			margin-left: -25px;
			list-style-type:none;
			text-align:left;
		}
		
		* html #left ul {
			margin-left: 10px;
			}

		#center {
			background: #FFF;
		}
		
		#center ul {
			list-style-type: none;
			margin-left: 0px;
			}
		#center h1 {
			font-size: 16px;
			text-align:center;
		}
		#right {
			background: orange;
		}
		
		#right p {
			text-align:center;
		}

		#container .column {
			padding-top: 10px;
			text-align: justify;
		}

		a{
            font-family:arial;
            color:#996666;
            text-decoration:none;
            font-weight:bold;
            background-color:none;
            margin:0px;
         }
		 a:hover {
		 color:black;
		 }
		 
		 #right a {
		 	text-align: center;
		 }
		 
		
