body {
  background-color:#000000;
  background-image:url("../img/bg-if.jpg");
  background-attachment:fixed;
  background-repeat:no-repeat; 
  background-position:center;
  margin-top:0;
  font-family:Arial, "Sans Serif";
  color:#FFFFFF;
}

div.page{
  position:absolute;
  margin-left:-400px;
  left:50%;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url('../img/bg-of.jpg');
  background-position:center;
  border-top:none;
  border-bottom:none;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  width:800px;
  min-height:100%; 
}

div.menubar-empty{
  background-image:url('../img/menubg.png');
  background-repeat:repeat-x;
  height:44px;
  width:399px;
  padding:0px 0px;
  float:left;
  overflow:hidden;
}

div.menubar-full{
  height:44px;
  width:401px;
  float:left;
  overflow:hidden;
}

a{
  color :#FFFFFF;
  text-decoration:none;
  font-weight:bold;
}

a:hover{
 text-decoration:underline;
}


a img{
  border:0px;
}

div.content{
	clear:both;
	font-family:Arial, Sans-Serif;
	font-size:14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}

div.footer{
  position:absolute;
  bottom:1px;
  background-image:url('../img/footerbg.png');
  width:800px;
  border-top:1px solid #000000;
  text-align:center;
  font-size:10px;  
}

h1{
  font-size:16px;
  color:#990000;
  margin:0px 0 0 0;
}

div.fran-pic{
  float:right;
  margin-left:5px;
}

div.about-fran{
  clear:both;
  border-bottom:solid 1px #ffffff;
  min-height:250px;
}

div.quote{
	background-image:url('../img/quote.png');
	background-repeat:no-repeat;
	margin:0;
	padding-left:35px;
}

div.quote-text{
	margin-left:0px;
	border-left: solid 1px #990000;
	padding-left:5px;
	margin-bottom:10px;
}

#blanket, #blanket2{
	background-color:#111111;
	opacity:0.65;
	filter:alpha(opacity=65);
	position:fixed;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
}

#popUpDiv, #popUpDiv2{
	border:solid 1px #990000;
	text-align:right;
	position:absolute;
	background-color:#000000;
	width:480px;
	height:380px;
	z-index: 9002;
}

#popUpDiv a, #popUpDiv2 a{
	margin-right:5px;
}

#vidFrame{
	margin-top:20px;
	margin-left:50px;
	height:200px;
	width:700px;
}
