  *{
	margin: 0;
  	padding: 0;
}

#wrapper{
	width: 50em;
	margin: 20px auto 20px auto;
	/* Center wrapper on page */
	border: .6em double #330066;
	background-image: url('fernbg.jpg');
	background-repeat: repeat;
}

body{
	background: #000;
	font-family:  "Geneva", Tahoma, sans-serif;
	text-align: justify;
	color: #cc33cc;
	line-height: 1em;
}

#branding{
	position: relative;
}

#branding img{
  display: block;
}

#branding h1{
	font-family: 'Apple Chancery', 'Brush Script MT', 'Monotype Corsiva', cursive;
	color: #996699;
	font-size: 3em;
}	

#branding a{
	position: absolute;
	text-decoration: none;
	color: #fff;
	font-size: .9em;
	outline-style: none;
}

#branding a:link, #branding a:visited{
	color: #f599ff;
}

#branding a:hover{
	color: #00ffff;
}

#leftcolumn{
	width: 12em;
	float: left;
}

#leftcolumn ul{
	list-style-type: none;
}

#leftcolumn ul, #leftcolumn  ol, #leftcolumn p{
	text-align: left;
	font-size: 90%;
	line-height: 1.5em;
}

#leftcolumn a, #leftcolumn a:link, #leftcolumn a:visited{
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	color: #f599ff;
	text-align: center;
	line-height: 1.5em;
	outline-style: none;
}

#leftcolumn a:hover, #leftcolumn a:active, #leftcolumn li.selected a:link, #leftcolumn li.selected a:visited{
	background:  #000 repeat-x center;
	color: #00ffff;
}

#leftcolumn a:hover{
	color: #00ffff;
}



#content ol, #leftcolumn ul, #content ul{
	padding: 5px 0 5px 30px;
	
}

#leftcolumn p, #rightcolumn p{
	width: 80%;
	padding: 0.25em;
	font-family: "Lucida Calligraphy", verdana, sans-serif;
	color: #e6e0eb;
	line-height: 1.5em;
	font-size: 90%;
	font-weight: 500;
	margin: .5em auto;
	text-align: center;
}	

#rightcolumn{
	width: 12em;
	float: right;
}

#navbar{
	background: url(fernsnf.jpg) repeat-x center;
	margin-left: 12em;
	margin-right: 12em;
	width: 26em;
	height: 1.5em;
}

#navbar img{
 	 display: block;
}


#navbar ul{
	list-style-type: none;
}

#navbar li{
	float: left;
	width: 4.37em;
}

#navbar a, #navbar a:link, #navbar a:visited{
	text-decoration: none;
	font-family: "Verdana", Arial, sans-serif;
	color: #f599ff;
	text-align: center;
	font-size: 75%;
	background:  url(fernsnf.jpg) repeat-x center;
	display: block;
	height: 2em;
	width: 5em;
	line-height: 1.5em;
	outline-style: none;
}

#navbar a:hover, #navbar a:active, #navbar li.selected a:link, 	
	#navbar li.selected a:visited{
	background: #000 repeat-x center;
	color: #00ffff;
}

#navbar a:hover{
	color: #00ffff;
}

#content a{
	color: #f599ff;
	text-decoration: none;
	outline-style: none;
}

#content a:hover{
	color: #00ffff;
	text-decoration: none;
}

#content{
	margin: 0 12em;
	color: #f599ff;
 	font: small-caps 400 100% verdana;
	background: #000;
	position: relative;
	padding: 10px;
	
}

#content h1,#content h2,#content h3{
	font-family: 'Apple Chancery', 'Brush Script MT', 'Monotype Corsiva', cursive;
	color: #996699;
	text-align: center;
}

#content ul, #content ol, #content p{
	text-align: justify;
	font-size: 90%;
	line-height: 1.25em;
}


#content ol, #content ul{
	padding: 5px 0 5px 30px;
	
}

#footer{
	background: url(fernbg.jpg) repeat-x center;
	margin-left: 12em;
	margin-right: 12em;
	height: 1em;
}

#footer ul{
	list-style-type: none;
}

#footer li{
	float: left;
	width: auto;
}


/* list items in paragraph */
#footer p{
	text-align: center;
	font-variant: small-caps;
	font-family: 'Verdana', Arial, sans-serif;
	font-size: 60%;
	color: #fff;
	line-height: 1.7em;
}

#footer a, #footer a:link, #footer a:visited{
	text-decoration: none;
	font-family: 'Verdana', Arial, sans-serif;
	color: #f599ff;
	font-size: 90%;
	text-align: center;
	outline-style: none;
}

#footer a:hover, #footer a:active, #footer li.selected a:link,
	 #footer li.selected a:visited{
	 color: #00ffff;
}

.thumbs{
	float: left;
	width: 7.5em;
	height: 5.5em;
	border: 0;
	margin: 0 0.3em 3em 0.3em;
}

	@media print{
/* start printer friendly styles */
/* set wrapper width to 100% page width */
	#wrapper{
	width: 100%;
	border: 0;
}

#leftcolumn, #rightcolumn, #navbar, #footer{
	display: none;
}

#content{
 	margin: 0;
	padding: 0;
	font-family: 'Times', serif;
	font-size: 0.9em;
	color: #000;
}

/* end printer friendly styles */
}

