@charset "UTF-8";
/* CSS Document */
#pagewrapper{
	background-image: none;
}
img{
	border:none;
}
#pagewidth{
	width:100%;
	height:600px;
	overflow:hidden;
}
#header{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#leftColHome{
	width:48%;
	float:left;
	height:500px;
	padding:100px 0 0 0;
	text-align:right;
}
#rightColHome{
	background-color:#97B915;
	width:50%;
	float:right;
	height:500px;
	padding:100px 0 0 0;
	text-align:left;
	background-image: url(img/s_backHome.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#rightColHome img{
	margin-left: 4%;
}