
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
.container{
	width: 400px;
	padding: 10px;
	float: left;
}
.imagecontainer{
	 float:left;
	 margin-left: 30px;
	 width: 500px;
	 display: inline;
	 position: relative;
	 height: 1000px;
 }
.aboutcontainer{
	padding: 10px;
	width: 340px;
	font-family: times;
	font-size: 11px;
	color: #000000;
	text-align:justify;
	line-height: 14px;
}
.textblack2 {
	font-family: times;
	font-size: 11px;
	line-height: 27px;
	text-decoration: none;
	font-style: italic;
	font-weight:bold;
	color: black;
}

a.textblack2:link {
	color: #000000;
	text-decoration: none;
}

a.textblack2:hover {

}
a.textblack2:active {
	
}
a.textblack2:visited {
	color: #000000;
	text-decoration: none;
}


	

