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

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#banner {
	background-image: none;
	width: 968px;
	height: 180px;
}
#main_image {
	height: 1800px;
	width: 960px;
	background-repeat: no-repeat;
	float: left;
	background-color: #FFF;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 33px;
	background-position: left 12px;
	background-image: url(IMAGES/client%20bkgd%20image-01.png);
}
#main_body {
	float: left;
	width: 650px;
	height: 968px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	padding-left: 0px;
	text-transform: none;
	line-height: 24px;
	margin-left: 30px;
	overflow: visible;
	letter-spacing: 0em;
}
#main_navigation {
	float: right;
	width: 205px;
	height: 605px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0CF;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 26px;
}
#body {
	float: left;
	width: 685px;
	height: 968px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	padding-left: 0px;
	text-transform: none;
	line-height: 24px;
	margin-left: 20px;
	overflow: visible;
	letter-spacing: 0em;
}

#container #main_image #main_body h3 {
	color: #0CF;
	font-size: 16px;
	font-weight: bold;
}
#container #main_image table tr td p {
	font-size: 14px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

