
body {

	background-color:#000000;
	font-family: "Trebuchet MS", Arial;
	font-weight:normal;

	
}

a:link {color:#CC6600; TEXT-DECORATION: none; FONT-WEIGHT: bold;}
a:visited {color:#CC6600; TEXT-DECORATION: none; FONT-WEIGHT: bold;}
a:hover {color:#00CCFF; TEXT-DECORATION: none; FONT-WEIGHT: bold;}
a:active {color:#00CCFF; TEXT-DECORATION: none; FONT-WEIGHT: bold;}

html {
	overflow-y: scroll;

}

img {

	border-radius: 20px;

}

.imageround {

	border-radius: 40px;

}


.edText
{
	position:fixed;
	top:135px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	width:33%;
	height:calc(100% - 150px);
	z-index:-1;
}

.edAbout
{
	position:absolute;
	top:150px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	width:45%;
	z-index:-1;
}


.edPicture
{
	position:fixed;
	left:35%;
	top:135px;
	background-color:#000000;
	color:#CCCCCC;
	z-index:-1;

}

.indexPicture
{
	position:absolute;
	left:50%;
	top:150px;
	background-color:#000000;
	color:#CCCCCC;
	z-index:-1;

}

.picScroll
{
	position:absolute;
	text-align:center;
	right:0px;
	top:135px;
	background-color:#000000;
	z-index:1;
}


.top-header	{

	position:fixed;
	top:0px;
	width:100%;
	height:125px;
	background-color:#000000;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial;
	z-index:2;
}

.mstripebot
{
	position:relative;
	bottom:0px;
	left:0px;
	background-color:#FFFFFF;
	width:100%;
	height:2px;
	text-align:center;
}

.mstripemid
{
	position:relative;
	bottom:0px;
	left:0px;
	background-color:#884400;
	width:100%;
	height:8px;
	text-align:center;
}

.mstripetop
{
	position:relative;
	bottom:0px;
	left:0px;
	background-color:#FFFFFF;
	width:100%;
	height:2px;
	text-align:center;
}

.textdiv
{
	position:relative;
	background-color:#000000;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

h1 { 
	color: #D8D8D8;
	font-size: 150%;
	font-weight: bold;
	text-shadow: 2px 2px 2px #FF8800;
	text-align:center;
}

h2
 { 
	color: #D8D8D8;
	font-size: 100%;
	font-weight: bold;
	text-shadow: 2px 2px 2px #FF8800;
	padding:0px;
}

