body {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #000000;
	color: #1D0F04;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	background-image: url(graphics/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
h1 {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a {
	color: #2A2020;
}
ul {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.lime {
	background-color: #d7bd44;
}
.quote {
	font-size: 120%;
	color: #BDA53B;
	font-weight: normal;
	font-style: normal;
}

.dlime {
	background-color: #bda53b;
}
.llime {
	background-color: #f1ecd9;
}
.white {
	background-color: #fff;
}.plime {
	background-color: #faf9f4;
}
.lbrown {
	background-color: #352b2b;
}
.dbrown {
	background-color: #181212;
}
.pbrown {
	background-color: #3b3232;
}
/* navigation style starts here */

#nav
{
list-style-type: none;
margin: 0;
padding: 0;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin-top: 20;
	margin-right: 20;
	margin-bottom: 20;
	margin-left: 50;
}
#nav li
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}

/* naviation style ends */
h2 {
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
