/* Jello */
body {
	padding: 0 350px 0 350px; /* these side paddings together determine the natural min-width */
	margin: 0;
	text-align: center; /* this centers the wrappers in older IEwin versions */
	background: #FFFFFF;
	font-family: Helvetica, Arial, tahoma, sans-serif;
	font-size: 100.1%;
	color: rgb(112,145,51);
}

#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 50%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE6 is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -350px 0 -350px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}

/* helps IE get the child percentages right. */
#wrapper { width: 100%; 
	background-image: url('images/bg-gearpattern.jpg')
}


/* * * * * * * * * * * * * * * * * */
/* I'm using this */

#content1 {
	text-align: left;
	font-size:80%;
}

#content1 p{
	padding: 0 20px;
	font-size:80%;
	line-height:1.5em;
}

#content1 .pagetitle {	
	color: rgb(96,57,18);
	font-size: 100%;
	text-transform:capitalize;
	font-weight: bold;
	padding-top: 12px;
	}

#content1 .subbold {	
	font-size: 82%;
	font-weight: bold;
	padding-top: 5px;
	}
	
#content1 img .home{
	padding: 0 -20px;
	}
	
#navbar2 {
	background-color: rgb(112,145,51);
	font-size: 100%;
	color: white;
	font-weight: bold;
	height: 26px;
	}	
#content1 li {
	line-height:1.5em;
	font-size:80%;
}

#logo-header { 	
	background-image: url('images/bg-browngradient990.jpg');
	background-repeat: repeat-y
	}
#navbar {
	background-color: rgb(69,140,202);
	font-size: 95%;
	color: white;
	font-weight: bold;
	height: 31px;
	padding-top:6px;
	}
	

/* http://positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* * * * * * * * * * * * * * * * * */
/* I'm NOT using this */
#sidebar {
	width: 20%;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	margin-left: 6%;
}
#content {
	width: 82%;
	margin-right: 10%;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
}