/* CSS Document */

<!--
#wrapper {
	background-color: #CCCCCC;
	width: 600px;
	margin: auto auto;
	border: 1px solid gray;
}

#inner-wrapper {

	margin: 0px auto 0px auto;
	width: 600px;
	border: 0px solid transparent;
}

#header {
	margin: 10px auto 0 auto;
	width: 568px;
	height: 55px;
	border-bottom: 2px solid white;
	background-color: #9448A2;
	padding: 5px;
	font-family: arial;
}

#nav {
	font-size: 14px;
	margin: 10px 10px 10px 10px;
	width: 100px;
	background-color: #82C8F0;
	border-right: 2px solid white;
	padding: 5px;
	float: left;
	font-family: arial;
}
#nav li {
	list-style-type: none;
	width: 80px;
	margin: 0 0 4px -30px;
	border: 0px solid black;
	text-align: center;
	background-color: #6FAACB;
}

#nav a:active {
	color: white;
	text-decoration: none;
}

#nav a:visited {
	color: white;
	text-decoration: none;

}

#nav a:hover {
	background-color: #8A7ABF;
	color: white;
	text-decoration: none;
}

#nav ul a {
	display: block;
	width: 80px;
	height: 18px;
	border-width: 0px;
	text-decoration: none;
	cursor: help;
}

#content {
	font-size: 14px;
	margin: 10px 0 0 0;
	width: 445px;
	background-color: #ABE863;
	border-left: 2px solid white;
	padding: 5px;
	float: left;
	font-family: arial;
}
#footer {
	font-size: 14px;
	margin: 0px 0px 10px 10px;
	width: 568px;
	height: 55px;
	background-color: #984D95;
	border-top: 2px solid white;
	padding: 5px;
	clear: both;
	font-family: arial;
}

.white-text {
	color: #FFFFFF;
	font-size: 35px;
}
-->
