/* CSS Document */


body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #AE3694;
	background-image: url(silkandart_bkground.gif);
	background-repeat: no-repeat; 
	margin:20px 0 0 10px; padding:0; border:none;
	 
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF99FF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #990066;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
}

#mainLayer {
	position:absolute; top:10px; left:10px;
	width:810px;
	height:100%;
	z-index:1;
	}
#pageLayer {
	position:absolute; top:0; left:0;
	width:805px;
	height:100%;
	z-index:2;
	}
#navLayer {
	position:absolute; left:-5px; top:100px; 
	width:174px;
	height: auto;
	z-index:3;  
	}	

/* navigation buttons */
/*a.button, a.buttonDis {
		display: block;	background: transparent url(nav_btn.gif) no-repeat;
		width: 174px; height: 27px;
		margin: 0px; padding: 4px 0 0 0; text-align: left; 
		font-size: 14px; font-weight: bold; font-family: Helvetica, Calibri, Arial, sans-serif;
		text-decoration: none; color: #FFCCff; 		
		}
		a.button:link {
		color: #FFCCFF;
		}*/
		/*a.button:visited {
		color: #CC0099; background-position: 0 -80px;
		}*/
	/*	a.button:hover, a.button:active {
		background-position: 0 -40px;
		color: #990099;
		}
		a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-position: 0 -80px;
		color: #CC0099;
		cursor: default;
		}
		.icon {
		background-repeat: no-repeat;
		padding: 0px 0 0px 45px;
		}*/
