@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: forestgreen;
}

a:active {
	text-decoration: none;
	color: forestgreen;
}

a:visited {
	text-decoration: none;
	color: forestgreen;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted limegreen;
	color: limegreen;
}

#nav {
	padding: 1px;
	border: none;
	float: right;
	text-align: right;
	color: white;
	background-color: forestgreen;
}

#nav a:link {
	text-decoration: none; 
	color: silver;
	background-color: forestgreen;
}

#nav a:active: {
	text-decoration: none; 
	color: silver;
	background-color: forestgreen;
}

#nav a:visited {
	text-decoration: none; 
	color: silver;
	background-color: forestgreen;
}
#nav a:hover {
	text-decoration: none;
	color: white;
	background-color: limegreen;
}

body {
	font-size: 8pt;
	font-family: verdana;
	color: black;
}

.align {
	text-align: right;
	width: 99.8%;
	float: right;
	border: 1px solid black;
	background-color: forestgreen;
}

	

.body {
	position: absolute;
	top: 0%;
	left: 0%;
	background-image: url(/layout/zodiac/images/virgo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
	float: left; 
	width: 100%; 
	height: 100%; 
	color: darkgreen;
	font-size: 10pt;
	font-family: verdana;
}

.main {
	float: left;
	width: 55%;
	height: 85%;
	border: 3px double darkgreen;
	padding: 1px;
}

#translucent {filter: Alpha(opacity=50);
-moz-opacity: .5;
opacity: .5;
}

#main {
	width: 100%;
	height: 95%;
	overflow: auto;
	margin-top: 4px;
}