		body {
			min-width: 550px;         /* 2 x LC width + RC width */
		}

		#container {
			padding-left: 200px;      /* LC width */
			padding-right: 150px;     /* RC width */
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center {
			width: 100%;
		}
		
		#left {
			width: 150px;             /* LC width */
			right: 200px;             /* LC width */
			margin-left: -100%;
		}
		
		#right {
			width: 150px;             /* RC width */
			margin-right: -100%;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE6 Fix ***/
		* html #left {
			left: 150px;              /* RC width */
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
		}

		#header, #footer {
			font-size: large;
			text-align: center;
			padding: 0.3em 0;
			background: #fff;
		}

		img {
			border: 0;
		}
			
		#left {
			background: #080;
		}

		#center {
			background: #fff;
		}

		#right {
			background: #fff;
		}

		#container .column {
			padding-top: 1em;
			text-align: justify;
		}
		
		ul	{
			font-family: sans-serif;
			font-size: 12px
		}
		
		#Content>p {margin:0px;}
		#Content>p+p {text-indent:30px;}
		a {
			color:#58065B;
			font-size:11px;
			text-decoration:none;
			font-weight:600;
			font-family:verdana, arial, helvetica, sans-serif;
		}
	
		a:visited {
		   font-weight : bold; 
 		   text-decoration : none;
 		   color: black;
 		   background-color: transparent; 
 	    }
    
		a:link {
  		  	font-weight : bold; 
  		 	text-decoration : none; 
    		color: brown;
    		background-color: transparent; 
 	    }
    
		a:hover {
  			color : red;
    		background-color : transparent;  
    		text-decoration : underline; 
    	}
    
		a:active {
    		font-weight : bold; 
    		text-decoration : none; 
    		color: #000;
    		background-color: transparent; 
    	}

/*			#menu {
			position:absolute;
			top:40px;
			left:20px;
			width:172px;
			padding:10px;
			background-color:#009933;
			border:1px dashed #999;
			line-height:17px;
		/* Again, the ugly brilliant hack. 
			voice-family: "\"}\"";
			voice-family:inherit;
			width:150px;
		}

		/* Again, "be nice to Opera 5". 
			body>#Menu {width:150px;}	*/

/* Credits: */
/* Thanks go to BlueRobot (www.bluerobot.com) for cascading style sheet tutorials! */
/* A List Apart (http://alistapart.com/articles/holygrail/) provided column help! */
