@charset "UTF-8";
/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-shadow: black 1px 1px 0px;
}
a:link {
	color: #99FF99;
	text-decoration: none;
}
.headlines {
	font-size: 24px;
	color: #A3BF7D;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tabs {
	position: absolute;
	height: 44px;
	width: 848px;
	left: 100px;
	top: 0px;
}
.white-line-left {
	background-color: #FFFFFF;
	position: absolute;
	height: 1200px;
	width: 5px;
	left: 95px;
	top: 0px;
}
.white-line-right {
	background-color: #FFFFFF;
	position: absolute;
	height: 1200px;
	width: 5px;
	left: 948px;
	top: 0px;
}
.header {
	position: absolute;
	height: 151px;
	width: 848px;
	left: 100px;
	top: 44px;
}
.navigation {
	position: absolute;
	height: 1005px;
	width: 148px;
	top: 195px;
	left: 100px;
}
.bigarea {
	position: absolute;
	height: 1005px;
	width: 700px;
	left: 248px;
	top: 195px;
	background-image: url(../images/bigarea.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.ad-lunarpages {
	position: absolute;
	z-index: 1;
	height: 90px;
	width: 728px;
	left: 100px;
	top: 1110px;
}
.ad-google-bottom {
	position: absolute;
	z-index: 1;
	height: 90px;
	width: 728px;
	left: 100px;
	top: 1020px;
}
.ad-google-side {
	position: absolute;
	height: 600px;
	width: 120px;
	left: 828px;
	top: 195px;
}
.ad-howtorock {
	position: absolute;
	z-index: 1;
	height: 405px;
	width: 120px;
	left: 828px;
	top: 795px;
}
.writingarea {
	position: absolute;
	z-index: 2;
	height: 825px;
	width: 580px;
	left: 248px;
	top: 195px;
}
.headlines-sub {
	font-size: 12px;
	color: #A3BF7D;
	font-weight: bold;
}


a:visited {
	color: #99FF99;
	text-decoration: none;
}
a:hover {
	color: #99FF99;
	text-decoration: underline;
}
a:active {
	color: #99FF99;
	text-decoration: underline overline;
}
