/* Generated by KompoZer */
body {
  	width: 900px;
  	height: 758px;
  	padding-top: 10px;
  	padding-right: 62px;
  	padding-left: 62px;
	margin: 0 auto;
}

#navigation {
  	width: 900px;
	height: 40px;
	font-family: verdana;
	font-size: 11px;
}

li.nav {
  	float: left;
	padding-right: 25px;
  	list-style-type: none;
  	line-height: 55px;
}

ul {
  padding-left: 0px;
  list-style-type: none;
}
a:link {
  	color: #999999;
  	text-decoration: none;
}
a:hover {
  	text-transform: uppercase;
  	font-size: 10px;
  	color: black;
}

#current {
  	color: #902e99;
  	font-weight: bolder;
  	text-decoration: none;
}

#header {
  	width: 900px;
  	height: 47px;
}

h1 {
  	padding-bottom: 3px;	
	border-bottom: 3px solid #902e99;
  	text-align: right;
  	font-family: georgia;
	font-size: 35px;
}

#footer {
  	width: 900px;
  	height: 20px;
  	float: left;
	text-align: right;
  	font-family: georgia;
  	font-size: 12px;
	font-style: italic;
  	line-height: 20px;
  	color: #902e99;
  	background-color: #cccccc;
}


