<!-- This is style sheet for new jammie shop upgrade Feb 07 --> 
body	{
	margin: 0px,0px,0px,0px;
	background: #fef6f4;
	font: 'comic sans MS', arial, bright, 'sans serif';
	font-size:  12pt;
	color: #000000;
}
h1	{
	text-align: left;
	font: 'comic sans MS', arial, bright, 'sans serif';
	font-size: 1.5em;
	font-color: #000066;
	font-weight: bold;
}
h2	{
	text-align: left;
	font: 'comic sans MS', arial, bright, 'sans serif';
	font-size: 1.25em;
	font-color: #000066;
	font-weight: bold;
}
h3	{
	text-align: left;
	font: 'comic sans MS', arial, bright, 'sans serif';
	font-size: 1.1em;
	font-color: #000066;
	font-weight: bold;
}
a:link	{
	text-decoration: none;
	color: #000066;
}
a:visited	{
        text-decoration: none;
	color: #003366;
}
a: hover	{
	text-decoration: underline;
	color: #003366;
}
a: active	{
        text-decoration: underline;
	color: #000066;
}
.center {
	text-align: center;
	}
.container	{
	width: 800px;
	background: #ffffff;
 }
.side		{
	float: left;
	width: 250px;
	height: 100%;
	padding: 2px;
	background: #ffffff;     
        text-align: left;
        font: 'comic sans MS', arial, bright, 'sans serif';
	font-size: 12pt;
	color: #000066;                
}
#side	{
h1	{
	text-align: left;
	font: 'comic sans MS', arial, bright, 'sans serif';
	font-size: 12pt;
	font-color: #000066;
	font-weight: bold;
}
h2	{
	text-align: left;
	font: 'comic sans MS', arial, bright, 'sans serif';
	font-size: 12pt;
	font-color: #000066;
	font-weight: bold;
}
h3	{
	text-align: left;
	font: 'comic sans MS', arial, bright, 'sans serif';
	font-size: 10pt;
	font-color: #000066;
	font-weight: bold;
}
a:link	{
	text-decoration: none;
	color: #000066;
}
a:visited	{
        text-decoration: none;
	color: #003366;
}
a: hover	{
	text-decoration: underline;
	color: #003366;
}
a: active	{
        text-decoration: underline;
	color: #000066;
}
}
	
.sidenav	{
	background: #fff6ef;           <!-- coordinating color with the pink - bright and contrast with sidetools --> 
        font: 'comic sans MS', arial, bright, 'sans serif';
	font-size: 12pt;
	color: #000066;
}
.sidetools	{
	background: #fff6ef;
	font: 'comic sans MS', arial, bright, 'sans serif';
	color: #000066;
}
.main		{
	width: 500px;
	float: right;
	text-align: left;
	background: #ffffff;
	font: 'comic sans MS', arial, bright, 'sans serif';
	font-size:  12pt;
	color: #000000;	<!-- 	try using same as banner -->
}
.welcome	{
	padding: 4px, 2px, 10px, 4px;	
}
.footer 	{
      	width: 500px;
	float: right;
	text-align: left;
	background: #ffffff;
	font: 'comic sans MS', arial, bright, 'sans serif';
	font-size:  10pt;
	color: #000000;
}











