/*notes: 
color:
rgb(236,244,236)=mint green
rgb(0,0,0,)=black
rgb(250,250,250)=white
rgb(63,119,0)= dk green
rgb(255,255,144)= yellow
color: rgb(184,222,191); lt green
font-family:Verdana, Arial, Helvetica, sans-serif;
*/



#imgswapcontainer  { 
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 2px 0px; /*changes the size of the block and backgrond of image and image link area in center*/
	background:  rgb(184,222,191); /*rgb(63,119,0);*/
	border-bottom: 1px groove  rgb(63,119,0);
	border-top: rgb(63,119,0)  ;
	}

#leftimgcontainer {
	margin: 0;
	padding: 0;
	float: left;
	border:1px solid rgb(63,119,0);
}

#rightimgcontainer {padding: 1px 0px  0px  7px;  margin: 0; width:85px; height:315px; /*background-color: rgb(63,119,0);*/ }
 
#rightimgcontainer ul { padding:0; margin: 0; list-style-type:none; float: relative;  }/*pics on side*/

#rightimgcontainer li {float:relative; }

   
 #rightimgcontainer a  span {position:absolute; width:1px; height:1px; top:5px; left:5px;    overflow:hidden;} 






