* { 
 padding: 0; 
 margin: 0; 
}

#wrapper { 
 width: 774px;
 margin: 0 auto;
}

	#header {
	width: 774px; 
	height: 117px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
	}

		 #indicia {		 
		 width: 182px; 
		 height: 117px;
		 margin: 0px;
		 border: 0px;
		 padding: 0px;	 
		 float: left;
		 }

		 #banner { 
		 background: url(../images/bkg/wholeBackground.png);
		 background-repeat: no-repeat;
		 position:absolute;
		 width: 600px;
		 height: 600px;
		 margin: 0px;
		 padding: 0px;
		 border: 0px;
		 float: right;
		 display: inline;
		 z-index: -1;
		 }

		 #nav_container { 
		 /*background: url(../images/bkg/bkg_navBanner.jpg);
		 background-repeat: no-repeat;*/
		 
		 width: 592px;
		 height: 29px;		 
		 margin: 0px;
		 padding: 0px;
		 border: 0px;	
		 float: right;	 
		 z-index: -1;
		 }
	

	#content {
	width: 774px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	
	margin: 0 auto;
	/*background: #fff url(../images/bkg/bkg_ContentFauxCol_774x05.jpg);
	background-repeat: y;	*/
	z-index: -1;
	clear: both;
	overflow: visible;
	}

	#leftcolumn { 
	/*background: url(../images/bkg/bkg_fauxCol_left_182x10.jpg);
	background-repeat: y;*/
        /*background: url(../images/bkg/bttmGrad.png);
        background-repeat:no-repeat;*/
	width: 182px;
	min-height: 400px;
	height: auto !important;
	height: 400px;

	margin: 0px;
	border: 0px;
	float: left;
	z-index: 1;
	}

	#rightcolumn { 
	/*background: url(../images/bkg/bkg_fauxCol_right_592x216.jpg);*/
	/*background-repeat: no-repeat;*/
	width: 572px;
	min-height: 400px;
	height: auto !important;
	height: 400px;

	margin: 0px;
	padding: 10px;
	border: 0px;
	float: right;
	display: inline;
	z-index: 1;
	}
	
		#innerCol_left {
		float: left;
	
		width: 150px;
		margin: 0px;
		padding: 10px;
		border: 0px;
		}
	
		#innerCol_freebies {
		float: right;
		width: 350px;
		text-align: center;
		margin: 0 10px;
		padding: 10px;
		border: 0px;
		}
        #rightcolumn h1, h2, h3{	
	text-indent: 0em;
	text-align: center;
	margin: 8px 5px 5px 20px;
	}



 #footer { 
 width: 774px;
 height: 30px;
 /*background-color:#321600;*/
 /*background: url(../images/bkg/bkg_FooterBanner.png);*/
 border: 0px;
 margin: 0px;
 padding: 0px;
 clear: both;
}

#footerGrad{
    position: absolute;
    z-index: -1;
    margin-top: -441px;
    margin-left:40px;
}

	#login {
	width: 182px;
	height: 30px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
 
	div.login {
	min-height: 30px;
	display: table-cell;
	vertical-align: middle;
	}
 
	#legal {
	text-align: center; 
	width: 592px;
	height: 30px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline;
	}
