* { margin: 0; padding: 0;} /* for sticky footer */
html, body
{
	height: 100%;
}  /*needed for sticky footer */


/*

	Layout

*/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px ; /* the bottom margin is the negative value of the footer's height plus footer top border width*/

	max-width: 1000px;
	min-width: 740px;
}

#header  {height: 105px; width: 100%; margin: 0px; }


#footer, .push {
	height: 30px; /* .push must be the same height as .footer wrapper bottom margin must also match*/
}
.push {
clear: both;
}

#footer
{
border-top: 2px solid #847C4E;
	max-width: 1000px;
	min-width: 740px;
	text-align: center;
	background-color: #fff;
margin: 0 auto;
}
/* Sticky Footer by Ryan Fait
http://ryanfait.com/ */


 

/*
#container {
	float: left;
	width: 100%;
}
*/



#container #secondary {
	float: left;
	margin: 10px 0 15px;
	width: 22%;		/* 124px / 988px = .12551 */
}

 

#container #widecontent {
margin-top: 3px;
padding: 0 5%;
}

#container #content {
margin-top: 3px;
	float: right;
	width: 72%;
padding-right: 3%;
}

#container #secondary {
	float: left;
	margin: 10px 0 15px;
	width: 22%;
}

 

 
/* main and meta are available to create a right column within the content div */
#widecontent .main, #content .main {
	float: left;
	width: 70%;
}

#widecontent .meta, #content .meta {
	float: right;
	width: 26%; 
}

