
BODY{
	margin: 0;
	padding: 0;
	background-color: #b2d397;
	background-image: url(/images/gui/BG.gif);
	font-family: Georgia, Serif;
	color: #333333;
	font-size: small;
	line-height: 1.6em;
}

A{
	color: #638a43;
}

#Root{
	background-image: url(/images/gui/root_bg.gif);
	background-repeat: repeat-y;
	width: 768px;
	margin: 0 auto;
	position: relative;
}

#Header{
	position: absolute; 
	top: 0;
	left: 8px;
}

#Logo{
	position: absolute;
	top: 300px;
	left: 50px;
	
}

#Data{
	position: absolute;
	top: 560px;
	left: 65px;
	width: 150px;
	height: 200px;
	padding: 10px;
	
}

#DataText{
	position: absolute;
	top: 670px;
	left: 50px;
	width: 150px;
	height: 400px;
	padding: 10px;
	
}

#Nav{
	width: 752px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 259px;
	left: 8px;
	text-align: center;
}
	#Nav LI{
		display: inline;
	}
		#Nav LI A{
			font-family: Verdana, "Sans Serif";
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 2px;
			padding: 2px 16px;
		}
		#Nav LI A:hover{
			background-color: #eee;
		}

#Main{
	width: 470px;
	padding-top: 290px;
	padding-left: 248px;
	padding-bottom: 50px;
}

H1{
	color: #638a43;
	font-family: Verdana, "Sans Serif";
}

#Footer{
	font-size: smaller;
	height: 50px;
	color: #bbbbbb;
	text-align: center;
}

.center{
	text-align: center;
}