/* CSS Document */

/* 3 column layout formatting */
#columns {
	position: relative;
	text-align: left;
	}
#left {
	position: absolute;
	width: 155px;
	padding-left: 17px;
	z-index: 2;
}
#right {
	position: absolute;
	padding-left: 587px;
	padding-right: 15px;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
#main {
	top: 0;
	left: 0;
	padding-left: 200px;
	width: 360px;
	z-index: 3;
}

/* 2 column layout formatting */
#left2 {
	position: absolute;
	width: 200px;
	top: 0px;
	left: 0px;
	padding-left: 17px;
}
#right2 {
	padding-left: 260px;
	padding-right: 30px;
	}

/* nav and content */

#maincontent {
	MARGIN: 0px auto; WIDTH: 760px; BACKGROUND-COLOR: #ccc; TEXT-ALIGN: left
}
#row1 {
	background-image: url(images/homepage_02.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 60px;
	width: 100%;
	top: 0px;
	}

#row2 {
	background-image: url(images/homepage_04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 150px;
	width: 100%;
	top: 0px;
}

#row3 {
	background-image: url(images/homepage_05.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 31px;
	width: 100%;
	top: 0px;
}
#row4 {
	background-image: url(images/homepage_06.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 17px;
	width: 100%;
	top: 0px;
}
#row5 {
	background-image: url(images/homepage_07.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	width: 100%;
	top: 0px;
}
#row6 {
	background-image: url(images/homepage_08.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 56px;
	bottom: 0px;
	background-position: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


