#FullPageCont {
	height: 100%;
	width: 100%;
	background-image: url(../IMAGES/canvastile.gif);
	background-repeat: repeat;
	
}
#BackgroundCont {
	min-height: 700px;
	width: 1000px;
	margin: auto;
	position: relative;
	background-image: url(../IMAGES/BGCLEANED.jpg);
	background-repeat: repeat-y;
}
#buttondock {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 20px;
	width: 500px;
}

#headercont {
	margin: auto;
	position: relative;
}
#NAVBARCONT {
	margin: auto;
	height: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: auto;
}
#NAVBUTTON {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	text-transform: capitalize;
	color: #663300;
	margin: auto;
	height: auto;
	width: 195px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#CONTENTCONT {
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}

}
#logocont {
	height: 60px;
	width: 1000px;
	position: relative;
}
#footercont {
	background-image: url(../IMAGES/footerlayout.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	bottom: 10px;
	position: absolute;
}
#contentinfocont {
	float: left;
	height: 342px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
	margin-top: 10px;
	margin-left: 50px;
	z-index: 5;
	position: relative;

}
#contactcont {
	height: 370px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	z-index:1;
}

#contactformcont {
	height: auto;
	width: auto;
	position: absolute;
	left: 400px;
	top: 85px;
	z-index: 100;
	
}
#projectcont {
	height: 100%;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#albumcont {
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #999999;
}
#thumbcont {
	border:2px solid #ccc;
	height: 100px;
	margin: 10px;
	float: left;
	position: relative;
}
#googlecont {
	height: 100px;
	width: 400px;
	margin-left: 20px;
	padding-top: 20px;
	clear: both;
	margin-top: 20px;
}
