body{
	background: #000000;
	color: #ffffff;
	margin: 0%;
}

h1{
	background: #7d0a00 url(img/fall_h1bg.png) repeat-y right;
	color: #ffffff;
	font-size: 180%;
	font-weight: normal;
	text-align: left;
	margin: 10% 4% 5% 4%;
	padding: 0.3% 5% 0.3% 8%;
}

h2{
	background: #000000 url(img/fall_h2bg.png) repeat-x bottom;
	color: #ffffff;
	font-size: 110%;
	text-align: right;
	font-weight: bold;
	margin: 10% 10% 3% 10%;
	padding: 1% 3% 1% 2%;
}

h3{
	background: #000000 url(img/fall_h3bg.png) repeat-y left;
	color: #ffffff;
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	margin: 3% 9% 1% 8%;
	padding: 0% 0% 0% 1%;
}

p{
	background: #000000;
	color: #ffffff;
	font-size: 85%;
	text-align: left;
	line-height: 170%;
	margin: 0% 12%;
}

div{
	background: #000000;
	color: #ffffff;
	line-height: 150%;
	text-align: center;
}

span{
	background: #000000;
	color: #ffffff;
}

.normal{
	font-size: 90%;
}

.large{
	font-size: 130%;
	font-weight: bold;
}

.small{
	font-size: 75%;
}

img{
	border-style: none;
}

.left{
	float: left;
}

.right{
	float: right;
}

a:link,a:visited,a:active{
	background: #000000;
	color: #ffffff;
}