#wrapper {
	background-image: url(images/bigdropshadow.png);
	background-repeat: repeat;
	width: 1000px;
	position: absolute;
}
#header {height:349px;}
.container {
	width:100%;
	height: 100%;
}

.column-1{
	width:272px;
}
.column-2{
	background:url(images/footer-bg.gif);
	width: 710px;
	min-height: 100%;
	position: absolute;
	top: -200px;
	float: left;
	left: 270px;
}

.col-1{
	padding: 0px 40px 0px 40px;
	width: 600px;
	min-height: 100%;
}
.col-2{
	width:470px;
	min-height: 100%;
}
#left {
	width: 320px;
	left: 0px;
	top: 0px;
	background-image: url(images/dropshadow.png);
	z-index: 100;
	position: absolute;
}
#right{
	width: 710px;
	float: left;
	left: 270px;
	z-index: 1;
	position: absolute;
	padding-right: 30px;
	background-image: url(images/rightbackwshadow.png);
}
.spacer {
	height: 200px;
}
p {
}
#floatingimg {
	z-index: 1;
	float: left;
	margin-left: -45px;
	margin-right: 10px;
	margin-bottom: 10px;
}
