body { 
	margin: 0px; 
	background-image: url(./images/leafBG.jpg);
}
body,div,td,th,p,li {
	font-size: 13px;
	font-family: arial;
}
a {
	color: #003300;
}
a:hover {
	color: #336633;
}
p { 
	text-align : justify;
}
h1 {
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
div#body {
	width: 748px;
	margin: 0px auto;
}
a img {
	border: 0;
}
div#content {
	padding: 20px;
	background-color: tan;
}
div#base {
	background-color: #3f4944; 
	border-top: 2px solid black; 
	border-bottom: 2px solid tan;
	height: 20px;
	text-align: center;
	color: #d0c6b7;
	padding-top: 4px;
}
div#base a { 
	color: #d0c6b7;
	text-decoration: none;
}
div#base a:hover { 
	text-decoration: underline;
}

td#Rside {
	background-image: url('./images/rightedge.jpg'); 
	background-repeat: repeat-y;
}
div#specs {
	padding: 10px;
	background-color: #ffffff; 
	margin-left: 20px;
	border: 1px solid #999999;
}
div#specs ul {
	padding: 0;
	padding-left: 18px;
	margin: 0;
}
div#specs h2 {
	font-size: 15px;
	padding-top: 10px;
}
div#specs ul li {
	padding: 0;
	margin-left: 14;
}
img.imgL {
	border: 1px solid #333333;
	margin-right: 10px;
	margin-bottom: 20px;
}

div#credits {
	height: 20px;
	text-align: center;
	color: tan;
	padding-top: 4px;
	font-size: 12px;
}
div#credits a { 
	color: tan;
	text-decoration: none;
}
div#credits a:hover { text-decoration: underline; }

