
body {

	background-color:#000000;
	font-family: "Trebuchet MS", Arial;
	font-weight:normal;
	
}

html {
	overflow-y: scroll;
}

img {

	border-radius: 20px;

}

.imageround {

	border-radius: 0px;
	//border-top-left-radius:100% 100%;
	//border-top-right-radius:100% 100%;
	//border-bottom-left-radius:100% 100%;
	//border-bottom-right-radius:100% 100%;

}


.edFixed
{
	position:fixed;
	left:250px;
	top:15px;
	background-color:#000000;
	//background: linear-gradient(to left, #CCCCCC, #442200);
	//border: 3px solid #000000;
	//border-radius: 45px;
	//box-shadow: 25px 25px 25px #888888;
	z-index:2;
}

.edScroll
{

	position:absolute;
	left:15px;
//	bottom:15px;
//	height:75px;
//	border-bottom: 3px solid #000000;
//	border-top: 3px solid #000000;
	background-color:#bada55;
	vertical-align:middle;

}

.edPlaque
{
	position:absolute;
	top:25px;
	background-color:#0066CC;
	//background: linear-gradient(to left, #CCCCCC, #442200);
	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:#002244;
	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;
	//margin-left:500px;
	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: 3px solid #000000;
//	border-left: 3px solid #000000;
//	border-right:3px solid #000000;
	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;
//	box-shadow: 5px 5px 25px #CCCCCC;
	border: 3px solid #000000;
	border-radius: 15px;
	background: linear-gradient(to left, #CCCCCC, #442200);
	background-color: #CCCCCC;
	
}

.menustripe
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
	width:100%;
	height:42px;
//	border-top: 3px solid #000000;
//	border-left: 3px solid #000000;
//	border-right:3px solid #000000;
	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;
}

