#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -5px;
	top: -5px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #006600;
		border: 5px solid #848284;
		padding: 10px;
	}
	
#titlepage{
	font-family: verdana;
	font-size: 30px;
	color: #FFFFFF;
	text-align:center;
	text-shadow: black 0.2em 0.2em 0.4em;
}

#subtitle{
	font-family: verdana;
	font-size: 12px;
	text-align:right;
	color: #FFFFFF;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#subtitleleft{
	font-family: verdana;
	font-size: 12px;
	text-align:left;
	color: #FFFFFF;
	text-shadow: black 0.1em 0.1em 0.2em;
}
