* {
	margin: 0;
	padding: 0;
}
body {
	margin-left: 37px;
	/* background: url(arca_bg.jpg) no-repeat 0px 125px; */
	background: url(arca_bg.jpg) no-repeat 37px 157px;
}

#wrapper {
	width: 805px;
}

#leftCol {
	float: left;
	width: 304px;
	position: relative;
}
	.menuTop {
		position: relative;
		height: 167px;
	}
		.menuTop ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.menuTop ul li {
			margin-top: 14px;
		}
	.menuBottom {
		position: relative;
		margin-top: 198px;margin-top: 200px;
	}
		.menuBottom ul {
			position: relative;
		}
		.menuBottom ul li {
			margin-top: 5px;
		}

#rightCol {
	float: left;
	width: 501px;
	position: relative;
}
	.logo {
		float: right;
		margin-top: 17px;
	}
	.copy {
	background-color: transparent;
		clear: both;
		padding-top: 85px;
		zoom: 1;
		padding-bottom: 44px;
		min-height: 236px;
	}

#footer {
	position: relative;
	clear: both;
	width: 805px;
	padding: 0px 0 15px;
	z-index: 5;
}
	#footer #phone {
		float: left;
		zoom: 1;
	}
	#footer #smallLogos {
		float: right;
		margin-top: -36px;
		padding-right: 5px;
		position: relative;
		zoom: 1;
	}
		#footer #smallLogos img {
			margin-left: 14px;
		}
	#footer #copyright {
		clear: left;
		zoom: 1;
		padding-top: 15px;
	}
/*		#footer #copyright ul {
			padding-top: 30px;
		}*/
		#footer #copyright li {
			display: inline;
			padding-right: 33px;
		}