* {
      margin: 0;
      padding: 0;
    }

    html, body {
      height: 100%;
     
    }





body {
	background-color: #FCF9F6;
	
	margin: 0px;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 80%;
	
}

#new {
	background-color: #FCF9F6;
	
	margin: 0px;
	
	font-size: 75%;
	
}
#logo {
	display: none;
	
}


a {outline: none; }
a img {outline: none;
border-style: none; }


a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #A0A0A4
}
a:active {
	color: #A0A0A4
}






 div.loading-invisible{
    /*make invisible*/
    display:none;
	z-index: 250
  }

  /*this is what we want the div to look like
    when it IS showing*/
  div.loading-visible{
    /*make visible*/
    display:block;
	z-index: 250

    /*position it 200px down the screen*/
    position:absolute;
    top:0px;
    left:0;
    width:100%;
	height:120%;
    text-align:center;

    /*in supporting browsers, make it
      a little transparent*/
    background:#FCF9F6;
    opacity:1;
   

  }


#box {
	position: relative;
	
	
	margin:auto;
	
}


#top  {
	
	min-height: 120px;
	text-align: left;
}


#topnew  {
	margin-top: 2%;
	min-height: 120px;
	text-align: left;
	font-size:3.8em;
	letter-spacing:1px;
}

#central  {
	position: relative;
	text-align: left;
	height: 780px;
}

#sorry  {
	position: relative;
	top: 40px;
	left:200px;
	text-align: left;
	height: 100px;
	width: 300px;
}


.topleft  {
	position: absolute;
	text-align: left;
	height: 200px;
	top: -5px;
	left: 0px;
	width: 230px;	
}

.topleftnew  {
	position: absolute;
	text-align: left;
	height: 200px;
	top: -5px;
	left: 0px;
	width: 230px;
	display: none;
}

.topleftnew2  {
	position: absolute;
	text-align: left;
	height: 200px;
	top: -5px;
	left: 0px;
	width: 230px;	
}


.botleft  {
	position: absolute;
	text-align: left;
	height: 460px;
	left: 0px;
	top: 202px;
	width: 220px;
}

.botleftnew  {
	
	position: absolute;
	text-align: left;
	height: 600px;
	left: 0px;
	top: 216px;
	width: 230px;
}

.righttop  {
	position: absolute;
	text-align: center;
	height: 450px;
	top: 0px;
	left: 0px;
	width: 700px;
}

.rightbot  {
	position: absolute;
	text-align: center;
	height: 130px;
	left: 0px;
	top: 510px;
	width: 700px;
}


.mainpics  {
	position: absolute;
	text-align: left;
	left: 225px;
	top: 0px;
	width: 700px;
	
}

.mainpicsnew  {
	position: absolute;
	text-align: left;
	left: 225px;
	top: 0px;
	width: 700px;
	display:none;
}


.anpic {
	position: absolute;
	text-align: left;
	left: 225px;
	top: 0px;
	width: 700px;
}

.two {
	position: absolute;
	text-align: left;
	left: 580px;
	top: 320px;
	width: 444px;
	display:none;
	z-index: 1000;
}
.slideshow2 {
	position: absolute;
	text-align: left;
	left: 580px;
	top: 320px;
	width: 444px;
}

.three {
	position: absolute;
	text-align: left;
	left: 0px;
	top: 400px;
	width: 444px;
	display:none;
	z-index: 999;
}

.slideshow3 {
	position: absolute;
	text-align: left;
	left: 0px;
	top: 400px;
	width: 444px;
}

.slideshow {
	position: absolute;
	text-align: left;
	left: 0px;
	top: 0px;
	width: 444px;
}




#form   {
	width: 600px;
	padding-left: 240px;
	text-align: left;
	
}

#formy   {
	width: 600px;
	padding-left: 80px;
	text-align: left;
	
}

 

#outer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 500px;
	overflow: visible;
}
 
#inner {
	width: 480px;
	height: 400px;
	margin-left: 50%;  /***  width / 2   ***/
	position: absolute;
	top: 50%;          /***  height / 2   ***/
	left: 50%;
}

#trailer {
	left: auto;
	right: auto;
	margin-top: 25%;
	bottom: auto;
	text-align: center; /* This is for IE */
	height: 480%;
	vertical-align: middle
}


#central img {left: auto; right: auto;
text-align: center; /* This is for IE */}

#title  {
	vertical-align: middle;
	height: 10%;
	}
#bottom  {
	height: 150px;
	postition:relative;
}
#bottom .mid  {
	text-align: center;
}

#bottom .side  {
	text-align: center;
	width: 300px;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	color: #000000;
}

.titlesnew {
	
	font-size: 19px;
	
	color: #000000;
	margin-bottom:10px;
}

.blank {
	font-size: 10px;
	color: #FCF9F6;
}
.right {
	text-align: right;
	
}

.creditsnew {
	font-size: 10px;
	position:absolute;
	right:47px;
	bottom:-20px;
	
	
	
}

