	body 
	{
		background-color:#000000;
		font-family: "Trebuchet MS", Arial;
		font-weight:normal;
	}

	html 
	{
		overflow-y: scroll;
	}

	img 
	{
		border-radius: 10px;
	}

	.sideScroll
		{
		position:fixed;
		//left: calc(50% - 150px);
		left: 55%;
		width: 300px;
		top:90px;
		background-color:#FFFFFF;
		border: 3px solid #000000;
		border-radius: 45px;
		box-shadow: 15px 15px 25px #888888;
		z-index:2;
		text-align:center;
		margin:5%;
		//padding:5%;
		//display: none;
		}

	.imageround 
	{
		border-radius: 50px;
	}


	.edFixed
	{
		position:fixed;
		left: 0;
		width:50%;
		top:90px;
		//background-color:#004488;
		//border: 3px solid #000000;
		//border-radius: 45px;
		//box-shadow: 25px 25px 25px #888888;
		z-index:2;
	}

	.edScroll
	{

		position:absolute;
		top:0px;
		border-bottom: 3px solid #000000;
		border-top: 3px solid #000000;
		background-color:#442200;
		vertical-align:middle;

	}
	
	.edScroll2
	{

		position:absolute;
		top:0px;
		left:55%;
		border-bottom: 3px solid #000000;
		border-top: 3px solid #000000;
		background-color:#442200;
		vertical-align:middle;

	}

	.edPlaque
	{
		position:absolute;
		top:25px;
		background-color:#0066CC;
		border: 3px solid #000000;
		border-radius: 45px;
		box-shadow: 25px 25px 25px #888888;
		z-index:2;
	}

		
		
	.top-header	{

		position:relative;
		top:25px;
		margin-left:auto;
		margin-right:auto;
		width:1000px;
		background-color:#004488;
		font-size: 18px;
		font-family: "Trebuchet MS", Arial;
		opacity:1;
		z-index:1;
		border: 3px solid #000000;
		border-radius: 45px;
		box-shadow: 10px 10px 40px #888888;

	}

	.bottom-footer
	{
		position:relative;
		top:50px;
		left:700px;
		text-align:right;
		width:200px;
		font-size: 10px;
		font-family: "Trebuchet MS", Arial;
		opacity:1;
		z-index:1;

	}


		
	.topstripe
	{
		position:absolute;
		top:0px;
		left:0px;
		background-color:#FFFFFF;
		width:100%;
		height:42px;
		border-top-left-radius: 42px;
		border-top-right-radius: 42px;
	}
		
	.mainpage
	{
		position:relative;
		text-align:center;
		margin-left:50px;
		margin-right:50px;
		margin-bottom:50px;
		width:900px;
		border: 3px solid #000000;
		border-radius: 15px;
		background: linear-gradient(to left, #CCCCCC, #CCCCCC, #CCCCCC, #442200);
		background-color: #CCCCCC;
		
	}

	.menustripe
	{
		position:absolute;
		top:0px;
		left:0px;
		background-color:#FFFFFF;
		width:100%;
		height:42px;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}

	h1 
	{ 
		color: #000000;
		font-size: 150%;
		font-weight: bold;
		text-shadow: 2px 2px 2px #442200;
	}

	h2
	{ 
		color: #000000;
		font-size: 100%;
		font-weight: bold;
		text-shadow: 2px 2px 2px #442200;
		padding:0px;
	}
