	
	html
	{
		height					: 100%;
		overflow				: hidden;
	}

	body
	{
	/*	background-color		: #88D18B;*/
		background-color		: #000;
		font-family				: verdana, arial, "sans-serif";
		font-size				: 65%;
		height					: 100%;
	}

	h1
	{
		display					: block;
		color					: #3eb937;
		font-size				: 1.4em;
		border-bottom			: 1px solid #3eb937;
		margin					: 0;
	}
	
	p
	{
		font-size				: 1.1em;
	}
	
	hr
	{
		visibility				: hidden;
	}
	
	a
	{
		color					: #6F16A1;	
	}
	a img
	{
		border					: 0;
	}
	
	#mainContainer
	{
		position				: absolute;
		z-index					: 10;
		width					: 955px;
		height					: 530px;
		top 					: 50%;
		left					: 50%;
		margin-left				: -477px;
		margin-top				: -265px;
		background				: #ffffff url(/sitePics/wall.gif) no-repeat 185px 130px;
	}

	#leftContainer
	{
		position				: absolute;
		z-index					: 20;
		top 					: 50%;
		left					: 50%;
		margin-left				: -477px;
		margin-top				: -265px;
		width					: 170px;
		height					: 530px;
		background-color		: #EBDEF2;
	}
	
	#menuContainer
	{
		margin-top				: 165px;
	}
	
	#iconContainer
	{
		position				: absolute;
		z-index					: 50;
		top 					: 50%;
		left					: 50%;
		margin-left				: -460px;
		margin-top				: 235px;
	}
	
	#imageContainer
	{
		position				: absolute;
		z-index					: 100;
		top 					: 50%;
		left					: 50%;
		margin-left				: -290px;
		margin-top				: -100px;
	}
	
	#imageContainer img
	{
		margin					: 1px;
	}
	
	#contentContainer, 	#contentContainer2
	{
		position				: absolute;
		z-index					: 100;
		width 					: 460px;
		height					: 300px;
		left					: 50%;
		top						: 50%;
		margin-left				: -10px;
		margin-top				: -100px;
		
	
	}
	
	#contentContainer2
	{
		width 					: 740px;
		margin-left				: -290px;
	}
	
	#headerContainer
	{
		position				: absolute;
		z-index					: 30;
		top						: 50%;
		left	 				: 50%;
		margin-left				: -292px;
		margin-top				: -265px;
	}
	
	
	
	
	#noteContainer
	{
		position				: absolute;
		z-index					: 30;
		top						: 50%;
		left	 				: 50%;
		
		margin-left				: -477px;
		margin-top				: -265px;
		
		
	}
	
	#footerContainer
	{
		font-size				: 9px;
		letter-spacing			: 0.1em;
		line-height				: 15px;
		position				: absolute;
		left					: 50%;
		top						: 50%;
		margin-left				: -305px;
		margin-top				: 245px;
		border-top				: 1px solid #3eb937;
		width					: 780px;
	}
	
	input 
	{
		width					: 200px;
		border					: 1px solid #6F16A1;
	}
	
	textarea
	{
		width					: 200px;
		border					: 1px solid #6F16A1;
		overflow				: auto;
	}
	
	button
	{
		color					: #6F16A1;
		border					: 1px solid #6F16A1;
		background-color		: #EBDEF2;
	}
	
	.validator
	{
		display					: none;
	}