@charset "UTF-8";

/*================================================= basic */

body {
	background-color: #191919;
	font-family: monospace;
	letter-spacing: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}

/*================================================= headings */

h1 {
	color: #ccff66;
	font-size: 16px;
	font-weight: normal;
	margin-right: 70%;
	text-align: right;
}

h2 {
	color: #e6e6e6;
	font-size: 11px;
	margin-left: 35%;
	text-align: left;
}

/*================================================= sections */

#mainframe {
	margin-top: 17%;
	line-height: 30px;
}

#menuframe {
	position: fixed;
	top: 450px;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}

.menu {
	color: #e6e6e6;
	font-size: 11px;
	text-align: center;
}

.recentEventImages {
	text-align: right;
	padding-right: 10%;
}

/*================================================= links */

a {
	color: #c7c7c7;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
	color: #e6e6e6;
	font-weight: bold;
}

/*================================================= images */

img {
	border: 0;
}
