@charset "UTF-8";
/* CSS Document */

	body{
		margin: 0 0 0 0;
		font-family:Helvetica,Georgia, "Times New Roman", Times, serif;
		font-size: 12pt;
		color: white;
		background-image:url(images/background.jpg);
		background-position:top center;
		background-repeat: no-repeat;
		min-width: 1300px;
		min-height: 1200px;
	}
	a{
		text-decoration: none;
		color:white;
	}
	
	.wholeThink{
		background-image:url(images/thewholething.jpg);
		background-position:top center;
		background-repeat: no-repeat;
	}
	.extColor{
		background-color: #141618;
	}
	
	.menuItem{
		padding-bottom: 10px;
	}

	.redBar{
		background-color: #391414;
	}
	.blueBar{
		background-color: #141d2e;	
	}
	#blueMain{
		margin:0 auto;
		padding:0;
		background-image:url(images/blue.png);
		background-position:top left;
		background-repeat: no-repeat ;
		width: 1299px; /* 1245 */
		min-height: 1200px;
		/*height: 100%;*/
	}

	#leftMenu{
		float: left;
		background-image: url(images/dropshadowed.png);
		background-position: top center;
		background-repeat: no-repeat;
		width: 245px;
		margin-top: 0;
		padding-top: 0;
		/*margin-left: 30px;*/
		text-align:center;
		min-height: 1200px;
	}

