﻿body{
 	background-color:#fcecc5;
	margin: 10px auto 0 auto; /* ignored by IE6, necessary for Safari */
	padding: 0 0 0 0;
	text-align: center; /* centers wrapper in IE6 */
 	border:1px none red;
 	width:1000px;
 	font: 76% verdana, arial, helvetica, sans-serif;
	color: #000;
 }
 .spacer1	{
 	background-color:#fcecc5;
 	height:10px;
 }
 
 .navbox	{
 	background-color:#fcecc5;
 	border:2px solid #996633;
 }
 
 .calendar	{
 	margin-left:10px;
 	text-align:justify;
 	border:1px none #996633;
 }
 
a:link { 
	color: #000000;
}
	
a:visited { 
	color: #666666;
}
	
a:hover { 
	color: #ff0000;
	text-decoration: none;
}
	
a:active { 
	color: #333333;
}
 
 #s1	{
 	margin:0;
	border: 5px solid white;
	width: 300px;
	height: 190px;
	overflow: hidden;
}

#s2	{
 	margin:0;
	border: 5px solid white;
	width: 300px;
	height: 190px;
	overflow: hidden;
}

#s3	{
 	margin:0;
	border: 5px solid white;
	width: 300px;
	height: 190px;
	overflow: hidden;
}

#s4	{
 	margin:0;
	border: 5px solid white;
	width: 300px;
	height: 190px;
	overflow: hidden;
}

.footer	{
	margin-left:5px;
}