@charset "utf-8";
body {
	background-color: #1D6F9D;
	font-size: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
}
h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #316AC5;
}
p {
	text-align: left;
	color: #FFF;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	outline: none;
}

a:link{
	color: #AEFFFF;
}

a:visited{
	color: #9CF;
}

#leftcol a:link, #rightcol a:link, #lefttwocol a:link, #righttwocol a:link {
	color: #072434;
}

#centerwrap #righttwocol a.altered:link {
	color: #0FF;
}

#leftcol a:visited, #rightcol a:visited, #lefttwocol a:visited {
	color: #1D6F9D;
}

#grad {
	background-image: url(images/home/u_grad.png);
	background-repeat: repeat-x;
	height: 530px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#nocol {
	position: relative;
	z-index: 100;
	height: 100%;
	width: 100%;
	padding: 20px;
}
#nocol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FFF;
	text-align: left;	
}
#onewidecol {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 900px;
	padding: 20px;
	margin: 0px auto;
}
#onewidecol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #FFF;
	text-align: left;	
}
#onewidecol table {
}
#onewidecol td {
	padding: 5px 5px;
	text-align: center;
	color: #FFF;
    color: #FFF;
	border: thin solid #FFF;
}


#quicknote  {
	color: #FFFFFF;
}

#intro p {
	font-size: small;
}

#h1holder {
	position: fixed;
	height: 38px;
	width: 100%;
	background-color: #000000;
	z-index: 20;
	left: 0px;
	top: 0px;
	padding-top: 2px;
}
#h1holder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#topbar {
	background-color: #000000;
	position: fixed;
	height: 30px;
	width: 450px;
	left: 200px;
	top: 0px;
	z-index: 30;
	padding-top: 10px;
}
#flashwrap {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	color: #FFFFFF;
	position: relative;
	top: 50px;
	width: 725px;
	height: 600px;
}
#flashwrap  a:link {
	color: #C4FFFF;
}
#flashwrap a:visited {
	color: #CCCCCC;
}
#bumpright {
	position: absolute;
	top: 717px;
	z-index: 50;
	right: -1px;
	width: 570px;
	height: 110px;
}

#list ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#list li
{
display: inline;
list-style-type: none;
}

#list a
{
	padding: 1px 8px 1px 8px;
	border: 1px solid #333;
	background-image: url(images/home/l1_down.jpg);
	background-repeat: repeat-x;
}

#list a:link, #list a:visited
{
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

#list a:hover
{
	border: 1px solid #333;
	background-color: #072434;
	background-image: url(assets/images/l1_over.jpg);
	color: #FFFFFF;
	background-repeat: repeat-x;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: #FF6600;
	background-image: url(assets/images/l1_over.jpg);
	color: #333;
	background-repeat: repeat-x;
}

#search {
	height: 32px;
	width: 400px;
	position: fixed;
	top: 0px;
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	left: 650px;
	z-index: 40;
	padding-top: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#centerwrap {
	position: relative;
	height: 100%;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	top: 50px;
}
#backdrop {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	top: 50px;
	height: 500px;
	width: 700px;
	background-color: #000000;
}
#onecol {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
#onecol img {
	float: left;
	margin-right: 20px;
}
#onecol p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}


#leftcol {
	float: left;
	width: 350px;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	background-color: #1D6F9D;
	padding-top: 10px;
}
#leftcol h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #072434;
	text-align: left;
}
#leftcol  h2  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 1em;
}
#leftcol  img#pcc {
	border: thick solid #090744;
}
#lefttwocol  img#pcc {
	border: thick solid #090744;
}
#righttwocol  img#ccc {
	border: thick solid #090744;
}
#righttwocol img {
	float: left;
	margin-right: 20px;
}
#lefttwocol {
	float: left;
	width: 455px;
	padding-left: 5px;
	padding-right: 10px;
	height: 100%;
	background-color: #1D6F9D;
	padding-top: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #072434;
}
#lefttwocol h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #072434;
	text-align: left;
}
#lefttwocol  h2  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 1em;
}

#rightcol {
	float: right;
	width: 350px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #1D6F9D;
	height: 100%;
	padding-top: 10px;
}
#rightcol h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: lowercase;
	color: #072434;
	text-align: right;
}
#rightcol h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}
#righttwocol {
	float: right;
	width: 455px;
	padding-left: 10px;
	padding-right: 5px;
	background-color: #1D6F9D;
	height: 100%;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #072434;
	border-right-color: #072434;
	border-bottom-color: #072434;
	border-left-color: #072434;
}
#righttwocol h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-bottom: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: lowercase;
	color: #072434;
	text-align: right;
}
#righttwocol h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

#associates {
	background-color: #072434;
	padding-top: 5px;
	padding-right: 10px;
}
#personal {
	background-color: #072434;
	padding-top: 5px;
	padding-left: 10px;
}
#rightcol ul.navlist
{
	width: 158px;
	\width: 160px;
	w\idth: 237px;
	padding: 0px;
	border: 1px solid #316AC5;
	border-top: 0px;
	margin: 0px 0px 0px 30px;
	background: #316AC5;
}
#righttwocol ul.navlist
{
	width: 158px;
	\width: 160px;
	w\idth: 337px;
	padding: 0px;
	border: 1px solid #316AC5;
	border-top: 0px;
	margin: 0px 0px 0px 30px;
	background: #316AC5;
}

#leftcol ul.navlist
{
	width: 158px;
	\width: 160px;
	w\idth: 237px;
	padding: 0px;
	border: 1px solid #316AC5;
	border-top: 0px;
	margin: 0px 0px 0px 30px;
	background: #316AC5;
}
#lefttwocol ul.navlist
{
	width: 158px;
	\width: 160px;
	w\idth: 337px;
	padding: 0px;
	border: 1px solid #316AC5;
	border-top: 0px;
	margin: 0px 0px 0px 30px;
	background: #316AC5;
}


#rightcol ul.navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #316AC5;
}
#righttwocol ul.navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #316AC5;
}

#leftcol ul.navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #316AC5;
}
#lefttwocol ul.navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #316AC5;
}


#rightcol ul.navlist li a
{
	display: block;
	width: 122px;
	\width: 158px;
	w\idth: 200px;
	text-decoration: none;
	text-align: left;
	background-color: #ccccdd;
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #aaaabb;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 0px;
}
#righttwocol ul.navlist li a
{
	display: block;
	width: 122px;
	\width: 158px;
	w\idth: 300px;
	text-decoration: none;
	text-align: left;
	background-color: #ccccdd;
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #aaaabb;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 0px;
}

#leftcol ul.navlist li a
{
	display: block;	
	background-color: #ccccdd;	
	width: 122px;
	\width: 158px;
	w\idth: 200px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	border-left: 20px solid #aaaabb;

	text-decoration: none;
	text-align: right;
}
#lefttwocol ul.navlist li a
{
	display: block;
	background-color: #ccccdd;
	width: 122px;
	\width: 158px;
	w\idth: 300px;
	padding: 4px 8px 4px 8px;
	border: 0px;
	border-left: 20px solid #aaaabb;
	text-decoration: none;
	text-align: right;
}

#rightcol ul.navlist li a:hover
{
	border-color: #072434;
	color: #ffffff;
	background: #000d33;
}
#righttwocol ul.navlist li a:hover
{
	border-color: #072434;
	color: #ffffff;
	background: #000d33;
}

#leftcol ul.navlist li a:hover
{
	border-color: #072434;
	color: #ffffff;
	background: #000d33;
}
#lefttwocol ul.navlist li a:hover
{
	border-color: #072434;
	color: #ffffff;
	background: #000d33;
}


#rightcol .active:hover li {
	display: block;
}
#righttwocol .active:hover li {
	display: block;
}

#leftcol .active:hover li {
	display: block;
}
#lefttwocol .active:hover li {
	display: block;
}

#rightcol  .active ul   {
	padding: 0px 0px 0px 9px;
	margin: 0 0 0 0;
}
#righttwocol  .active ul   {
	padding: 0px 0px 0px 9px;
	margin: 0 0 0 0;
}

#leftcol  .active ul   {
	padding: 0px 0px 0px 9px;
	margin: 0 0 0 0;
}
#lefttwocol  .active ul   {
	padding: 0px 0px 0px 9px;
	margin: 0 0 0 0;
}

#rightcol .active:hover li a {
	border: solid thin #aaaabb;
	font-size: x-small;
}
#righttwocol .active:hover li a {
	border: solid thin #aaaabb;
	font-size: x-small;
}

#leftcol .active:hover li a {
	border: solid thin #aaaabb;
	font-size: x-small;
}
#lefttwocol .active:hover li a {
	border: solid thin #aaaabb;
	font-size: x-small;
}

#rightcol .active li { display: none; }
#righttwocol .active li { display: none; }
#leftcol .active li { display: none; }
#lefttwocol .active li { display: none; }









#abovenews h2      {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
#abovenews {
	font-size: medium;
	position: relative;
	height: 80px;
	width: 232px;
	margin: 0px auto;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#news {
	position: relative;
	width: 232px;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
}
#fadeshow2 {
	position:relative;
	width:232px;
	margin: 0px auto;
}

#fadeshow2toggler {
	position:relative;
	width:232px;
	margin: 0px auto;
}

#news a:link {
	color: #97FFFF;
}
#news a:visited {
	color: #99CCCC;
}











#stories {
	text-align: left;

}


#footer {
	float: left;
	width: 975px;
}
#contactme label {
	font-family: Century, Arial, sans-serif;
	color: #FFF;
}

#contactfooter {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contactfooter img {
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer a:link {
	color: #A7BFE9;
}
#footer a:visited {
	color: #072434;
}


#altfooter {
	position: absolute;
	right: -1px;
	width: 570px;
	top: 829px;
}
#textinset {
	position:absolute;
	width:440px;
	height:333px;
	z-index:50;
	left: 39px;
	top: 131px;
	color: #000000;
}
#textinset p {
	color: #000;
}

#textinset img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.abouttxt {
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", serif;
	color: #000000;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

.crunch {	border-width: 0 0 0 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.copyright {
	font-size: x-small;
	font-style: italic;
}
.upitalics {
	font-size: medium;
	font-style: italic;
}


.centerit {
	text-align: center;
}
.hideme {
	display: none;
}
.dvdimg {
	float: left;
	margin-right: 20px;
}


.inset_about {
	background-image: url(images/ifunrem/about_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.imgmargin {
	margin: 10px;
}

.inset_buy {
	background-image: url(images/ifunrem/buy_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.inset_news {
	background-image: url(images/ifunrem/trailer_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.problem {
	font-size: large;
	color: #FFFF00;
	text-align: center;
}
.problem a {
	color: #FF0000;
}

.extrasmall {
	font-size: xx-small;
}
.boldit {
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", serif;
	font-size: small;
}
.extrasmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.whitebump {
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}


#leftsidebar {
	position: absolute;
	height: 500px;
	width: 185px;
	z-index: 20;
	left: 0px;
	top: 0px;
	font-size: xx-small;
}
#leftsidebar ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 30px;
	font-size: xx-small;
}

#leftsidebar ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
	font-size: x-small;
}

#leftsidebar ul#navlist li a
{
	display: block;
	width: 90%;
	padding: 0.5em 0 0.5em 1em;
	border-width: 1px;
	border-color: #1E190D;
	border-style: solid;
	color: #072434;
	text-decoration: none;
	background-color: #80B0C8;
}

#leftsidebar #navcontainer>ul#navlist li a { width: auto; }

#leftsidebar ul#navlist li#active a, ul#navlist li#active a:hover
{
	color: #CAD3CE;
	background-color: transparent;
	cursor: default;
}

#leftsidebar ul#navlist li a:hover
{
	color: #CCD7D3;
	background: transparent;
	border-top-color: #81826F;
	border-right-color: #5C5C5C;
	border-bottom-color: #5C5C5C;
	border-left-color: #606060;
}



#content {
	position: absolute;
	height: 480px;
	width: 515px;
	left: 185px;
	top: 0px;
	z-index: 30;
	text-align: center;
	margin-top: 20px;
	color: #FFFFFF;
}
#htmlsite {
	position: absolute;
	z-index: 100;
	height: 218px;
	width: 155px;
	left: 12px;
	top: 39px;
}
#htmlsite p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#htmlsite a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#htmlsite a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#htmlsite img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#htmlsitealt {
	position: absolute;
	z-index: 100;
	height: 218px;
	width: 155px;
	left: 0px;
	top: 718px;
}
#htmlsitealt p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#htmlsitealt a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#htmlsitealt a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#htmlsitealt img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#flashsite {
	position:absolute;
	width:155px;
	height:133px;
	z-index:100;
	left: 24px;
	bottom: -1px;
}
#flashsite p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#flashsite a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#flashsite a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#flashsite  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#flashsitealt {
	position:absolute;
	width:155px;
	height:133px;
	z-index:100;
	left: 12px;
	bottom: 88px;
}
#flashsitealt p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#flashsitealt a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#flashsitealt a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#flashsitealt  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#altcenterwrap {
	position: relative;
	height: 725px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}
#altcenterwrap p {
	color: #FFFFFF;
}
#altcenterwrap a:link {
	color: #FFFFB7;
}
#altcenterwrap a:visited {
	color: #006699;
}

#leftaltcol {
	width: 410px;
	padding-left: 20px;
	padding-right: 15px;
	position: absolute;
	top: 100px;
	margin-top: 10px;
	z-index: 5;
	left: 0px;
}
#rightaltcol {
	width: 440px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	top: 70px;
	right: 0px;
}
#rightaltcol h2 {
	text-align: left;
	color: #FFFFFF;
	font-size: x-large;
}
#rightaltcol p {
	color: #FFFFFF;
}
#rightaltcol a:link {
	color: #B3FFFF;
}
#rightaltcol a:visited {
	color: #008ACC;
}
#rightaltcol  img {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#leftnarrowcol {
	float: left;
	width: 210px;
	padding-left: 20px;
	padding-right: 15px;
	height: 100%;
	position: absolute;
	top: 90px;
	margin-top: 10px;
	z-index: 5;
	left: 0px;
}
#leftnarrowcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}


#rightwidecol {
	width: 634px;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 90px;
}
#rightwidecol p {
	color: #FFFFFF;
}
#rightwidecol li {
	font-size: x-small;
	color: #FFFFFF;
}
#rightwidecol a:link {
	color: #B3FFFF;
}
#rightwidecol a:visited {
	color: #008ACC;
}
#rightwidecol img {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#leftthreecol {
	position:absolute;
	width:311px;
	height:1015px;
	z-index:41;
	top: 40px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}
#leftthreecol h2 {
	text-align: left;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

#middlethreecol {
	position:absolute;
	width:311px;
	height:1621px;
	z-index:41;
	left: 332px;
	top: 40px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}

#middlethreecol h2 {
	text-align: left;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

#rightthreecol {
	position:absolute;
	width:311px;
	height:1570px;
	z-index:41;
	top: 40px;
	right: 0px;
}

#rightthreecol h2 {
	text-align: left;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
#leftthreecolalt {
	position:absolute;
	width:311px;
	height:490px;
	z-index:41;
	top: 40px;
	padding-right: 10px;
}
#leftthreecolalt h2 {
	text-align: left;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

#middlethreecolalt {
	position:absolute;
	width:311px;
	height:333px;
	z-index:41;
	left: 332px;
	top: 40px;
	padding-right: 10px;
}

#middlethreecolalt h2 {
	text-align: left;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

#rightthreecolalt {
	position:absolute;
	width:311px;
	height:333px;
	z-index:41;
	top: 40px;
	right: 0px;
}

#rightthreecolalt h2 {
	text-align: left;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

dl {
	color: #FFF;
	margin-top: 0px;
	font-style: italic;
}
dt {
	margin-left: 20px;
	font-style: normal;
}



#filmfooter {
	position: absolute;
	width: 100%;
	top: 1750px;
}

#threecolaltfooter {
	position: absolute;
	width: 100%;
	top: 1240px;
}
.rightit {
	text-align: right;
}
