body,html {
	background-color: 		#BFC901;
	font-family: 				Trebuchet MS;
	font-size: 					12px;
	color: 						#333333;
	margin:	 					0px;
	overflow: 					hidden;
	background-image:			url('./img/greenbg.png');
}

#flholder {
	width:						100%;
	height:						600px;
	margin:						auto;
}

#clientlist {
	color:						#BFC901;
	visibility:					hidden;
}

#cswindow {
	width:						700px;
	height:						500px;
	background-image:			url('./img/cswindow.png');
	background-repeat:		no-repeat;
	margin-left:				50px;
	margin-top:					50px;
	padding:						1px;
}

.casestudy {
	width:						640px;
	height:						440px;
	margin-left:				30px;
	margin-top:					30px;
	text-align:					justify;
	font-size:					13px;
}

.rightimg {
	float:						right;
	margin-left:				10px;
	margin-bottom:				10px;
}

.arrowimg-r {
	position:					absolute;
	left:							695px;
	top:							490px;
}

.arrowimg-l {
	position:					absolute;
	left:							80px;
	top:							490px;
}

.navimg-r {
	position:					absolute;
	right:						120px;
	top:							490px;
}

.navimg-l {
	position:					absolute;
	left:							115px;
	top:							490px;
}

a {
	color: 						#719238;
}

a:hover {
	color:						#666666;
}

img {
	border:						0px;
}