/* *************************************************** */
/* GENERAL STYLES */
/* *********** */
*
{
	margin: 0;
	padding: 0;
}

div, a
{
 	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
}


/* *************************************************** */
/* FONT COLORS */
/* *********** */
.light_brown
{
	color: #dec280;
}

.dark_brown
{
	color: #8b673a;
}


/* *************************************************** */
/* FONT SIZE */
/* *********** */
.large_text
{
	font-size: 130%;
}

.small_text
{
	font-size: 85%;
}


/* *************************************************** */
/* LINKS */
/* *********** */
a:link
{
	color: #dec280;
	text-decoration: none;
}

a:visited
{
	color: #dec280;
	text-decoration: none;
}

a:hover
{
	color: #dec280;
	text-decoration: underline;
}

a:active
{
	color: #dec280;
}


/* *************************************************** */
/* LINKS:  CLASS: .link2 */
a.link2:link
{
	color: #8b673a;
	text-decoration: none;
}

a.link2:visited
{
	color: #8b673a;
	text-decoration: none;
}

a.link2:hover
{
	color: #8b673a;
	text-decoration: underline;
}

a.link2:active
{
	color: #8b673a;
}

.popup_content
{
	margin: 2em;
	text-align: left;
}

.popup_content #legal
{
	margin-top: -2em;
}

.popup_content li
{
	margin-left: 3em;
	margin-bottom: 2em;
}

.popup_content .close_popup_link
{
	width: 100px;
}

.popup_content #close_wrapper
{
	margin-top: 30px;
}


#footer_img,
#footer_imgs_x_2
{
	margin-top: -30px;
}

#footer_img #warning_img
{
	width: 504px;
	height: 44px;
	border: none;
}


#footer_imgs_x_2
{
	width: 685px;
	height: 142px;
	position: relative;
	margin-bottom: 10px;
}

#footer_imgs_x_2 #best_haunted_attrs_img
{
	width: 150px;
	height: 142px;
 	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

#footer_imgs_x_2 #warning_img
{
	width: 504px;
	height: 44px;
	border: none;
	position: absolute;
	top: 49px;
	right: 0;
}

#footer_text
{
	clear: both;
}

/* # # # # # # # # # # # # # # # # # # # # #  */
/* # # # # # # END STYLE SHEET # # # # # # #  */
/* # # # # # # # # # # # # # # # # # # # # #  */ 