@charset "UTF-8";

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

body {
	background-color: #191919;
	font-family: monospace;
	letter-spacing: 2px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#mainframe {
	margin-top: 10%;
}

#subframe {
	padding-top: 10px;
	margin-right: 50px;
	clear: left;
}

#menuframe {
	color: #e6e6e6;
	font-size: 11px;
	position: relative;
	top: -15px;
	right: 50px;
	float: right;
	text-align: right;
}

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


h1 {
	color: #ccff66;
	font-size: 16px;
	margin-right: 80%;
	margin-bottom: 20px;
	text-align: left;
	width: 300px;
}

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

.h1 {
	color: #ccff66;
	font-size: 16px;
	margin-right: 80%;
	margin-bottom: 20px;
	text-align: left;
	width: 300px;
}

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

.h3 {
	color: #ccff66;
	font-size: 12px;
	margin-right: 80%;
	margin-bottom: 20px;
	text-align: left;
}

.desc {
	color: #e6e6e6;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 24px;
}

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

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

a:link {
}

a:visited {
}

a:active {
}

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

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

img {
	border: 0;
	padding-right: 20px;
	float: left;
}

img#right {
	border: 0;
	padding-left: 20px;
	float: right;
}

img.static {
	float: none;
}

img#menuframe {
	border: 0;
	position: relative;
	top: 0px;
	right: -40px;
}