﻿body { 
	background-color: #151306;
	background-image: url('../images/indigobg3black.jpg');
	background-repeat: repeat-x;

scrollbar-arrow-color:#ffffff; 
scrollbar-base-color:#1B0D48; 
scrollbar-dark-shadow-color:#666666; 
scrollbar-track-color:#151306;
scrollbar-face-color:#4D26CD; 
scrollbar-shadow-color:#666666; 
scrollbar-highlight-color:#999999; 
/* Darker Colour
scrollbar-face-color:#1B0D48; 
scrollbar-shadow-color:#333333; 
scrollbar-highlight-color:#666666;
*/ 
scrollbar-3d-light-color:#ffffff; 
}
.pictureborder {
	border: 1px solid #FFFFFF;
}

#body1024{
/*Netscape*/
max-width:1010px;
/*IE*/
width:expression(document.body.clientWidth > 1010? "1010px": "auto" );
}

