/*
* ABOUT PAGE
*/

.imgcontainer {
	position: relative;
	float: right;
	text-align: center;
	margin-right: 15px;
	width: 320px;
	height: 400px;
	border: 0px solid yellow;
}
/* For IE6 */
*html .imgcontainer {
	margin-right: 5px;
}


img {
	border: 1px solid white;
}

.textcontainer {
	position: relative;
	float: left;
	margin-top: 35px;
	margin-left: 20px;
	width: 440px;
	height: 390px;
	border: 0px solid green;
	/*direction:rtl;*/
}
/* For IE6 */
*html .textcontainer {
	margin-left: 15px;
}

.textcontainer p {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-right: 0px;
	text-align: justify;
	margin-top: 0px;
}
/* For IE6 */
*html .textcontainer p {
	margin-right: 0px;
}
/* For IE7 */
*:first-child+html .textcontainer p {
	 margin-bottom: 1.1em;
	 line-height: 1.2em;
	 font-size: 0.9em;
}

@media all and (min-width:0px) {
	body:not(:root:root) .textcontainer p { line-height: 1.2em; }
}

html[xmlns*=""] body:last-child .textcontainer p { line-height: 1.2em; }
