@charset "utf-8";
/* CSS Document */

body { 
	background: #ffffff; 
	margin-top: 30px; 
	margin-bottom: 30px; 
	background-image: url(https://cdn.discordapp.com/attachments/735882219465212009/1049260500170584064/hex1.png); 
	color: #1B1B1B; 
	font-family:"Arial, Helvectia, Sans-Serif"; 
}

h1 { 
	color: #ffffff; 
	margin-bottom: 0; 
	background:#6699ff; 
	padding-bottom: 30px;
	font-family:"Georgia, Times New Roman, Serif";
	text-shadow: 2px 3px 4px rgba(0,0,0,1);
	font-size: 3em;
}

#nav { 
	float: left; 
	width: 60px; 
	padding-left: 20px; 
	padding-right: 5px; 
	padding-top: 20px; 
	padding-bottom: 10px; 
	font-weight: bold; 
}

#nav ul { 
	list-style-type: none; 
	margin: 0; 
	padding-left: 0; 
	font-size: 1.2em;
}

#nav a { 
	text-decoration: none;
	transition-duration: 0.2s;
}

#nav a:link { color: #ffffff; }

#nav a:visited { color: #344873; }

#nav a:hover { text-decoration: underline; color: #000033; }

p { font-size: 1.3em; }

h2 { color: #000033; font-family:"Georgia, Times New Roman, Serif"; font-size: 2em;}

h3 { color: #000033; }

ul { color: #000033; font-weight: bold; }

li { font-style: italic; }

table { border: 1px solid black; }

th { border: 1px solid black; color: #000033; font-weight: bold; }

td { border: 1px solid black; color: #000033; } 

#wrapper { 
	width: 90%; 
	min-width: 960px; 
	background: #6699ff; 
	box-shadow: 5px 5px 5px #000033; 
	overflow: auto; 
	margin: auto; 
}

#content { 
	background: #ffffff; 
	padding-top: 1px; 
	padding-left: 30px; 
	padding-right: 20px; 
	padding-bottom: 20px; 
	margin-left: 190px;
}

#content img { 
	float:right; 
	padding-right: 80px;
	padding-top: 35px; 
}

#content ul { list-style-position: inside; }

#contact { color: #000000; font-size: 90%; }

footer { 
	font-style: italic; 
	font-family:" Georgia, Times New Roman, Times, Serif"; 
	padding: 20px; 
	font-size: 75%; 
	margin-left: 190px; 
	background-color: #ffffff;  
}