		body {
			min-width: 800px;
		}

		#container {
			width: 100%;
		}
		
		#center {
			width: 650px;
			position: absolute;
			left:150px;
		}
		
		#left {
			width: 150px;
			float: left;
			margin-left:5px;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE6 Fix ***/
		* html #left {
		/*left: 0px;*/
		}
		
		/* NEWS THUMBNAILS */
		#NewsTitle{color #FFF; font-weight:bold; font-size:1.5em;}
		.thumb {float:left;}
		.thumb img {border: solid 5px #FFF;}
		.thumb a:hover{background-color : #000;}
		
		/* NAV */
		a{color:#FFF;}
		a:hover{color:#FFFFFF; background-color:#b10000;}

		#navLogo{margin-top:10px;}
		#navLogo a{margin:0px; padding:0px;}
		#nav{ width:100%;padding-left:0px;}
		#nav a{text-decoration:none;}

		.navTitle{width:100%; color:#555; font-weight:bold; margin-top:20px; border-bottom: solid 1px #555;}
		.navLive{color:#CCCCCC;}
		.navLive:hover{font-weight:bold; font: #FFF;}
		.navContact{background-color:#000000; color:#FFFFFF; font-size:12px;}
		.navFuture{color:#CCCCCC;}

		/*** Just for Looks ***/
		#header { margin-left:0px; margin-top:10px; margin-bottom:20px;}
		body {
			margin: 0;
			padding: 0;
			background: #000;
			font-family:tahoma, arial, verdana, sans-serif;
			height:100%;
		}

		#left {
			font: 10px/16px tahoma, arial, verdana, sans-serif; 
			color:#CCCCCC;
		}

		#center {
			background: #000;
			color:#FFF;
		}
		#center p{ margin-left:30px;}
		#center img{ margin-left:30px;}
		
		/*.title{font-size:3em; font-weight:bold; border:0px; margin-bottom:20px; margin-left:0px;margin-top:0px;}*/
		.title{color:#b10000; font-size: 1.5em; font-weight:bold; margin:0px;margin-top:30px;}
		.subtitle {font-size:.6em; font-weight:bold;}
		.detail{font-size:.6em; margin-top:0px; margin-bottom:15px;}
		
		#container .column {
			/*padding-top: 1em;*/
			text-align: left;
		}
		
		/*  Pages */
		#about{
			width:400px;
		}
