
body {background-color: black}
h1 {font-size: 250%}
h1 {font-family: sans-serif}
h1 {color: rgb(200, 200, 200) }

body{
scrollbar-face-color:#EBF5FF;
scrollbar-base-color:#EBF5FF;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;
}

h2 {font-size: 100%}
h2 {font-family: sans-serif}
h2 {color: rgb(130, 130, 65) }

h3 {font-size: 100%}
h3 {font-family: sans-serif}
h3 {color: rgb(130, 130, 65) }

p {color: rgb(160, 170, 235) }


A:link {font-family: sans-serif; font-size: 120%; text-decoration: none; color: rgb(130, 130, 65);}
A:visited {font-family: sans-serif; font-size: 120%; text-decoration: none; color: rgb(130, 130, 65);}
A:active {font-family: sans-serif; font-size: 120%; text-decoration: none; color: rgb(130, 130, 65);}
A:hover {font-family: sans-serif; font-size: 120%; text-decoration: none; color: rgb(160, 170, 235);}


	
	div#header
	{
		position:absolute;
		left: 80px;
		top: 100px;
		z-index: 4;
		
	}

	div#upperRight
	{
		position:absolute;
		right: 0px;
		top: 0px;
		z-index: 2;

	}
	

	div#upperLeft
	{
		position:absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	div#pageTitle
	{
		position: absolute;
		left: 90px;
		top: 190px;
		z-index: 6;
	}

	div#menu
	{
		position: absolute;
		left: 85px;
		top: 250px;
		z-index: 10;
	}

	div#crown
	{
		position:absolute;
		left: 0px;
		top: 0px;
	}



	div#content
	{
		position: absolute;
		left: 75px;
		top: 330px;
		width: 800px;
		z-index: 4;
		
	}
	
	div#contentHeader
	{
		
	}
	
	div#sectoinHeader
	{
		position:relative;
		top: 55px;
	}
	
	
	div#paper
	{
		position: relative;
		width: 1000px;
		height: 320px;
		
	}
	div#paperImage
	{
		position: absolute;
		top:50px;
	}
	div#paperHeader
	{
		position: absolute;
		left: 220px;
		top: 0px;
	}
	div#paperAuthors
	{
		position: absolute;
		left: 220px;
		top: 15px;
		z-index: 60;
	}
	div#paperText
	{
		position: absolute;
		left: 220px;
		top: 80px;
	
	}
	
	
	div#aboutMeImage
	{
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	div#aboutMe
	{
		position: absolute;
		left: 420px;
		width: 400px;
	}
	
	div#aboutMeBottom
	{
		position: absolute;
		left: 0px;
		top: 340px;
		width: 800px;
	}

	div#portfolioProjects
	{
		
	}




	
	div#center
	{
		width: 800px;
		margin: 0 auto;
	}


	div#box
	{
		
	
		margin-top: 30px;
		margin-left: 30px;
		margin-right: 30px;
		left:0px;
		top:0px;
		float: left;
		width: 200px;
		height: 200px;
		border-style: solid;
		border-width: medium;
		border-color: #CCCCCC;
	}


	a.mainNavigation:link {color: rgb(36, 178, 242); text-decoration: none; font: 15px arial; font-weight: bold;}
	a.mainNavigation:active {color: rgb(36, 178, 242); text-decoration: none; font: 15px arial; font-weight: bold;}
	a.mainNavigation:visited {color: rgb(36, 178, 242); text-decoration: none; font: 15px arial; font-weight: bold;}
	a.mainNavigation:hover {color: rgb(7, 143, 2005); text-decoration: none; font: 15px arial; font-weight: bold;}


	