
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/imgVertical.jpg) repeat-x left top;
	text-align: left;
	font: 16pt Cochin, serif;
	color: #000000;
}

h1, h2 {
	font: 1.50em;
	font-weight: normal;
	font-family: Cochin, serif;
	letter-spacing: -1px;
	color: #000000;
}

h3 {
	font-size: 1.3em;
	text-align: left;
	color: #208020;
	font-family: Cochin, serif;
}
/*p, ol, ul {
	line-height: 1.67em;
}
*/
a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

#wrapper {
	background: url(images/nature7.jpg) no-repeat left top;
}

#wrapper2 {
	height: 100%;
	background: url(images/imgHorizontal.jpg) repeat-y left top;
} 

#URpic {
	position: absolute;
	float: right;
	top: 20px;
	left: 30px;
}

/* Header */

#header {
	width: 900px;
	height: 70px;
	padding: 0px 50px;
}


/* Logo */

#logo {
	padding: 10px 0px 0px 40px;
}

#logo h1 {
	margin: 0 0 0px 0;
	height: 60px;
	padding: 10px 15% 0px 0px;
	letter-spacing: -1px;
	text-align: right;
	font-family: Cochin, serif;
	font-size: 3.0em;
	font-weight: bolder;
	color: #FFFFFF;
}

#logo h2 {
	margin: 0px 0 0 0;
	padding: 10px 15% 0px 0px;
	font-family: Cochin, serif;
	left: 300px; /* make room for upper left picture ULpic */	
	text-align: right;
	font-weight: bolder;
	font-size: 20px;
	color: #FFFFFF;
}

#logo p {
	margin: -20px 0 0 2px;
	font-family: Euphemia, Helvetica, sans-serif;
	text-align: right;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #ACFE6F;
}


/* nav */

#nav {
	text-decoration: underline;
	float: left;
	width: 950px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding: 15px 0px 10px 0px;
	/* was background: url(images/buttonBuff.png) */
	font-family: Euphemia, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
}

#nav ul {
	display: inline-block;
	list-style: none;
}

#nav a {
	color: #333333;
	padding: 0px 0px 0px 30px;
}

#nav .active a {
	display:none; color: #555555;
}
#nav a:hover {
	color: #000000;
	font-style: italic;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	margin: 150px 0 0 0;
}

#menu ul {
	margin: 80px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
}

#menu a {                                           /* note all menu items are type a */
	display: block;
	
	padding: 15px 2px 15px 7px;
	background: url(images/buttonBuff.png) no-repeat left;
	font-family: Euphemia, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	font-size: 20px;
}

#menu .active a {
	display: block; color: #888888;
}
#menu a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	padding: 20px 50px;
}

/* Main Text */

#maintext {
	float: left;
	width: 700px;
	margin-top: 260px;
	margin-bottom: 10px;
	overflow: auto;
}

/* Topic */

.topic {
	margin-bottom: 0px;
}

.topic .title {
	margin: 0;
	padding: 0px 0px 0 0;
	font-size: 1.4em;
	color: #208020;
}

.topic .title a {
	color: #404040;
}
			 
					   
 

.topic .hr1 {
}

.topic .entry {
	margin: 0;
	padding: 0 0 20px 30px;
	
	color: black;
}

.topic .quotate {
	text-align: left;
	margin-left: 100px;
}

.topic .attrib {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}

/* Footer */

#footer {
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: Courier, Courier, sans-serif;
	color: #000000;
}

