body {
	background: #2c2c2c ; 
	color: #494949;
	margin: 5px 2% 20px 2%; 
	padding: 0; 
	font: 80% "lucida sans", "Trebuchet MS", tahoma, sans-serif;
	}

.sitename {
	margin: 0px 20px 0px 40px;
	padding: 0;
	font-size:1.1em;
	color: #515151;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	font-weight: 600;
	background-color: inherit;
	}
.background {
	background-image: url('images/background.jpg');
	background-repeat; repeat-y;
	}
.left-hand-column {
	background-image: url('images/site-background.jpg');
	background-repeat: no-repeat;
	background-color: #2f0d04;
	}
.right-hand-column {
	background-color: #4c1406;
	}	

.menu   { 
	color: #c1b891;
	font-style: normal;
	font-weight: bold;
	font-size: 1em; 
	padding-top: 8px; 
	padding-left: 30px;
	}
.menu  A { 
	color: #c1b891; 
	background: inherit; 
	padding: 2px 5px 2px 5px; 
	margin: 0;
	text-decoration: underline;
	}
.menu a:link{
	color: #c1b891; 
	}
.menu a:visited{
	color: #c1b891; 
	}	
.menu a:hover { 
	color: #60510b;
	text-decoration: none;
	background-color: inherit;
	}
.menu a:active {
	color: #c1b89a;
	}
.page-pic{
	width: 225px;
	height: 209px;
	position: absolute;
	top: 86px;
	left: 109px;
	}
.main-content{
	background-color: #e2dad7;
	margin: 18px 0px 18px 0px;
	}


h1 	{
	font-size:1.1em;
	color: #515151;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	font-weight: 600;
	height: 20px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;
	background-color: inherit;
	}
.accent li {
	background: url(images/bullet.gif) top left no-repeat;
	padding-left: 30px;
	margin-left: 15px;
	list-style: none;
	margin-top: 15px;
	}

.text	{
	text-align: justify;
	font-size: 100%;
	color: #4e4e4e;
	padding: 20px 20px 10px 20px;
	}
.caption {
	font-size: 90%;
	font-style: italic;
	}

.nobullet li {
	background-image: none;
	padding-left: 10px;
	margin-left: 10px;
	list-style: none;
	margin-top: 10px;
	}

.textlink A:link {
	background-color: inherit; 
	color: #2e0c03;
	text-decoration: underline;
	}
.textlink A:visited {
	background-color: inherit; 
	color: #2e0c03;
	text-decoration: underline;
	}
.textlink A:active {
	background-color: inherit; 
	color: #2e0c03;
	}
.textlink A:hover {
	background-color: inherit; 
	color: #60510b;
	text-decoration: none;
	}

.textlink-gray A:link {
	background-color: inherit; 
	color: #4e4e4e;
	text-decoration: underline;
	}
.textlink-gray A:visited {
	background-color: inherit; 
	color: #4e4e4e;
	text-decoration: underline;
	}
.textlink-gray A:active {
	background-color: inherit; 
	color: #4e4e4e;
	}
.textlink-gray A:hover {
	background-color: inherit; 
	color: #60510b;
	text-decoration: none;
	}
.maroon {
	color: #521101;
	}
