body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #694EDF;
	background-image: url("../gfx/bg01.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

td {
	font-family: arial,helvetica,sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.mainLink {
	color: #C67A4B;
}
.lightLink {
	color: #f0f0f0;
}
.mainStuff {
	color: #ffffff;
	font-size: 90%;
}

a.ssmItems:link		{color:black;text-decoration:none;}
a.ssmItems:hover	{color:black;text-decoration:none;}
a.ssmItems:active	{color:black;text-decoration:none;}
a.ssmItems:visited	{color:black;text-decoration:none;}

a.launchScroll:link	{color:#cccccc;text-decoration:none;}
a.launchScroll:hover	{color:#cccccc;text-decoration:none;}
a.launchScroll:active	{color:#cccccc;text-decoration:none;}
a.launchScroll:visited	{color:#cccccc;text-decoration:none;}

.logo {
	position:absolute; 
	width:385px; 
	height:114px; 
	z-index:1; 
	left: 30px; 
	top: 30px; 
	visibility: visible;
}
.fadedLogo {
	position:absolute; 
	width:385px; 
	height:114px; 
	z-index:2; 
	left: 30px; 
	top: 30px; 
	visibility: hidden;
}
.curators {
	position:absolute; 
	width:220px; 
	height:83px; 
	z-index:1; 
	right: 5px; 
	top: 5px; 
	visibility: visible;
}
.placeholder {
	position:absolute; 
	width:385px; 
	height:114px; 
	z-index:3; 
	left: 30px; 
	top: 30px; 
	background-image:url('../gfx/home_logo_fade.gif');
}
.aboutJournal {
	position:absolute; 
	width:185px; 
	height:20px; 
	z-index:1; 
	left: 220px; 
	top: 10px; 
	text-align: right;
	font-size: 80%;
	visibility: visible;
}
.closeAbout {
	position:absolute; 
	width:185px; 
	height:20px; 
	z-index:1; 
	left: 220px; 
	top: 10px; 
	text-align: right;
	font-size: 80%;
	visibility: hidden;
}


