/* CSS Document */

/* Begin Index Page Style */

body {
	width: 65.5%;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}

a:hover {
	color: #FF0000;
}

a:visited {
	color: #666666;
}

#vdslogo {
	background-image: url(../images/vds_logo.jpg);
	background-repeat: no-repeat;
	width: 494px;
	height: 109px;
	position: absolute;
	top: 20px;
	left: 100px;
}

#navbar {
	width: 240px;
	height: auto;
	position: absolute;
	top: 150px;
	left: 200px;
}

#navbar ul li {
	list-style-type: none;
	float: left;
	padding: 0px 10px 0px 10px;
}

#welcome {
	width: 500px;
	height: auto;
	position: absolute;
	top: 200px;
	left: 100px;
}

#newstable {
	width: auto;
	height: auto;
	position: absolute;
	top: 450px;
	left: 102.5px;
}

#counter {
	position: absolute;
	top: 290px;
	left: 310px;
	width: auto;
	height: auto;
}

.justifyalign {
	text-align: justify;
}

.centeralign {
	text-align: center;
}

/* End Index Page Style */

/* Begin Archive Page Style */

#archive {
	width: 500px;
	height: auto;
	position: absolute;
	top: 200px;
	left: 100px;
}

#storyarchive {
	width: auto;
	height: auto;
	position: absolute;
	top: 400px;
	left: 100px;
}

.new {
	color: #FF0000;
}

.moresoon {
	color: #FF6600;
}

.updated {
	color: #00FF00;
}

.finished {
	color: #0099FF;

/* End Archive Page Style */

#endspacer {
	width: 1px;
	height: 30px;
}

/* Begin Fly Agarics Page Style */

#counter {
	width: auto;
	height: auto;
	position: absolute;
	top: 200px;
	left: 100px;
}

#flyagarics {
	width: 350px;
	height: auto;
	position: absolute;
	top: 250px;
	left: 175px;
	font-size: 1.2em;
	text-align: center;
}
