body {
	margin: 0 0 8px 0px;
	background-color: #fff;
	font: 12px courier, courier new, mono;
	line-height: 18px;
	}

#background {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
	}
	
#content {
	position: relative;
	width: 800px;
	padding: 45px 0px 15px 25px;
	overflow: hidden;
	z-index: 1;
	}
	
#contenthomepage {
	position: relative;
	width: 1000px;
	padding: 45px 0px 15px 25px;
	overflow: hidden;
	z-index: 1;
	}	
	
#mainHeader {
	position: fixed; 
	top: 10px;
	left: 20px;
	z-index: 3;
	}
	

.text a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}

.text a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	} 
	
.underline  {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

img.weeks{
	margin-top:10px;

}

h2  {
	font-size: 16px;
	}
	
.rule {
	color: #666;
}

#slideshow{
	width: 900px;
	height: 700px;	

}

.blue {
    background-color: cornflowerblue;
}

.purple {
    background-color: mediumorchid;
}
.red{
    background-color: orangered;
}