/*
Original design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Code modified Feb. 22, 2008 by Len Hamilton for http://www.lenhamilton.com.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 2px 0;
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; /* body font size */
	color: #000033;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000033;
}

h1 {
	margin-bottom: .75em;
	font-size: 182%; /* Len Hamilton */
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul, ol {
	list-style-position: inside;
}

ul {
}

ol {
}

a {
	color: #000033;
}

a:hover {
	text-decoration: none;
}

/* Header *//* lenham - top image & heading position */

#header {
	width: 880px;
	margin: 0 auto;
	padding: 100 100 0 0;
	background: url(images/img0x4.jpg) no-repeat 80px 0px; /* top image "changing viewpoints" flow */
}

#header h1 {
	margin: 0;
	padding: 0 196px 0 0;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 5px;
	font: normal 30px Georgia, "Times New Roman", Times, serif;     /* "title" - Perspectives et al */
	color: #000033;
}

#header h1 a {
	color: #000033;
}

#header h2 {
	margin: -5px 0 0 0;
	padding: 0 210px 0 0;
	text-transform: lowercase;
	text-align: right;
	font: normal 30px Garamond, "Times New Roman", Times, serif;    /* date under "title" */
	font-style: italic;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 0 100px;
	background: url(images/img2.gif) repeat-y 100px 0px;
}

/* Content */

#content {
	float: left;
	width: 360px;
	padding: 10px 10px 0 0px;
}

#content .image { lenham - /*side column image*/
	position: relative;
	margin: 3px 20px 0 -100px;
	float: left;
	border: 0px solid #ffffff;
}

#content .image img {
	border: 3px solid #999999;
}

/* Sidebar */
/* xxxxxxxx -the nav bar to the left of central text*/

#sidebar {
	float: right;
	width: 180px;
	padding: 58px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-left: 15px;
	text-transform: uppercase;
	background: url(images/img05.gif) no-repeat left center;
	border-bottom: 1px solid #000033;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
	padding-left: 15px;
	font-size: 85%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 5px 50%;
	text-decoration: none;
	color: #000033;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 470px;
	height: 60px;
	margin: 0 auto;
	padding: 15px 210px 0 0;
	background: url(images/img04.gif) no-repeat 100px 0px;
}
/* xxxxxxxx - small text at bottom of page */
#footer p {
	margin: 0;
	text-align: right;
	font-size: 77%;
	color: #000033;
}
/* xxxxxxxx - small URL at bottom of page */
#footer a {
	color: #000033;
}