body {  background-image: url(images/background.gif); background-repeat: repeat; background-color: #66cc99}

/*  *********** Layers *********** */ 

#Header	{
	position: absolute;
	width: 900px;
	height: 80px;
	z-index: 1;
	left: 0px;
	top: 0px;
}


#Menu	{
	position: absolute;
	width: 160px;
	height: 550px;
	z-index: 2;
	left: 20px;
	top: 80px;
}

#Main	{
	position: absolute;
	width: 790px;
	height: 501px;
	z-index: 3;
	left: 200px;
	top: 100px
}




/*  *********** Links *********** */ 

A:link, A:active {
	color      : #ffffcc;
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration	:	none;
}

A:visited {
	color      : #ffffcc;
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration	:	none;

}

A:hover {
	color      : #000000;
	background : #ffff99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration	:	none;

}


A:link.main, A:active.main {
	color      : #6666ff;
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration	:	none;
}

A:visited.main {
	color      : #6666ff;
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration	:	none;

}

A:hover.main {
	color      : #000000;
	background : #ffff99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration	:	none;

}



.menu {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffcc}

.text14px {  font-family: Times New Roman; font-size: 14px; color: #000000}

.header {  font-family: Times New Roman; font-size: 24px; color: #000000; text-align: center}


