<!--
/*		Main Page layout	*/
#contentPadding{
    padding: 10px 8px 20px 8px;
}


#mainTbl .col1{
	width: 545px;
    background: #660099;
}

#contentContainer { 
    padding-bottom: 10px;
}

#weeklyThought{
    width: 398px;
}

.colWrap {
    width: 100%;
	height: 76px;
	background: transparent;
	border-bottom: gray 1px solid;
	/*.margin-top: -4px;
	padding: 2px 0 0 0; b*/
	/*clear: both;*/
}
	.colLeft {
	    width: 76%;
		.width: 74.8%; /*ie7 hack*/
		float: left;
		background: transparent;
	}
		.colLeft .space {
		    height: 4px;
		}
		
		.colLeft1 {
		    width: 36%;
			height: 75px;
			float: left;
			background: BLUE;
			border: 0 solid blue;
			border-width: 1px 1px 0 1px;
			/*border-right: 1px;
			border-top: 1px;*/
		}
		.colLeft2 {
		    width: 63%;
			float: right;
			font-size: 10px;
			padding-left: .3%;
			/*background: blue;*/
		}

	.colright {
	    width: 24%;
	    height: 76px;
		float: right;
		background: #000000;
	}

	.colright img{
	    .width: 99%; /*ie7 hack*/
    }
.bigPadding{
	margin: 8px 30px; 20px 30px;
	/*background: pink;*/
}


.storeImg{
    background: transparent url("../images/buttons/store.jpg") no-repeat left top;
}
.newImg{
	background: url("../images/buttons/news.jpg") no-repeat left top;
	border-bottom: 1px;
}

.darkGray{
    background: #333333;
	height: 98px;
	color: #ffffff;
}

#mission{
	padding: 3px 6px 5px 6px;
}

.mission{
    width: 97.5%;
	height: 336px;
	padding: 8px 4px;
	border: #000 solid 1px;
    background: #666666;
}

.mission .darkGrayBack p{
  color: #ffffff;
    font-size: 13px;
	padding: 0 11px 4px 11px;
	font-weight: bold;
	line-height: 1.3;
}


.thoughtDay{
    padding: 4px 0 0 0;
}
/*		end Main Page layout	*/

-->
