@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
}
.indenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 40px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	overflow: auto;
}
.oneColFixCtrHdr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}
.oneColFixCtrHdr #header {
	height: 69px;

}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: 439px;
	overflow: hidden;

}
.oneColFixCtrHdr #footer {
	height: 92px;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #CCCCCC;
	text-align: center;
}

#TopLeftGraphic {
	float: left;
	height: 69px;
	width: 358px;
}
#TopLeftEmpty {
	float: left;
	height: 69px;
	width: 97px;
}

#TopBtnHome {
	float: left;
	height: 69px;
	width: 76px;
}
#TopBtnBiography {
	float: left;
	height: 69px;
	width: 122px;
}
#TopBtnResume {
	float: left;
	height: 69px;
	width: 101px;
}
#TopBtnGallery {
	float: left;
	height: 69px;
	width: 96px;
}
#TopBtnContact {
	float: left;
	height: 69px;
	width: 105px;
}
#Footer2 {
	float: left;
	height: 92px;
	width: 955px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#MainLeft {
	float: left;
	height: 439px;
	width: 358px;
	background-image: url(slices-directory/MainLeft3.jpg);
}
#MainRight {
	float: left;
	height: 439px;
	width: 597px;
	overflow: auto;
}
#MainLeftTop {
	height: 222px;
	width: 358px;
	background-image: url(slices-directory/MainLeftTop_02.jpg);
}
#MainLeftLeft {
	float: left;
	height: 210px;
	width: 222px;
	background-image: url(slices-directory/MainLeftLeft_04.jpg);
}
#MainLeftRight {
	float: left;
	height: 210px;
	width: 136px;
}
.oneColFixCtrHdr #container #mainContent #MainRight #form1 table {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #MainLeft #form1 table {
	color: #CCC;
	font-weight: bold;
	font-size: 9px;
}
basicText {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
