@charset "UTF-8";


/* column lines */

#line1 {
	margin: 0px;
	padding: 0px;
	height: 835px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 312px;
	top: 642px;
	background-color: #e1e1e1;
}
#line2 {
	margin: 0px;
	padding: 0px;
	height: 835px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 637px;
	top: 642px;
	background-color: #e1e1e1;
}

/* thumbnails */

#thumbsgroup {
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 340px;
	position: absolute;
	background-image: url(../images/thumb-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 900;
	left: -20px;
	top: 18px;
}
#thumbs1 {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 20px;
	top: 22px;
}
#thumbs2 {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 175px;
	top: 22px;
}
#thumbs3 {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 175px;
	top: 124px;
}
#thumbs4{
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
	z-index: 500;
	left: 253px;
	top: 124px;
}

img.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	position: relative;
	left: -8px;
	top: -8px;
}







/* footer stuff */
#footer {
	position: absolute;
	height: 200px;
	width: 1000px;
	left: -25px;
	top: 1377px;
}

#copy {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 300px;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 261px;
}
#second {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 300px;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 407px;
}
