@charset "UTF-8";
/* CSS Document */

body {
 	background:#2a0531; 
	}
a, a.visited {

color: #a22bb8;

}
#wrapper {
	width:960px;
	margin:auto;
	background:url(../images/wrapper-bg-pattern.jpg) repeat-y 0 0;
	}

#container {
	background:url(../images/container-bg.jpg) no-repeat 0 0;
	}

#innerGraphics {
	min-height:1046px;
	background:url(../images/innerGraphic.jpg) no-repeat bottom left;
	padding-bottom:10px;
	}


/* GLOBAL STYLES */

.clearfix {
	clear:both;
	}

/* 1 COLUMN CONTENT LAYOUT */


/*********************************************************
Deal mouseover/pop-up
*****************************************************/

div.r_e{
	display: none;
	z-index: 1000;
	position:absolute; 
	font-size: 11px;
	color: #000; 
	background-color: #f3fde6;
	padding: 10px;
	width: 350px;
	border: 1px dashed #053745;
	margin-left: 100px;

}

/*div.r_e{
	display: none;
	z-index: 1000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 11px;
	color: #000; 
	background-color: #f3fde6;
	padding: 10px;
	border: 1px dashed #053745;
} */

div.r_e h1 {

display: block;
width:40%;
float: left;
clear: both; 
padding-top: 4px;
}
div.r_e p {
float: left;
padding-top: 4px;

}
div.r_e hr {

margin-top: 4px;
clear: both;

}
#sitemapdiv  {
	width:800px;
	min-height:1050px;
	margin-left:40px;
	padding-left: 40px;
	padding-right: 50px;
	background-image: url(../images/1col_content-paper-bg.gif);
	background-repeat: repeat-y; 
	font-size: 90%;

}

 
