@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../images/masterbackground.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 936px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 115px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 536px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	left: 1px;
	bottom: 25px;
}
.oneColFixCtr #container2 {
	width: 836px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 115px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 610px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-position: left;
	bottom: 12px;
	position: relative;
}

#contenttable {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -32px;
}
.oneColFixCtr #indexgraphic {
	position: relative;
	bottom: 35px;
}

.oneColFixCtr #nav {
	z-index: 1;
	position: relative;
	top: -600px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtr #nav_photo {
	z-index: 1;
	position: relative;
	top: -674px;
	margin-right: auto;
	margin-left: auto;
}
#aboutgraphic {
	position: fixed;
	border: thick dashed #3300FF;
}
#contact {
	position: relative;
	top: 665px;
}
#contact_photo {
	position: relative;
	top: 750px;
	z-index: 9;
}
#disposable {
	position: relative;
	z-index: 2;
	width: 220px;
	left: 48%;
	bottom: 200px;
}
