body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000;
	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: #8abdbb;
}
img {
	border: none;
}
a:link, a:visited {
	font-size: 9px;
	color: #8e908f;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
a:hover, a:active {
	text-decoration: underline;
}
.home a.index, .portfolio a.port, .contact a.cont, .bio a.biography  {
	color: #8abdbb;
	cursor: default;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 650px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: default;
}
.oneColFixCtrHdr #container #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
	width: 820px;
	position: relative;
}
.oneColFixCtrHdr #container #header #nav {
	margin-top: 105px;
	text-align: right;
	width: 350px;
	/*float: right;*/
	height: 20px;
	/*margin-right: 70px;*/
	position: absolute;
	left: 420px;
}
.home {
	background-image: url(../images/bgHome.jpg);
}
.bio {
	background-image: url(../images/bgBio.jpg);
}
.contact {
	background-image: url(../images/bgContact.gif);
}
.portfolio {
	background-image: url(../images/bgPortfolio.gif);
}
.oneColFixCtrHdr #container #mainContent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container.home #mainContent {
	display: none;
}
.oneColFixCtrHdr #container.portfolio #mainContent {
	height: 380px;
	width: 780px;
	padding-left: 35px;
}
.oneColFixCtrHdr #container.portfolio #mainContent #scrollLeft {
	float: left; width: 20px;
}
.oneColFixCtrHdr #container.portfolio #mainContent #scrollRight {
	float: right;
	width: 20px;
}
.oneColFixCtrHdr #container.portfolio #mainContent #thumbnailsClip {
	position: absolute;
	left: 60px;
	width: 730px;
	height: 85px;
	overflow: hidden;
}
.oneColFixCtrHdr #container.portfolio #mainContent #thumbnailsClip #thumbnails {
	height: 85px;
	position: absolute;
	left: 0px;
	width: 2095px;
}
.oneColFixCtrHdr #container.portfolio #mainContent #mainImage {
	width: 438px;
	height: 292px;
	margin-left: 110px;
	margin-top: 100px;
}
.oneColFixCtrHdr #container.bio #mainContent {
	width: 600px;
	margin-left: 200px;
}

.oneColFixCtrHdr #container.contact #mainContent {
	margin-left: 448px;
	width: 300px;
}
.oneColFixCtrHdr #container.contact #mainContent form input, .oneColFixCtrHdr  #container.contact #mainContent form textarea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.oneColFixCtrHdr #container.bio #mainContent h2 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #8abdbb;
	font-size: 12px;
}
.oneColFixCtrHdr #container.bio #mainContent p {
	margin: 5px 0px 0px;
	line-height: 140%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	text-transform: none;
	letter-spacing: normal;
}
h1 {
	display: none;
}
h3 {
	font-size: 24px;
}
