

div.imainleft{
	float:left;
	width:640px;
}

div.imainright {
	float:right;
	width:160px;
}


div.ileft{
	float:left;
	width:200px;
}

div.iright {
	float:right;
	width:380px;
}

div.iminileft{
	float:left;
	width:45%;
	text-align: center;
}

div.iminiright {
	float:right;
	width:45%;
	text-align: center;
}



div.footer{clear:both;width:100%}

h2.itemtitle{ font-size: 150%; font-weight: bold; }


/* styling for the image wrapper  */ 
#image_wrap { 
    /* dimensions */ 
    width:650px; 
    margin:15px 0 15px 0px; 
    padding:15px 0; 
 
    /* centered */ 
    text-align:center; 
 
    /* some "skinning" */ 
    background-color:#efefef; 
    border:2px solid #fff; 
    outline:1px solid #ddd; 
    -moz-ouline-radius:4px; 
}
