body {
	background-color: #FFFFFF;
	background-position: center center;
	position: relative;
	background-image: url(Images/bg2_grad.jpg);
	font-family: Arial, sans-serif;
	font-size: 95%;
	color: #006699;
	font-weight: bold;
}

#mainshell{
	

	width:96%; 
	height:96%; 
	z-index:1;
	position:relative;

}

#mainpage{
	top: 20px;
	left: 2%; 
	right: 2%; 
	width:981px; 
	background-color: #D3DDF5; 
	height: 700px; 
	position:relative;
	}

#wheretopage{
	top: 20px;
	left: 2%; 
	right: 2%; 
	width:981px; 
	background-color: #D3DDF5; 
	height: 1000px; 
	position:relative;
	}

#productpage{
	top: 20px;
	left: 2%; 
	right: 2%; 
	width:981px; 
	background-color: #D3DDF5; 
	height: 1115px; 
	position:relative;
	}


#jtsfooter{
	font-size: 75%;
	height:26px;
	top:-7px;
	position:relative;
	left: 4px;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none; }
	
