#index_armpic {
	float: right;
	clear: right;
	background: #888 url(images/armpic.png) no-repeat top left;
	width: 300px;
	height: 300px;
	line-height: 300px;
}

#index_main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #index_main {height: 1%;}
/* End hide from IE-mac */

#design_circuitsmall {
	float: right;
	clear: right;
	background: #FFF url(images/circuitsmall.png) no-repeat top left;
	width: 300px;
	height: 260px;
	line-height:260px;
}

#design_base {
	float: right;
	clear: right;
	background: #FFF url(images/base.png) no-repeat top left;
	width: 300px;
	height: 200px;
	line-height: 200px;
}

.design_images {
	float: left;
	margin: 1em;
	width: 250px;
}

.design_images_box {
	padding: 0.5em;
}

.design_images_box:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .design_images_box {height: 1%;}
/* End hide from IE-mac */

.software_images {
	float: left;
	margin: 1em;
	width: 375px;
}

.software_images_box {
	padding: 0.5em;
}

.software_images_box:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .software_images_box {height: 1%;}
/* End hide from IE-mac */

#software_tkintergui {
	float: right;
	position: relative;
	margin: 0.5em 1em 1em 1em;
	background: #FFF url(images/tkintergui.png) no-repeat top left;
	width: 151px;
	height: 240px;
	clear: right;
}

