@charset "UTF-8";
/* CSS Document old bgcolor #98959c*/

html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Lucida Console, Monaco, Monospace;
	background-color:#000000;   
   
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   width:230px;
   height:600px;
   float:left;
   font-size:16px;
  
}
#navContainer {
	height:530px;
	width:163px;
	float:left;
	}
	
#body {
	height:600px;
	width:993px;
	margin:auto;
    padding-bottom:20px;   /* Height of the footer */
}
#pages {
	width:760px;
	height:600px;
	float:left;
	text-align:left;
	
}
	
#pagesContent {
	width:740px; 
	height:600px; 
	margin-top:5px;
	margin-left:15px;
}

#galleryPages {
	width:690px;
	height:520px;
	float:left;
	margin: 50px 0px 0px 50px;
	text-align:left;
	}

#galleryCnt {
	width:720px; 
	height:100px; 
	margin-left:10px;
	float:left;
	background-color:#000000;
	}
#galleryTmb {
	width: 720px; 
	height: 65px;
	float:left;
	}
#galleryTxt {
	width: 720px; 
	height:20px; 
	margin:0px;
	float:left;
	}
#galleryTxtLnk {
	float:left; 
	width:73px; 
	height:20px; 
	text-align:center; 
	font-size:11px;
	border:none;
	}
#galleryFooter {
	width:740px; 
	height:20px;
    margin-bottom:5px;
	margin-top:5px;
	float:left;
	}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
   font-size:10px;
 
 }


