body {
	background: #ffffff url(../images/back2.jpg) no-repeat fixed left top;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Papyrus, Arial, sans-serif;
	font-size: 1em;
	color: #003300;
	line-height: 1.5em;
}

#header {
	width: 80%;
	background:transparent;
	margin: 0 auto;
	padding: 0;
	height: 101px;
	float: none;
 
}

#header h1 {
	padding: 30px 0;
	color: #280051;
	font-size: 1.8em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
	font-family: Papyrus, Arial, sans-serif;
}

#nav {
	position: absolute;
	top: 88px;
	left: 121px;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 14px Papyrus, Arial, sans-serif;
	height: 25px;
	color: #2E005B;
	text-decoration: none;
	
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	text-decoration: none;
}

#nav li a {
	padding: 3px;
	margin: 0;
	background: transparent url(../images/trans6.gif) repeat;
	text-decoration: none;
	
}

#nav li a:link {
	color: #000033;
}
#nav li a:visited {
	color: #000099;
	text-decoration: none;
}

#nav li a:hover {
	color: #790027;
	background: #FFFFCC url(../images/trans7.gif) repeat;
	text-decoration: none;
}

#nav li a#current {
	background: transparent url(../images/trans7.gif) repeat;
}

#container {
	background: transparent url(../images/trans5.gif) repeat;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

#content {
	margin: 0;
	padding: 40px;
	text-decoration: none;
	width: auto;
	
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #333;
	font-weight: bold;
}

a:hover, a:active {
	background: #D0B9E8;
	color: #ffffff;
}

h2 {
	color: #666;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}	
.img {
	padding: 0.1em;
	border: thin solid #240048;
}

