@charset "UTF-8";
body {
	background: #000000 url(images/bgFilmstrip.jpg) no-repeat center;
	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%;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium inset #CCCCCC;
	text-align: left;
}
.oneColFixCtrHdr #header #contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
	width: 70px;
	margin: 0px 30px 0px 0px;
	float: right;
}
.oneColFixCtrHdr #header #contact a {
	color: #FF0000;
	text-decoration: none;
}
.oneColFixCtrHdr  #header #contact a:hover {
	color: #E6E482;
	border-bottom: thin solid #E6E482;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD url(images/ami-header.gif);
	padding: 0;  /* 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: 350px;
	width: 900px;
}
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	font-variant: normal;
}
.oneColFixCtrHdr #header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 22px;
	font-style: normal;
	margin-top: 285px;
	margin-left: 15px;
}
.oneColFixCtrHdr #header ul {
	list-style: none;
	display: block;
	color: #FF0000;
}
.oneColFixCtrHdr #header li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 20px;
}
.oneColFixCtrHdr #header a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header a:hover {
	border-top: medium none #FF0000;
	border-right: medium none #FF0000;
	border-bottom: thin solid #E6E482;
	border-left: medium none #FF0000;
	color: #E6E482;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #FFFFFF;
	padding: 15px 0px 0px;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #FFFFFF;
	font-weight: normal;
}
.oneColFixCtrHdr #personalSpecs {
	float: left;
	height: 400px;
	width: 250px;
	background: url(images/bioBackground.png) no-repeat;
	padding: 0px 5px 0px 10px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #personalSpecs ul {
	padding: 10px 5px 5px 0px;
}
.oneColFixCtrHdr #resume {
	float: none;
	margin-left: 275px;
}
.oneColFixCtrHdr #rentalEquip {
	float: left;
	height: 400px;
	width: 300px;
	background: url(images/bioBackground.png) no-repeat;
	padding: 0px 5px 0px 10px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #rentalEquip ul {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #mainContent p {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent a {
	color: #FF0000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666;
}
.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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #slideshow {
	background: #000000;
	float: right;
}
.oneColFixCtrHdr #subContent {
	margin: 350px 0px 0px;
	padding: 3px;
	text-align: center;
}
.viewResume {
	text-align: center;
}
.oneColFixCtrHdr #certEquip {
	padding: 5px 15px 15px;
	text-align: center;
}
.boldUnderline {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #subContent img {
	margin: 0px 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #reelAdv {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 250px;
	text-decoration: none;
}
.oneColFixCtrHdr #reelAdv a img  {
	text-decoration: none;
	border-style: none;
}
.oneColFixCtrHdr #reelAdv a:hover img {
	border: thin solid #FF0000;
}
.redCenter {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}
.oneColFixCtrHdr #player {
	text-align: center;
}
