/*	EARTH ACADEMY website	Original design by Mirai, done in Adobe Golive V6 on a Mac	This version by AxiMaxi, made in Notepad on a PC*//*	General SELECTORS*/body {	margin: 0px 10px 0px 0px;	padding: 0px 0px 0px 0px;	background: #fffdf7 url(./pix/backmap.png) repeat-y;	visibility: visible;	width: 900px;	}img {	background: none;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;		}p {	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	}/*	The logo at the top of the screen*/#toplogo {	background: #fffdf7 url(./pix/blue01.png);	width: 900px;	height: 130px;	}	#topmenu {	font: normal normal 8pt/10pt "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;	position: absolute;	left: 107px;	top:68px;	}td.toplight {	height: 18px;	background: transparent url(pix/tabs/tabs.gif);	text-align: center;	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;	}td.topdark {	height: 18px;	background: transparent url(pix/tabs/tabs.gif);	text-align: center;	padding: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;	}a.top:link {	color: #006699;	text-decoration: none;	}a.top:active {	color: #006699;	text-decoration: none;	}a.top:visited {	color: #006699;	text-decoration: none;	}a.top:hover {	color: #ffffff;	text-decoration: none;	}/*	The desktop in which the content is formatted*/#desktop {	background: none;	width: 714px;	position: absolute;	top: 101px;	left: 155px;	}#photo {	background: #ffffff;	width: 644px;	height: 644px;	position: absolute;	left: 175px;	top: 270px;	z-index: 3;	text-align: center;	}#thumbs {	background: none;	text-align: center;	width: 644px;	position: absolute;	left: 175px;	top: 125px;	}img.thumb {	cursor: pointer;	}#artistlogo {	position: absolute;	z-index: 4;	top: 101px;	left: 155px;	}#numbers {	cursor: pointer;	position: absolute;	z-index: 4;	top: 101px;	left: 175px;	width: 644px;	text-align: center;	}#credits {	font: normal normal 8pt/10pt "arial", sans-serif;	color: #000000;	position: absolute;	top: 925px;	left: 175px;	width: 644px;	padding-bottom: 15px;	text-align: center;	}/*	The small navigation menu for the artist*/#smallmenu {	background: none;	width: 100px;	position: absolute;	top: 182px;	left: 40px;	color: #000000;	font: normal normal 7pt/6pt "arial", sans-serif;	}span.smallmenu, a.smallmenu:link {	color: #1762cc;	text-decoration: none;	}a.smallmenu:active {	color: #1762cc;	text-decoration: none;	}a.smallmenu:visited {	color: #1762cc;	text-decoration: none;	}a.smallmenu:hover {	color: #1762cc;	text-decoration: underline;	}/*	various other stuff*/#debug {	position: absolute;	width: 500px;	height: 250px;	top: 300px;	left: 0px;	z-index: 10;	font: normal normal 8pt/10pt "arial", sans-serif;	color: #c02020;	padding: 2px 2px 2px 2px;	background: #d0d0d0;	overflow: auto;	}
