#content
{
	width: 1000px;
}

#content p
{
	line-height: 1.5;
	padding-bottom: 20px;
}

#title
{
	width:100%;
	border-bottom: 1px solid #80c92f;;
}

#title h1
{
	font-size: 24px;
	font-weight: bold;
	padding-left: 5px;
	color: #80c92f;
}

#left
{
	float: left;
	width: 577px;
	height: 433px;
	background-image: url('../images/aboutus/general.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top:20px;
}

#left_content_general
{
	width: 555px;
	height: 268px;
	margin-top: 40px;
	margin-left: 15px;
}

#left_install
{
	width: 545px;
	height: 135px;
	margin-top: 40px;
	margin-left: 15px;
}

#textlinks
{
        padding-left: 80px;
        font-size: 24px;
        font-color: #5D5D5D; 
}


#right_top
{
	float: right;
	width: 401px;
	height: 194px;
	background-image: url('../images/aboutus/ourteam.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-top:20px;
}

#right_top_content
{
	width: 370px;
	height: 140px;
	margin-top:40px;
	margin-left:15px;
}

#right_bottom
{
	float: right;
	width: 401px;
	height: 223px;
	background-image: url('../images/aboutus/ournetwork.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-top:17px;
}

#right_bottom_content
{
	width: 370px;
	height: 168px;
	margin-top:40px;
	margin-left:15px;
}

