/*------- Change columns ----------*/#contentleft {	width:0px;	display:none;}	#contentcenter {	width:888px;/*total width 900 = left+r+center+padding+margins */	padding:15px 6px 0 6px;	float:left;	background:#ccc;	height: 90%;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1em;	text-align:center}	#contentright {	width:0px;	display:none;}			#hide{display:none;}/*------- Boxes for images --------- */#centerboxes {	margin-left:auto;	margin-right:auto; 	text-align:center;}.leftbox{	width:200px;	padding:15px 6px 0 6px;	float:left;	border-right:1px solid #999999;}.centerbox {	width:200px;/*total width 900 = left+r+center+padding+margins */	padding:15px 6px 0 6px;	float:left;	background:#ccc;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1em;}.rightbox {	width:200px;	padding:15px 6px 0 6px;	float:left;	border-left:1px solid #999999;}.imgbox {	margin: 5px;}.imgbox a {color:#666;}.imgbox img a:hover {border-top:none; border:10px solid green}
