@charset "UTF-8";
body {
	background: #FFFFFF;
	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: #666666;
	background-image: url(images/general_BG.gif);
	background-repeat: repeat-x;
	font-size: 0.75em;
	line-height: 1.3em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtr #left {
	padding: 20px 12px 0 38px;
	top: 0px;
	float: left;
	width: 622px;
	background-repeat: no-repeat;
}
.oneColFixCtr #right {
	padding: 50px 38px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 302px;
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/services_hd.gif);
}
.bold {
	font-weight: bold;
	color: #000;
}
.film_title {
	font-size: 1.5em;
	color: #333;
}
.tagline {
	font-size: 1.25em;
	color: #333;
}
.photo {
	background-image: url(images/general_pix.jpg);
	height: 182px;
	width: 1024px;
}
#topnav {
	position:relative;
	height:32px;
	z-index:1;
	left: 0px;
	top: 150px;
	width: 1004;
	float: left;
	padding-left: 20px;
}
.oneColFixCtr #footer {
	padding: 6px 0 3px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1024px;
	float: left;
	font-size: 80%;
	border-top-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	color: #999;
}

a:link {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
a:visited  {
	color: #96C;
	text-decoration: none
}
a:active {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.header {
	color: #6a859e;
	font-size: 1.6em;
}
