@charset "utf-8";
/* CSS Document */
BODY {
	MARGIN: 0px;
	BACKGROUND-COLOR: #040503;
	TEXT-ALIGN: left;
	background-image: url(../imgs/bg.jpg);
	padding: 50px;
}
P {
	LEFT: 5px;
	COLOR: #FFFFFF;
	LETTER-SPACING: 0.05em;
	TEXT-ALIGN: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 2em;
}
H1 {
	COLOR: #FFFFFF;
	TEXT-ALIGN: left;
	font-size: 40px;
	font-family: "Trebuchet MS";
}
H2 {
	COLOR: #99FF33;
	LETTER-SPACING: 0.5em;
	TEXT-ALIGN: left;
	font-family: "Century Gothic";
	font-size: 1.1em;
}
H3 {
	COLOR: #dbe2d3; FONT-FAMILY: "Trebuchet MS"; LETTER-SPACING: 0.2em; TEXT-ALIGN: left
}
H4 {
	COLOR: #e7ebe2; FONT-FAMILY: "Trebuchet MS"; LETTER-SPACING: 0px; TEXT-ALIGN: left
}
H5 {
	COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
H6 {
	COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
#master {
	WIDTH: 900px;
	POSITION: relative;
	text-align: left;
	height: 2000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px dotted #212617;
	padding: 20px;
}
A:link {
	COLOR: #FFFFFF;
	LINE-HEIGHT: 2em;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #00cccc;
	margin: 0px;
}
A:visited {
	COLOR: #CC3366;
	text-decoration: underline;
}
A:active {
	COLOR: #FFFFFF;
	text-decoration: underline;
}
IMG {
	border: 1px dotted #333333;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
A:hover IMG {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	border: 1px dotted #54893A;
	padding: 3px;
}
#content {
	WIDTH: 1000px;
	POSITION: absolute;
	text-align: left;
	height: 4000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px dotted #212617;
	padding: 30px;
	overflow: hidden;
	visibility: visible;
	z-index: auto;
	left: 0px;
	top: 0px;
}
