/* layout */
#grass, #bar, #left-column, #text-resize, #text-only, #right-column{
	display:none;
}



/* Jello Layout*/
body {
	font-family: verdana, arial, geneva, sans-serif; 
	color:#000;
	font-size:.9em;
}
h1{
	font-size:1.5em;
}
h2{
font-size:1.3em;
}
h3{
font-size:1.2em;
}
h4{
font-size:1em;
}

/* helps IE get the child percentages right. */
#wrapper { 
	 width: 100%;
	}
.portItem{
clear:left;
}
a{
	color:#000000;
	text-decoration:none;
}
/* * * * * * * * * * * * * * * * * */
.img-left{
	float:left;
	padding-right:7px;
	padding-bottom:10px;
}
.img-right{
	float:left;
	padding-left:7px;
	padding-bottom:10px;
}
