@charset "UTF-8";
body {
	background: #000000 repeat;
	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: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bg.png) repeat-y;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF url(images/header.png) no-repeat;
	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: 369px;
	width: 1000px;
	margin: 0px;
}
#header  ul  {
	list-style: none;
	float: left;
	display: block;
	width: 200px;
}
#header  li  {
	float: left;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	padding: 0px 15px;
	font-size: 20px;
	margin: 0px;
}
.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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.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: #FFFFFF url(images/bg.png) repeat-y;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FF0000;
	padding: 25px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD url(images/footer.jpg) no-repeat;
	height: 168px;
	width: 1000px;
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	padding: 10px; /* 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: bold;
	float: left;
	margin: 0px 0px 0px 25px;
}
.headshot {
	background: no-repeat;
	float: left;
	padding: 0px 10px 10px;
	margin: 0px 20px 5px 5px;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	padding: 0px 25px;
}
img#reel {
	float: none;
	margin: 0px 50px 10px;
	height: 200px;
	width: 200px;
}
img#behindScenes {
	float: none;
	padding: 0px;
	margin: 0px 50px 10px;
	height: 200px;
	width: 200px;
}
#navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	width: 1000px;
	margin: -7px 0px 0px;
}
#navbar ul {
	text-decoration: none;
	float: left;
	display: block;
	width: 950px;
	margin: 370px 0px 50px 28px;
	padding: 0px;
	height: 35px;
}
#navbar li {
	float: left;
	text-decoration: none;
	border-style: none;
	display: block;
	list-style: none;
	padding: 10px 15px 0px 8px;
	background: #231F20;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	height: 35px;
}
#subNav {
}
#subNav ul {
}
#navbar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-style: none;
}
#navbar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
#navbar a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #FF0000;
}
