﻿#content_header
{
	width: 1024px;
	height: 200px;
}

#content_header_part1
{
	width: 202px;
	height: 200px;
	background-image:url('../imgs/development/contact_us.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
}

#content_header_part1 div.text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:rgb(100,100,96);
	padding: 10px;
}

#content_header_part2
{
	width: 822px;
	height: 200px;
	background-image:url('../imgs/development/content_heading.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
}

#content
{
	width: 1024px;
	height: 573px;
}

#content_left
{
	width: 353px;
	height: 573px;
	float:left;
}

#content_left_part1
{
	width: 353px;
	height: 145px;
	overflow:hidden;
}

#content_left_part2
{
	width: 353px;
	height: 140px;
	overflow:hidden;
}

#content_left_part3
{
	width: 353px;
	height: 139px;
	overflow:hidden;
}
#content_left_part4
{
	width: 353px;
	height: 149px;
	overflow:hidden;
}



#content_right
{
	width: 671px;
	height: 573px;
	float:left;
	background-color:#ffffff;
}

#content_right .text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:15px;
	color: rgb(100,100,96);
	text-align:justify;
	line-height: 1.4;
	padding-top:5px;

}

#content_right .text ol,ul
{
	padding-left: 80px;
	padding-top:10px;
}


a.erick:link {
	color:#3D76C5;
	text-decoration: none;
	}
a.erick:visited { 
	color:#3D76C5;
	}
a.erick:hover { 
	color: #FEB952;
	text-decoration: underline;
	}
a.erick:active { 
	color:rgb(100,100,96);
	}
