﻿.aboutwrapper {
	position: relative;
	width: 580px;
	height: 600px;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
	vertical-align: middle;
	word-spacing: .010em;
	letter-spacing: .005em;
	float: left;
}
.aboutwrapper p{
	position: relative;
	width: 100%;
	float: left;
	text-indent: 5px;
	display: block;
}
.aboutwrapper img{
	float: left;
	position: relative;
	width: 300px;
	height: 300px;
	display: block;
}
.bodytext {
		position: relative;
		width: 580px;
		height: auto;
		float: left;
	}
.shortblock {
		position: relative;
		width: 250px;
		height: auto;
		float: left;
	}
.aboutright {
	position: relative;
	width: 280px;
	height: auto;
	float: left;
}
.aboutleft {
	position: relative;
	width: 300px;
	height: auto;
	float: left;
}
