@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 87%;
	background: #000 url(../images/heygrey_background.jpg) no-repeat right top;
	height: 100%;
	border-top: 2px dashed #FFF;
}

#main {
	margin: 100px auto auto;
	padding: 0px;
	height: 400px;
	width: 700px;
	position: relative;
}

#bullets {
	margin: 0px;
	padding: 0px;
	width: 20px;
	float: left;
	position: relative;
}

#main ul {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menu1 {
	background: #006409;
	height: 40px;
	width: 20px;
	margin: 0px 0px 10px;
}

#link_area {
	margin: 0px;
	padding: 0px 20px 5px;
	width: 300px;
	position: absolute;
	float: right;
	color: #FFF;
	border-left: 1px solid #FFF;
	overflow: auto;
	top: 100px;
	left: 300px;
}

#text_area {
	margin: 0px;
	padding: 20px;
	width: 630px;
	position: relative;
	float: left;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	overflow: auto;
	height: 330px;
}

#text_area h2 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 1em;
}

#text_area p {
	margin: 0px 0px 1.5em;
	padding: 0px;
}

#text_area ul {
	list-style: square;
	padding: 0px;
	margin-bottom: 1.5em;
	margin-left: 1.2em;
}

#menu2 {
	background: #51912F;
	width: 430px;
	margin: 0px 0px 10px;
	text-align: right;
	padding: 7px 10px 7px 0px;
	font-size: 1.8em;
	color: #FFF;
}

#menu2b {
	background: #51912F;
	height: 40px;
	width: 20px;
	margin: 0px 0px 10px;
}

#menu3 {
	background: #77A355;
	height: 40px;
	width: 20px;
	margin: 0px 0px 10px;
}

#menu4 {
	background: #9D083A;
	height: 40px;
	width: 20px;
	margin: 0px 0px 10px;
}

#menu5 {
	background: #EA316E;
	height: 40px;
	width: 20px;
	margin: 0px 0px 10px;
}

#footer {
	margin: 0px;
	padding: 0px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	color: #FFF;
	height: 103px;
	width: 100%;
	border-bottom: 2px dashed #FFF;
}

#footer h1 {
	font-size: 8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#footer ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.gee {
	background: #9D083A;
}

#Home {
	position: absolute;
	right: 370px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

#About {
	position: absolute;
	right: 300px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

#Terms {
	position: absolute;
	right: 230px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

#Contact {
	position: absolute;
	right: 160px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

#Share {
	position: absolute;
	right: 90px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

#Follow {
	position: absolute;
	right: 20px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

#main li a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}

#main li a:hover, a:active {
	text-decoration: none;
	color: #BCF095;
}

#main #text_area a:link, a:visited {
	text-decoration: none;
	color: #ED799F;
}

#main #text_area a:hover, a:active {
	text-decoration: none;
	color: #EA316E;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover, a:active {
	text-decoration: none;
	color: #BCF095;
}

#footer H1 a:hover, a:active {
	text-decoration: none;
	color: #FFF;
}

