
/* Global style sheet for about section*/

body {
	background-color: #dddddd;
	color: black;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
	line-height: 16px;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	}
h1 {
	background-color: #fff;
	font-family: Verdana;
	font-size: 150;
	font-style: italic;
	font-weight: bold;
	color: red;
	}
h2 {
	background-color: #fff;
	font-family: Verdana;
	font-size: 24px;
	font-weight: lighter;
	color: #333;
	}

a.transOFF {width: 100%; background-color: white; color: greenyellow; text-decoration: none;}
a.transON  {width: 100%; background-color: white; color: greenyellow; opacity:.20;filter: alpha(opacity=20); -moz-opacity: 0.20; text-decoration: none;} 

#navcontainer ul li
{
display: inline;
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("../dark-g2w.gif") repeat-x 20px;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
text-align: center;
}
#navcontainer a
{
color: #000;
text-decoration: none;
display: block;
width: 90px;
border-top: 1px solid #A8B090;
border-bottom: 1px solid #A8B090;
border-left: 1px solid #A8B090;
border-right: 1px solid #A8B090;
}

#navcontainer li#active { background: url("../light-g2w.gif") repeat-x 20px; }
#navcontainer a:hover { background: url("../light-g2w.gif") repeat-x 20px; }
#navcontainer li:hover { background: url("../light-g2w.gif") repeat-x 20px; }
ul#navlist a { font-weight: bold;}
p:first-letter {font-style: italic; color: #99ff00; font-size: larger;}

/* Box move stuff */
#top {
	width: 100%;
	}
#side {
	float: left;
	padding: 6px 0px 0px 0px;
	width: 300px;
	height: 450px;
	clear: both;
	/* border: 1px solid black; */
	}
#alignment {
	position: absolute;
	padding: 50px 50px 0px 50px;
	top: 110px;
	left: 268px;
	background-color: white;
	width: 350px;
	height: 399px;
	border: 1px #ddd;
	z-index: 5;
	}
#enlightenment {
	position: absolute;
	padding: 50px 50px 0px 50px;
	top: 110px;
	left: 268px;
	background-color: white;
	width: 350px;
	height: 399px;
	border: 1px #ddd;
	z-index: 6;
	}
