/* the common.css means common to both formal & flippant stylesheets */


body{
color:#cccccc;
background:  #333333 ;

display: block;
	margin:0px;
   padding:0px;
   
}


#overarch {
	z-index:99;
	top: 0;
	left: 0;
	position: absolute;
}


#leftdeco {
	position: absolute;
	
	width : 298px;
	height : 700px;
	background: url(photos/swf_bg_left.jpg) no-repeat left top;
	top: 0;
	left: 0;
	float: left;
	z-index:-10;
}

#rightdeco {
	position: absolute;
	
	width : 547px;
	height : 800px;
	background: url(photos/swf_bg_right.jpg) no-repeat center center;
	top: 0;
	left: 650;
	z-index:-9;
}

#bgnoise {
/*	position: absolute;
	width : 100%;
	height : 1000;
	background: url(photos/bgnoise.jpg) repeat left top;
	opacity: 0.2;
	top: 0;
	left: 0;
	z-index:-1;*/
}


/* CSS FOR ERROR PAGES
centering algo from http://www.bluerobot.com/web/layouts/ 
*/
#contentBag_inner {
	position:absolute;
    top:10px;
	left:50%;
    height:740px;
	width:1000px;
	margin-left:-500px;
background:#333333;


  	}


#bodyBlocker {
  position: relative;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
   background-color: black;
  z-index:9;
}




/* Misc sticky components*/
#invLogo {
  position: absolute;
   top:5px;
   right:5px;
  z-index: 800;
  background:  url(pix/slate_main_logoMed.gif) no-repeat center center;
  width:89px;
  height:30px;
}





/* text boxes, Bookings, Misc */

.cl_text{
 position: absolute;
  top:40px;
  left:80px;
  width: 900px;
  height: 90%;
 overflow:auto;
 z-index: 300;
}





/* *********** changes to the common.css  ****************/

.flipt {
 display: none;
}

span.h3{
   font-size: 140%;
	color : #e2a6a6;
   text-align : center;
    text-decoration: underline;
}

span.h4 {
   font-size: 130%;
	color : #e2a6a6;
}

span.emphaMin{
  color: #eeeeee;
}

A.intLink, A {
  color: #ecd692;
  cursor: pointer;
}


A.extLink {
  padding-right:20px;
  background:  url(pix/main_nav_extLnk.gif) no-repeat right center;
}


A:link {
	font: bold;
	text-decoration: none;
	color: #ecd692;
}

A:visited {
	font: bold;
	text-decoration: none;
	color: #b1a3c5;
}

A:active {
	font: bold italic;
	text-decoration: none;
	color: #e58f8f;
}
	
A:hover {
	font: bold ;
	text-decoration: underline;
	color: #e58f8f;
}


A.incognito:link, A.incognito:visited, A.incognito:active, A.incognito:hover {
	text-decoration: none;
	color: #333333;
} 


