body {
	background-color: black;
}

img.background {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999;
}

div.heading {
	font: 16px 'MyriadPro', Arial, sans-serif;
	color: #ff0091;
	margin-bottom: 10px;
	text-decoration: underline;
}

div.panel {
	background: url('../img/grain.jpg');
	width: 800px;
	height: auto;
	margin-top: 300px;
	margin-left: auto;
	margin-right: 50px;
	border: solid 1px #3b81c6;
	
	-webkit-box-shadow: 0px 0px 30px #359afb;
	-moz-box-shadow: 0px 0px 30px #359afb;
	box-shadow: 0px 0px 30px #359afb;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-bottom: 50px;
	
	font: 14px 'MyriadPro', Arial, sans-serif;
	text-align: justify;
	color: #85cbff;
}
div.tabs {
	border-bottom: 1px solid #3b81c6;
	height: auto;
	width: 100%;
	margin-top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

div.text {
	margin: 20px 20px 20px 20px;
}

nav li {
	border: 1px solid #ff0091;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	display: inline;
	width: auto;
	padding: 7px;
	padding-bottom: 3px;
	-webkit-box-shadow: 0px 0px 15px #ff0091;
	-moz-box-shadow: 0px 0px 15px #ff0091;
	box-shadow: 0px 0px 15px #ff0091;
	background-color: black;
}

nav li:hover {
	-webkit-box-shadow: 0px 0px 30px #359afb;
	-moz-box-shadow: 0px 0px 30px #359afb;
	box-shadow: 0px 0px 30px #359afb;
	border: 1px solid #359afb;
	cursor: pointer;
}

nav ul
{
	list-style-type: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}

img.border {
	border: 3px solid #85cbff;
}

.spacer {
	margin-top: 30px;
}
#pink {
	color: #ff0091;
}
h1 {
	float: right;
	color: #ff0091;
}
a {
	color: #24afff;
}

#center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
div.bigHeader {
	margin-top: 20px;
	font-size: x-large;
	color: #85cbff;
	display: block;
	text-align: center;
	text-decoration: underline;
}

img.resizeTall {
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor: pointer;
}

img.resizeWide {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor: pointer;
}	



@font-face {
	font-family: 'Arual';
	src: url('../fonts/Arual.ttf');
	font-weight: normal;
	font-style: normal; 
}

@font-face {
	font-family: 'EuropeUnderground';
	src: url('../fonts/EuropeUnderground.ttf');
	font-weight: normal;
	font-style: normal; 
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/HelveticaLight.ttf');
	font-weight: normal;
	font-style: normal; 
}

@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/MyriadPro.otf');
	font-weight: normal;
	font-style: normal; 
}