@charset "utf-8";

img, div 
{ 
	behavior: url(iepngfix.htc) ;
}
a:link {
	color: #B12F21;
}
a:visited {
	color: #B12F21;
}
a:hover {
	color: #EC491E;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-image: url(images/header-back.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 800px;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 20px;
	color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
p {
	margin-bottom: 0px;
}



body
{ 
	background-image:url('images/flames.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:50% 100%; 
}
.style1 {font-weight: bold}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#nav {
	background-image: url(images/nav-back.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 899px;
}

#container {
	height: auto;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
}
#pageTop {
	background-image: url(images/page-top-shadow.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 915px;
}
#page {
	background-image: url(images/page-back.png);
	background-repeat: repeat-y;
	height: auto;
	width: 899px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
}
#pageBottom {
	background-image: url(images/page-bottom.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 915px;
}

#top {
	height: 301px;
	width: 899px;
}

.contentTop {
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 859px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#nav .leftNavSpacer {
	background-image: url(images/nav-button.gif);
	float: left;
	height: 50px;
	width: 75px;
	background-position: right;
}

.content {
	background-image: url(images/content-back.png);
	background-repeat: repeat-y;
	height: auto;
	width: 823px;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 18px;
	padding-left: 18px;
	min-height: 300px;
}
.contentBottom {
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 859px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

