body {
	color: #333;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #000;
	background-image: url(../images/bg-black.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
p {
	padding-left: 5px;
	 }
h1 {
	color: #333;
	font-size: xx-large;
	font-weight: lighter;
	word-spacing: 3px;
	letter-spacing: 1px;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 5px;
}
h2 {
	color: #963;
	font-size: 14px;
	font-weight: bold;
	margin: 0.83em 0 0; }
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: .5em 0;
}
a:link {
	text-decoration: none;
	color: #930;
}
a:visited { color: #c96; text-decoration: none; }
a:hover {
	text-decoration: underline; }
a:active {
	color: #900; }
li
{
	color: #666;
	font-size: 11px;
	margin-left: -20px;
	margin-top: 0;
	margin-bottom: 4px;
	padding: 0;
	list-style: url(../images/bullet.gif);
}
#canvas {
	background-color: #fff;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
.content p {
	font-size: 11px;
	line-height: 1.5em;
	background-color: white; }
.navmenu
{
	font-family: Helvetica, Arial, geneva, sans-serif;
	color: #930;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
	border-left: 1px solid #ffe34d;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.navmenu p {
	color: #930;
	font-size: 11px;
	font-family: Helvetica, Arial, geneva, sans-serif;
	font-weight: bold;
	line-height: 1em;
	background-color: white;
	border-style: none;
}
.navmenu a
{
	text-decoration: none;
	color: #930;
}
.navmenu a:hover
{
	text-decoration: underline; }
.header {
	background-color: #ffe34d;
}
.footer {
	background-color: #ffe34d; }
.footer p {
	color: #963;
	font-size: 11px;
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	line-height: 1.15em;
	background-color: #ffe34d;
	padding-left: 5px;
}
