html{
scrollbar-face-color: #000097;
scrollbar-arrow-color:#ff3300;
scrollbar-base-color: #000097;
 scrollbar-3dlight-color: #006633;
 scrollbar-darkshadow-color: #336600;
 scrollbar-highlight-color: #ae8c00;
 scrollbar-track-color: #003300;
 scrollbar-shadow-color: #003300;
}
body {
   margin: 0;
   padding: 0;
   background: #000097; /*  #06548a; */
   color: #fff;
   font: 84%/22px "Trebuchet MS", Tahoma, Arial, sans-serif;
   height: 100%;

}
#container
{
	margin: 0 auto;
	background-color: #000097;
	color: #fff;
	width: 1000px;/* adjust */
	float: left;
}
div.contentbox {
	margin: 0;
	/* mine */
  padding:10px;
	height: 100%;
	background: #ccc; /*  532140; */
	color: #000;
	/*border-right: 4px solid #000000; */
width: 750px; /* adjust for width */
	vertical-align: top;
}

ul.home {
list-style-image:url(check.gif);
line-height:55px;
}

.contentbox p {

   text-align:left;
   text-indent:10px; 
   padding-left:5px; 
   padding-right:5px;
   line-height:1.5em; 
}
 #pagehead {
   font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
   color: #ffffff;
   margin: 0;
   padding: 0;
/*     border-bottom: 1px solid #369; */
   background-color: #000097;
/*     background-image: url(imgs/vipLogo-black.gif); 
   background-position: top left;
   background-repeat: no-repeat;
  height:108px; */
   white-space: nowrap;
}
.contentbox p.copyright {
	font-size: 10px;
	padding-bottom: 12px;
	padding-top: 12px;
  text-align:center; 
}

#footer
{
clear: both;
margin: 0;
padding: 0;
color: #ffff33;
background-color: #000097;
height:2px; 
width: 100%;
}

/* mainhead is VIP PHOTO LAB, subhead is and Digital Imaging */
#mainhead, #subhead { margin-left: 20px; font-weight: normal; }
#mainhead { font-size: 24px; padding-top: 10px; }
#subhead { 
   font-size: .9em; 
 /*   padding-bottom: 1.5em; */
   background-color: #000097; 
   display: inline;
   }
#pagehead a { color: #ffffff; text-decoration: none; }
#pagehead a:hover { color: #ffff00; text-decoration: underline; }

#printhead {
  display:none;
}

.links {
   text-align: center;
}

h1 {
color: #cc3333;
font-size:2em; 
text-align: center;
 line-height: 1.2em;
}

 /*  old vip links */
 a:link {
   background-color: transparent;
   color: #ff0000;
   text-decoration: underline;
}

a:visited {
   background-color: transparent;
   color: #0033ff;
   text-decoration: underline;
}

a:hover {
   background-color: transparent;
   color: #cc3333;
   text-decoration: none;
}

a:active {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}

.contentbox > p {
padding-left: 2em;
}

 .cap {text-align: center;  font-weight: bold;}
 
 .vip {
    color: #FF0000;
    font-weight: bold;
 }
 
 .few {
    color: #ffff00;
    /background-color:#333; 
    font-weight: bold;
    font-size:large; 
	padding-left: 15px;
	padding-right: 15px;
 }
 #updated {
     font-size:x-small;
	 font-weight:lighter;
	 color:#000000;
	 background-color: #ccc;
	 padding-left: 15px;
	 }
