/* SPECIAL HALLOWEEN CSS */

body,html{
	background-image: url(../images/bats.gif);
}

#col1 div.bluebar ul li {
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid #000;
	background: #323232 url(../images/arrow_halloween.gif) no-repeat 10px 50%;
}

#navbar ul li a, #col1 div.bluebar ul li {
	color: #fda036;
}

#header img.halloween_cobweb {
	position: absolute;
	top: -131px;
	width: 200px;
	left: 300px;
}

#col2 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fda346;
}

#navbar ul li a:hover{
	color: #fda036;
	text-decoration: underline;
}

div#message {
	float: right;
	color: white;
	font: italic normal 15px Georgia, "Times New Roman", Times, serif;
}

#message em {
	color: #fda036;
}

div#footer {
	 background: #000;
	 color: #fda036;
	font-size: 12px;
}


div#footer a, #col2 p.bottomlinks a {
	 color: #fda036;
}


div#navbar {
	background: black;
}



