@charset "utf-8";
/* CSS Document */

@import url("global.css");

#contentArea{
	padding-right: 20px;
	padding-left: 50px;
	background-color: #FFF;
	font-size: 12px;
	background-image: url(../_img/solutions1.jpg);
	background-repeat: no-repeat;
	background-position: 140px 180px;
}
#contentArea h1{
	margin-top: 40px;
	color: #036;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#contentArea h2{
	font-size: 14px;
	color: #036;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 10px;
}
#contentArea p{
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 80px;
}

#contentArea ul{}
#contentArea li{
	list-style-type: circle;
	margin-left: 15px;
	margin-bottom: 5px;
}
#layout{
	position: relative;
	top: 50px;
	width: 890px;
}
#layout p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#layout img{
	border: 1px solid #666;
	margin-bottom: 100px;
}
#enlarge{
	margin-bottom: 10px;
}
#enlargeCopy{
	position: absolute;
	width: 330px;
	left: 530px;
	top: 25px;
}

