body    {
	color: gray;
	font-size: 12px;
	font-family: "Trebuchet MS";
	background: url(../img/banner.jpg) no-repeat;
	margin-top: 0px;
	margin-right: 2%;
	}
img {
	border: solid 1px silver }
/* LINKS */
a, a:link  { color: maroon; font-weight: bold; text-decoration: none }
a:visited  { color: gray }
a:hover {
	color:silver;
	background-color: maroon;
	}
/* NAV and MENU STUFF */
#nav {	
	float: right;
	width: 160px;
	background: url(../img/compass.gif) no-repeat right bottom;
	}
ul.menu {
	color: maroon;
	text-align: right;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;}
ul.menu li {padding:6px 16px 0px 0px;}
ul.menu li.firstListItem {
	padding-right: 10px;
	border-right:3px solid maroon;
	margin-bottom:24px;}
	
ul.bottommenu {
	float:right;
	width: 160px;
	color: maroon;
	text-align: right;
	list-style-type: none;
	margin-top:12px;
	padding-right: 10px;
	border-right:3px solid maroon;
}

/* SET STORY BOUNDARIES */
.story, .imgCenter, #footer {margin-right: 180px;margin-left:15%; }
p.story:first-letter {
	color:maroon;
	font-weight: bold;
	margin-left:1.5em;
	margin-right:0px;}
h1.story    { color: maroon; margin-top: 0; padding-top: 100px }
/* STORY IMAGES */
p.imgCenter  {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px }
p.imgCenter img  {
	margin: 6px }
.imgRight {
	float: right;
	margin-left:12px;}
.imgLeft {
	float: left;
	margin-right: 12px }	
#footer   {
	text-align: center;
	margin-top: 12px;
	padding: 6px;
	border-top: 1px solid silver }
/* SERVICE */
.right {float:right;}
.left {float:left;}
.clear {clear:both;}
